#ED2D19

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

Shades of Scarlet #ED2D19

Tints of Scarlet #ED2D19

Color information

#ED2D19 (or 0xED2D19) is unknown color: approx Scarlet. HEX triplet: ED, 2D and 19. RGB value is (237,45,25). Sum of RGB (Red+Green+Blue) = 237+45+25=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2D19 is #12D2E6. Grayscale: #646464. Windows color (decimal): -1233639 or 1650157. OLE color: 1650157.

HSL color Cylindrical-coordinate representation of color #ED2D19: hue angle of 5.66º 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 #ED2D19 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB2374525-
CMYK00.810.890.07
HSL5.66º85.48%51.37%-
HSV(B)5.66º89.45%92.94%-
XYZ36.0419.952.87-
YUV100.1385.61225.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 77.20%
GREEN value IS 45 (17.97% from 255) = 14.66%
BLUE value IS 25 (10.16% from 255) = 8.14%
R=77.20%
G=14.66%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237452500.810.890.075.6685.4851.37
HexED2D1905159765533
Octal355553101211317612563
Binary11101101101101110010101000110110011111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2D19; }

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

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

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

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

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

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

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

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