Html Css Color HEX #EA3B17 Cinnabar

📋 copy color: '#EA3B17'

red 234 ◦ green 59 ◦ blue 23

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

Shades of Cinnabar #EA3B17

Tints of Cinnabar #EA3B17

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.67%

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

R = 74.05%
G = 18.67%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA3B17 (or 0xEA3B17) is known color: Cinnabar. HEX triplet: EA, 3B and 17. RGB value is (234,59,23). Sum of RGB (Red+Green+Blue) = 234+59+23=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3B17 is #15C4E8. Grayscale: #6B6B6B. Windows color (decimal): -1426665 or 1522666. OLE color: 1522666.

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

Color convert

RGB 234 59 23 -
CMYK 0 0.75 0.90 0.08
HSL 10.24º 0.83% 0.5% -
HSV(B) 10.24º 0.9% 0.92% -
XYZ 35.65 20.68 2.92 -
YUV 107.22 80.48 218.43 -
System Red Green Blue C M Y K H S L
Decimal 234 59 23 0 0.75 0.90 0.08 10.24 0.83 0.5
Hex EA 3B 17 0 4B 5A 8 A 53 32
Octal 352 73 27 0 113 132 10 12 123 62
Binary 11101010 111011 10111 0 1001011 1011010 1000 1010 1010011 110010

Color Harmonies of #EA3B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3B17

Black with #EA3B17

Text Example


Text Example

White with #EA3B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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