Html Css Color HEX #EA3E1E Cinnabar

📋 copy color: '#EA3E1E'

red 234 ◦ green 62 ◦ blue 30

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

Shades of Cinnabar #EA3E1E

Tints of Cinnabar #EA3E1E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.02%

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

R = 71.78%
G = 19.02%
B = 9.2%

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

#EA3E1E (or 0xEA3E1E) is known color: Cinnabar. HEX triplet: EA, 3E and 1E. RGB value is (234,62,30). Sum of RGB (Red+Green+Blue) = 234+62+30=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E1E is #15C1E1. Grayscale: #6E6E6E. Windows color (decimal): -1425890 or 1982186. OLE color: 1982186.

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

Color convert

RGB 234 62 30 -
CMYK 0 0.74 0.87 0.08
HSL 9.41º 0.83% 0.52% -
HSV(B) 9.41º 0.87% 0.92% -
XYZ 35.89 21.03 3.4 -
YUV 109.78 82.98 216.6 -
System Red Green Blue C M Y K H S L
Decimal 234 62 30 0 0.74 0.87 0.08 9.41 0.83 0.52
Hex EA 3E 1E 0 4A 57 8 9 53 34
Octal 352 76 36 0 112 127 10 11 123 64
Binary 11101010 111110 11110 0 1001010 1010111 1000 1001 1010011 110100

Color Harmonies of #EA3E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3E1E

Black with #EA3E1E

Text Example


Text Example

White with #EA3E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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