#ED2C24

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

Shades of Cinnabar #ED2C24

Tints of Cinnabar #ED2C24

Color information

#ED2C24 (or 0xED2C24) is unknown color: approx Cinnabar. HEX triplet: ED, 2C and 24. RGB value is (237,44,36). Sum of RGB (Red+Green+Blue) = 237+44+36=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2C24 is #12D3DB. Grayscale: #656565. Windows color (decimal): -1233884 or 2370797. OLE color: 2370797.

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

Color convert

RGB2374436-
CMYK00.810.850.07
HSL2.39º84.81%53.53%-
HSV(B)2.39º84.81%92.94%-
XYZ36.1419.933.61-
YUV100.891.44225.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 74.76%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 36 (14.45% from 255) = 11.36%
R=74.76%
G=13.88%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237443600.810.850.072.3984.8153.53
HexED2C2405155725536
Octal355544401211257212566
Binary11101101101100100100010100011010101111101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2C24; }

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

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

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

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

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

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

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

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