Html Css Color HEX #EA4424 Cinnabar

📋 copy color: '#EA4424'

red 234 ◦ green 68 ◦ blue 36

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

Shades of Cinnabar #EA4424

Tints of Cinnabar #EA4424

RGB

 RED value IS 234 (91.8% from 255) = 69.23%

 GREEN value IS 68 (26.95% from 255) = 20.12%

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

R = 69.23%
G = 20.12%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA4424 (or 0xEA4424) is known color: Cinnabar. HEX triplet: EA, 44 and 24. RGB value is (234,68,36). Sum of RGB (Red+Green+Blue) = 234+68+36=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4424 is #15BBDB. Grayscale: #727272. Windows color (decimal): -1424348 or 2376938. OLE color: 2376938.

HSL color Cylindrical-coordinate representation of color #EA4424: hue angle of 9.7º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA4424 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 68 36 -
CMYK 0 0.71 0.85 0.08
HSL 9.7º 0.83% 0.53% -
HSV(B) 9.7º 0.85% 0.92% -
XYZ 36.32 21.75 3.95 -
YUV 113.99 84 213.6 -
System Red Green Blue C M Y K H S L
Decimal 234 68 36 0 0.71 0.85 0.08 9.7 0.83 0.53
Hex EA 44 24 0 47 55 8 A 52 35
Octal 352 104 44 0 107 125 10 12 122 65
Binary 11101010 1000100 100100 0 1000111 1010101 1000 1010 1010010 110101

Color Harmonies of #EA4424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4424

Black with #EA4424

Text Example


Text Example

White with #EA4424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4424; }

 p { color: rgb(234,68,36); }

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

background-color css

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

 a { background-color: rgb(234,68,36); }

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

border-color css

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

 span { border-color: rgb(234,68,36); }

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