Html Css Color HEX #EA3C19 Cinnabar

📋 copy color: '#EA3C19'

red 234 ◦ green 60 ◦ blue 25

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

Shades of Cinnabar #EA3C19

Tints of Cinnabar #EA3C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.81%

 BLUE value IS 25 (10.16% from 255) = 7.84%

R = 73.35%
G = 18.81%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA3C19 (or 0xEA3C19) is known color: Cinnabar. HEX triplet: EA, 3C and 19. RGB value is (234,60,25). Sum of RGB (Red+Green+Blue) = 234+60+25=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3C19 is #15C3E6. Grayscale: #6C6C6C. Windows color (decimal): -1426407 or 1653994. OLE color: 1653994.

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

Color convert

RGB 234 60 25 -
CMYK 0 0.74 0.89 0.08
HSL 10.05º 0.83% 0.51% -
HSV(B) 10.05º 0.89% 0.92% -
XYZ 35.72 20.79 3.05 -
YUV 108.04 81.15 217.85 -
System Red Green Blue C M Y K H S L
Decimal 234 60 25 0 0.74 0.89 0.08 10.05 0.83 0.51
Hex EA 3C 19 0 4A 59 8 A 53 33
Octal 352 74 31 0 112 131 10 12 123 63
Binary 11101010 111100 11001 0 1001010 1011001 1000 1010 1010011 110011

Color Harmonies of #EA3C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3C19

Black with #EA3C19

Text Example


Text Example

White with #EA3C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3C19; }

 p { color: rgb(234,60,25); }

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

background-color css

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

 a { background-color: rgb(234,60,25); }

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

border-color css

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

 span { border-color: rgb(234,60,25); }

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