Html Css Color HEX #EA3417 Cinnabar

📋 copy color: '#EA3417'

red 234 ◦ green 52 ◦ blue 23

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

Shades of Cinnabar #EA3417

Tints of Cinnabar #EA3417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

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

R = 75.73%
G = 16.83%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA3417 (or 0xEA3417) is known color: Cinnabar. HEX triplet: EA, 34 and 17. RGB value is (234,52,23). Sum of RGB (Red+Green+Blue) = 234+52+23=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3417 is #15CBE8. Grayscale: #676767. Windows color (decimal): -1428457 or 1520874. OLE color: 1520874.

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

Color convert

RGB 234 52 23 -
CMYK 0 0.78 0.90 0.08
HSL 8.25º 0.83% 0.5% -
HSV(B) 8.25º 0.9% 0.92% -
XYZ 35.31 20.01 2.81 -
YUV 103.11 82.8 221.36 -
System Red Green Blue C M Y K H S L
Decimal 234 52 23 0 0.78 0.90 0.08 8.25 0.83 0.5
Hex EA 34 17 0 4E 5A 8 8 53 32
Octal 352 64 27 0 116 132 10 10 123 62
Binary 11101010 110100 10111 0 1001110 1011010 1000 1000 1010011 110010

Color Harmonies of #EA3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3417

Black with #EA3417

Text Example


Text Example

White with #EA3417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3417; }

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

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

background-color css

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

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

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

border-color css

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

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

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