Html Css Color HEX #ED4224 Cinnabar

📋 copy color: '#ED4224'

red 237 ◦ green 66 ◦ blue 36

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

Shades of Cinnabar #ED4224

Tints of Cinnabar #ED4224

RGB

 RED value IS 237 (92.97% from 255) = 69.91%

 GREEN value IS 66 (26.17% from 255) = 19.47%

 BLUE value IS 36 (14.45% from 255) = 10.62%

R = 69.91%
G = 19.47%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED4224 (or 0xED4224) is known color: Cinnabar. HEX triplet: ED, 42 and 24. RGB value is (237,66,36). Sum of RGB (Red+Green+Blue) = 237+66+36=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4224 is #12BDDB. Grayscale: #717171. Windows color (decimal): -1228252 or 2376429. OLE color: 2376429.

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

Color convert

RGB 237 66 36 -
CMYK 0 0.72 0.85 0.07
HSL 8.96º 0.85% 0.54% -
HSV(B) 8.96º 0.85% 0.93% -
XYZ 37.19 22.03 3.96 -
YUV 113.71 84.15 215.94 -
System Red Green Blue C M Y K H S L
Decimal 237 66 36 0 0.72 0.85 0.07 8.96 0.85 0.54
Hex ED 42 24 0 48 55 7 9 55 36
Octal 355 102 44 0 110 125 7 11 125 66
Binary 11101101 1000010 100100 0 1001000 1010101 111 1001 1010101 110110

Color Harmonies of #ED4224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4224

Black with #ED4224

Text Example


Text Example

White with #ED4224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4224; }

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

 H1.HeaderClassName
 {
   color: #ED4224;
 }
 .AnyTagClassName
 {
   color: #ED4224;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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