Html Css Color HEX #EA3E27 Cinnabar

📋 copy color: '#EA3E27'

red 234 ◦ green 62 ◦ blue 39

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

Shades of Cinnabar #EA3E27

Tints of Cinnabar #EA3E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.64%

R = 69.85%
G = 18.51%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA3E27 (or 0xEA3E27) is known color: Cinnabar. HEX triplet: EA, 3E and 27. RGB value is (234,62,39). Sum of RGB (Red+Green+Blue) = 234+62+39=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E27 is #15C1D8. Grayscale: #6F6F6F. Windows color (decimal): -1425881 or 2572010. OLE color: 2572010.

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

Color convert

RGB 234 62 39 -
CMYK 0 0.74 0.83 0.08
HSL 7.08º 0.82% 0.54% -
HSV(B) 7.08º 0.83% 0.92% -
XYZ 36.02 21.08 4.09 -
YUV 110.81 87.48 215.87 -
System Red Green Blue C M Y K H S L
Decimal 234 62 39 0 0.74 0.83 0.08 7.08 0.82 0.54
Hex EA 3E 27 0 4A 53 8 7 52 36
Octal 352 76 47 0 112 123 10 7 122 66
Binary 11101010 111110 100111 0 1001010 1010011 1000 111 1010010 110110

Color Harmonies of #EA3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3E27

Black with #EA3E27

Text Example


Text Example

White with #EA3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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