#EA3927

Color #EA3927 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #EA3927

Tints of Cinnabar #EA3927

Color information

#EA3927 (or 0xEA3927) is unknown color: approx Cinnabar. HEX triplet: EA, 39 and 27. RGB value is (234,57,39). Sum of RGB (Red+Green+Blue) = 234+57+39=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3927 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3927 is #15C6D8. Grayscale: #6C6C6C. Windows color (decimal): -1427161 or 2570730. OLE color: 2570730.

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

Color convert

RGB2345739-
CMYK00.760.830.08
HSL5.54º82.28%53.53%-
HSV(B)5.54º83.33%91.76%-
XYZ35.7620.574-
YUV107.8789.14217.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 70.91%
GREEN value IS 57 (22.66% from 255) = 17.27%
BLUE value IS 39 (15.62% from 255) = 11.82%
R=70.91%
G=17.27%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234573900.760.830.085.5482.2853.53
HexEA392704C53865236
Octal3527147011412310612266
Binary1110101011100110011101001100101001110001101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3927; }

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

 H1.HeaderClassName
 {
   color: #EA3927;
 }
 .AnyTagClassName
 {
   color: #EA3927;
 }
</style>
background-color css

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

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

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

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

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

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