#EB2F27

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

Shades of Cinnabar #EB2F27

Tints of Cinnabar #EB2F27

Color information

#EB2F27 (or 0xEB2F27) is unknown color: approx Cinnabar. HEX triplet: EB, 2F and 27. RGB value is (235,47,39). Sum of RGB (Red+Green+Blue) = 235+47+39=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2F27 is #14D0D8. Grayscale: #666666. Windows color (decimal): -1364185 or 2568171. OLE color: 2568171.

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

Color convert

RGB2354739-
CMYK00.80.830.08
HSL2.45º83.05%53.73%-
HSV(B)2.45º83.4%92.16%-
XYZ35.6419.843.87-
YUV102.392.28222.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 73.21%
GREEN value IS 47 (18.75% from 255) = 14.64%
BLUE value IS 39 (15.62% from 255) = 12.15%
R=73.21%
G=14.64%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235473900.80.830.082.4583.0553.73
HexEB2F2705053825336
Octal3535747012012310212366
Binary111010111011111001110101000010100111000101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2F27; }

 p { color: rgb(235,47,39); }

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

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

 a { background-color: rgb(235,47,39); }

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

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

 span { border-color: rgb(235,47,39); }

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