#ED2619

Color #ED2619 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #ED2619

Tints of Scarlet #ED2619

Color information

#ED2619 (or 0xED2619) is unknown color: approx Scarlet. HEX triplet: ED, 26 and 19. RGB value is (237,38,25). Sum of RGB (Red+Green+Blue) = 237+38+25=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2619 is #12D9E6. Grayscale: #606060. Windows color (decimal): -1235431 or 1648365. OLE color: 1648365.

HSL color Cylindrical-coordinate representation of color #ED2619: hue angle of 3.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED2619 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB2373825-
CMYK00.840.890.07
HSL3.68º85.48%51.37%-
HSV(B)3.68º89.45%92.94%-
XYZ35.7919.462.79-
YUV96.0287.93228.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 79%
GREEN value IS 38 (15.23% from 255) = 12.67%
BLUE value IS 25 (10.16% from 255) = 8.33%
R=79%
G=12.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237382500.840.890.073.6885.4851.37
HexED261905459745533
Octal355463101241317412563
Binary11101101100110110010101010010110011111001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2619; }

 p { color: rgb(237,38,25); }

 H1.HeaderClassName
 {
   color: #ED2619;
 }
 .AnyTagClassName
 {
   color: #ED2619;
 }
</style>
background-color css

<style>
 a { background-color: #ED2619; }

 a { background-color: rgb(237,38,25); }

 div.DivClassName
 {
   background-color: #ED2619;
 }
 .BgClassName
 {
   background-color: #ED2619;
 }
</style>
border-color css

<style>
 span { border-color: #ED2619; }

 span { border-color: rgb(237,38,25); }

 td.TdClassName
 {
   border-color: #ED2619;
 }
 .TagClassName
 {
   border-color: #ED2619;
 }
</style>