Html Css Color HEX #EA3E1B Cinnabar

📋 copy color: '#EA3E1B'

red 234 ◦ green 62 ◦ blue 27

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

Shades of Cinnabar #EA3E1B

Tints of Cinnabar #EA3E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.36%

R = 72.45%
G = 19.2%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA3E1B (or 0xEA3E1B) is known color: Cinnabar. HEX triplet: EA, 3E and 1B. RGB value is (234,62,27). Sum of RGB (Red+Green+Blue) = 234+62+27=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E1B is #15C1E4. Grayscale: #6D6D6D. Windows color (decimal): -1425893 or 1785578. OLE color: 1785578.

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

Color convert

RGB 234 62 27 -
CMYK 0 0.74 0.88 0.08
HSL 10.14º 0.83% 0.51% -
HSV(B) 10.14º 0.88% 0.92% -
XYZ 35.85 21.02 3.2 -
YUV 109.44 81.48 216.85 -
System Red Green Blue C M Y K H S L
Decimal 234 62 27 0 0.74 0.88 0.08 10.14 0.83 0.51
Hex EA 3E 1B 0 4A 58 8 A 53 33
Octal 352 76 33 0 112 130 10 12 123 63
Binary 11101010 111110 11011 0 1001010 1011000 1000 1010 1010011 110011

Color Harmonies of #EA3E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3E1B

Black with #EA3E1B

Text Example


Text Example

White with #EA3E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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