Html Css Color HEX #EA4024 Cinnabar

📋 copy color: '#EA4024'

red 234 ◦ green 64 ◦ blue 36

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

Shades of Cinnabar #EA4024

Tints of Cinnabar #EA4024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 70.06%
G = 19.16%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA4024 (or 0xEA4024) is known color: Cinnabar. HEX triplet: EA, 40 and 24. RGB value is (234,64,36). Sum of RGB (Red+Green+Blue) = 234+64+36=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4024 is #15BFDB. Grayscale: #6F6F6F. Windows color (decimal): -1425372 or 2375914. OLE color: 2375914.

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

Color convert

RGB 234 64 36 -
CMYK 0 0.73 0.85 0.08
HSL 8.48º 0.83% 0.53% -
HSV(B) 8.48º 0.85% 0.92% -
XYZ 36.08 21.29 3.88 -
YUV 111.64 85.32 215.28 -
System Red Green Blue C M Y K H S L
Decimal 234 64 36 0 0.73 0.85 0.08 8.48 0.83 0.53
Hex EA 40 24 0 49 55 8 8 52 35
Octal 352 100 44 0 111 125 10 10 122 65
Binary 11101010 1000000 100100 0 1001001 1010101 1000 1000 1010010 110101

Color Harmonies of #EA4024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4024

Black with #EA4024

Text Example


Text Example

White with #EA4024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4024; }

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

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

background-color css

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

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

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

border-color css

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

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

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