Html Css Color HEX #EA4419 Cinnabar

📋 copy color: '#EA4419'

red 234 ◦ green 68 ◦ blue 25

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

Shades of Cinnabar #EA4419

Tints of Cinnabar #EA4419

RGB

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

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

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

R = 71.56%
G = 20.8%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA4419 (or 0xEA4419) is known color: Cinnabar. HEX triplet: EA, 44 and 19. RGB value is (234,68,25). Sum of RGB (Red+Green+Blue) = 234+68+25=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4419 is #15BBE6. Grayscale: #717171. Windows color (decimal): -1424359 or 1656042. OLE color: 1656042.

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

Color convert

RGB 234 68 25 -
CMYK 0 0.71 0.89 0.08
HSL 12.34º 0.83% 0.51% -
HSV(B) 12.34º 0.89% 0.92% -
XYZ 36.17 21.7 3.2 -
YUV 112.73 78.5 214.5 -
System Red Green Blue C M Y K H S L
Decimal 234 68 25 0 0.71 0.89 0.08 12.34 0.83 0.51
Hex EA 44 19 0 47 59 8 C 53 33
Octal 352 104 31 0 107 131 10 14 123 63
Binary 11101010 1000100 11001 0 1000111 1011001 1000 1100 1010011 110011

Color Harmonies of #EA4419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4419

Black with #EA4419

Text Example


Text Example

White with #EA4419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4419; }

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

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

background-color css

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

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

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

border-color css

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

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

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