Html Css Color HEX #EA4117 Cinnabar

📋 copy color: '#EA4117'

red 234 ◦ green 65 ◦ blue 23

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

Shades of Cinnabar #EA4117

Tints of Cinnabar #EA4117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.14%

R = 72.67%
G = 20.19%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA4117 (or 0xEA4117) is known color: Cinnabar. HEX triplet: EA, 41 and 17. RGB value is (234,65,23). Sum of RGB (Red+Green+Blue) = 234+65+23=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4117 is #15BEE8. Grayscale: #6F6F6F. Windows color (decimal): -1425129 or 1524202. OLE color: 1524202.

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

Color convert

RGB 234 65 23 -
CMYK 0 0.72 0.90 0.08
HSL 11.94º 0.83% 0.5% -
HSV(B) 11.94º 0.9% 0.92% -
XYZ 35.98 21.33 3.03 -
YUV 110.74 78.49 215.92 -
System Red Green Blue C M Y K H S L
Decimal 234 65 23 0 0.72 0.90 0.08 11.94 0.83 0.5
Hex EA 41 17 0 48 5A 8 C 53 32
Octal 352 101 27 0 110 132 10 14 123 62
Binary 11101010 1000001 10111 0 1001000 1011010 1000 1100 1010011 110010

Color Harmonies of #EA4117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4117

Black with #EA4117

Text Example


Text Example

White with #EA4117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4117; }

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

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

background-color css

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

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

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

border-color css

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

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

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