Html Css Color HEX #EA4718 Cinnabar

📋 copy color: '#EA4718'

red 234 ◦ green 71 ◦ blue 24

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

Shades of Cinnabar #EA4718

Tints of Cinnabar #EA4718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 71.12%
G = 21.58%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA4718 (or 0xEA4718) is known color: Cinnabar. HEX triplet: EA, 47 and 18. RGB value is (234,71,24). Sum of RGB (Red+Green+Blue) = 234+71+24=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4718 is #15B8E7. Grayscale: #727272. Windows color (decimal): -1423592 or 1591274. OLE color: 1591274.

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

Color convert

RGB 234 71 24 -
CMYK 0 0.70 0.90 0.08
HSL 13.43º 0.83% 0.51% -
HSV(B) 13.43º 0.9% 0.92% -
XYZ 36.35 22.06 3.21 -
YUV 114.38 77 213.32 -
System Red Green Blue C M Y K H S L
Decimal 234 71 24 0 0.70 0.90 0.08 13.43 0.83 0.51
Hex EA 47 18 0 46 5A 8 D 53 33
Octal 352 107 30 0 106 132 10 15 123 63
Binary 11101010 1000111 11000 0 1000110 1011010 1000 1101 1010011 110011

Color Harmonies of #EA4718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4718

Black with #EA4718

Text Example


Text Example

White with #EA4718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4718; }

 p { color: rgb(234,71,24); }

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

background-color css

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

 a { background-color: rgb(234,71,24); }

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

border-color css

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

 span { border-color: rgb(234,71,24); }

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