Html Css Color HEX #EA3F17 Cinnabar

📋 copy color: '#EA3F17'

red 234 ◦ green 63 ◦ blue 23

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

Shades of Cinnabar #EA3F17

Tints of Cinnabar #EA3F17

RGB

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

 GREEN value IS 63 (25% from 255) = 19.69%

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

R = 73.13%
G = 19.69%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA3F17 (or 0xEA3F17) is known color: Cinnabar. HEX triplet: EA, 3F and 17. RGB value is (234,63,23). Sum of RGB (Red+Green+Blue) = 234+63+23=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3F17 is #15C0E8. Grayscale: #6D6D6D. Windows color (decimal): -1425641 or 1523690. OLE color: 1523690.

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

Color convert

RGB 234 63 23 -
CMYK 0 0.73 0.90 0.08
HSL 11.37º 0.83% 0.5% -
HSV(B) 11.37º 0.9% 0.92% -
XYZ 35.86 21.11 2.99 -
YUV 109.57 79.15 216.75 -
System Red Green Blue C M Y K H S L
Decimal 234 63 23 0 0.73 0.90 0.08 11.37 0.83 0.5
Hex EA 3F 17 0 49 5A 8 B 53 32
Octal 352 77 27 0 111 132 10 13 123 62
Binary 11101010 111111 10111 0 1001001 1011010 1000 1011 1010011 110010

Color Harmonies of #EA3F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3F17

Black with #EA3F17

Text Example


Text Example

White with #EA3F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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