#EA3F27

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

Shades of Cinnabar #EA3F27

Tints of Cinnabar #EA3F27

Color information

#EA3F27 (or 0xEA3F27) is unknown color: approx Cinnabar. HEX triplet: EA, 3F and 27. RGB value is (234,63,39). Sum of RGB (Red+Green+Blue) = 234+63+39=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3F27 is #15C0D8. Grayscale: #6F6F6F. Windows color (decimal): -1425625 or 2572266. OLE color: 2572266.

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

Color convert

RGB2346339-
CMYK00.730.830.08
HSL7.38º82.28%53.53%-
HSV(B)7.38º83.33%91.76%-
XYZ36.0821.194.11-
YUV111.3987.15215.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 69.64%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 39 (15.62% from 255) = 11.61%
R=69.64%
G=18.75%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234633900.730.830.087.3882.2853.53
HexEA3F2704953875236
Octal3527747011112310712266
Binary1110101011111110011101001001101001110001111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3F27; }

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

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

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

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

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

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

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

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