#ED3F24

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

Shades of Cinnabar #ED3F24

Tints of Cinnabar #ED3F24

Color information

#ED3F24 (or 0xED3F24) is unknown color: approx Cinnabar. HEX triplet: ED, 3F and 24. RGB value is (237,63,36). Sum of RGB (Red+Green+Blue) = 237+63+36=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F24 is #12C0DB. Grayscale: #707070. Windows color (decimal): -1229020 or 2375661. OLE color: 2375661.

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

Color convert

RGB2376336-
CMYK00.730.850.07
HSL8.06º84.81%53.53%-
HSV(B)8.06º84.81%92.94%-
XYZ37.0221.693.9-
YUV111.9585.15217.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.54%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 36 (14.45% from 255) = 10.71%
R=70.54%
G=18.75%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237633600.730.850.078.0684.8153.53
HexED3F2404955785536
Octal3557744011112571012566
Binary1110110111111110010001001001101010111110001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3F24; }

 p { color: rgb(237,63,36); }

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

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

 a { background-color: rgb(237,63,36); }

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

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

 span { border-color: rgb(237,63,36); }

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