Html Css Color HEX #ED2C24 Cinnabar

📋 copy color: '#ED2C24'

red 237 ◦ green 44 ◦ blue 36

#ED2C24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #ED2C24

Tints of Cinnabar #ED2C24

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 value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED2C24 (or 0xED2C24) is known color: 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

RGB 237 44 36 -
CMYK 0 0.81 0.85 0.07
HSL 2.39º 0.85% 0.54% -
HSV(B) 2.39º 0.85% 0.93% -
XYZ 36.14 19.93 3.61 -
YUV 100.8 91.44 225.15 -
System Red Green Blue C M Y K H S L
Decimal 237 44 36 0 0.81 0.85 0.07 2.39 0.85 0.54
Hex ED 2C 24 0 51 55 7 2 55 36
Octal 355 54 44 0 121 125 7 2 125 66
Binary 11101101 101100 100100 0 1010001 1010101 111 10 1010101 110110

Color Harmonies of #ED2C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2C24

Black with #ED2C24

Text Example


Text Example

White with #ED2C24

Text Example


Text Example

HTML Codes & Css Web 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>