#ED2009

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

Shades of Scarlet #ED2009

Tints of Scarlet #ED2009

Color information

#ED2009 (or 0xED2009) is unknown color: approx Scarlet. HEX triplet: ED, 20 and 09. RGB value is (237,32,9). Sum of RGB (Red+Green+Blue) = 237+32+9=278 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.25% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2009 is #12DFF6. Grayscale: #5A5A5A. Windows color (decimal): -1236983 or 598253. OLE color: 598253.

HSL color Cylindrical-coordinate representation of color #ED2009: hue angle of 6.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED2009 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB237329-
CMYK00.860.960.07
HSL6.05º92.68%48.24%-
HSV(B)6.05º96.2%92.94%-
XYZ35.4919.062.07-
YUV90.6781.92232.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 85.25%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 9 (3.91% from 255) = 3.24%
R=85.25%
G=11.51%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23732900.860.960.076.0592.6848.24
HexED20905660765d30
Octal355401101261407613560
Binary1110110110000010010101011011000001111101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2009; }

 p { color: rgb(237,32,9); }

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

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

 a { background-color: rgb(237,32,9); }

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

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

 span { border-color: rgb(237,32,9); }

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