Html Css Color HEX #EA4119 Cinnabar

📋 copy color: '#EA4119'

red 234 ◦ green 65 ◦ blue 25

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

Shades of Cinnabar #EA4119

Tints of Cinnabar #EA4119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

 BLUE value IS 25 (10.16% from 255) = 7.72%

R = 72.22%
G = 20.06%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA4119 (or 0xEA4119) is known color: Cinnabar. HEX triplet: EA, 41 and 19. RGB value is (234,65,25). Sum of RGB (Red+Green+Blue) = 234+65+25=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4119 is #15BEE6. Grayscale: #6F6F6F. Windows color (decimal): -1425127 or 1655274. OLE color: 1655274.

HSL color Cylindrical-coordinate representation of color #EA4119: hue angle of 11.48º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA4119 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 65 25 -
CMYK 0 0.72 0.89 0.08
HSL 11.48º 0.83% 0.51% -
HSV(B) 11.48º 0.89% 0.92% -
XYZ 36 21.34 3.14 -
YUV 110.97 79.49 215.75 -
System Red Green Blue C M Y K H S L
Decimal 234 65 25 0 0.72 0.89 0.08 11.48 0.83 0.51
Hex EA 41 19 0 48 59 8 B 53 33
Octal 352 101 31 0 110 131 10 13 123 63
Binary 11101010 1000001 11001 0 1001000 1011001 1000 1011 1010011 110011

Color Harmonies of #EA4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4119

Black with #EA4119

Text Example


Text Example

White with #EA4119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4119; }

 p { color: rgb(234,65,25); }

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

background-color css

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

 a { background-color: rgb(234,65,25); }

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

border-color css

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

 span { border-color: rgb(234,65,25); }

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