Html Css Color HEX #EA3C1E Cinnabar

📋 copy color: '#EA3C1E'

red 234 ◦ green 60 ◦ blue 30

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

Shades of Cinnabar #EA3C1E

Tints of Cinnabar #EA3C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.26%

R = 72.22%
G = 18.52%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA3C1E (or 0xEA3C1E) is known color: Cinnabar. HEX triplet: EA, 3C and 1E. RGB value is (234,60,30). Sum of RGB (Red+Green+Blue) = 234+60+30=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3C1E is #15C3E1. Grayscale: #6C6C6C. Windows color (decimal): -1426402 or 1981674. OLE color: 1981674.

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

Color convert

RGB 234 60 30 -
CMYK 0 0.74 0.87 0.08
HSL 8.82º 0.83% 0.52% -
HSV(B) 8.82º 0.87% 0.92% -
XYZ 35.78 20.82 3.36 -
YUV 108.61 83.65 217.44 -
System Red Green Blue C M Y K H S L
Decimal 234 60 30 0 0.74 0.87 0.08 8.82 0.83 0.52
Hex EA 3C 1E 0 4A 57 8 9 53 34
Octal 352 74 36 0 112 127 10 11 123 64
Binary 11101010 111100 11110 0 1001010 1010111 1000 1001 1010011 110100

Color Harmonies of #EA3C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3C1E

Black with #EA3C1E

Text Example


Text Example

White with #EA3C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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