#E12F27

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

Shades of Cinnabar #E12F27

Tints of Cinnabar #E12F27

Color information

#E12F27 (or 0xE12F27) is unknown color: approx Cinnabar. HEX triplet: E1, 2F and 27. RGB value is (225,47,39). Sum of RGB (Red+Green+Blue) = 225+47+39=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12F27 is #1ED0D8. Grayscale: #636363. Windows color (decimal): -2019545 or 2568161. OLE color: 2568161.

HSL color Cylindrical-coordinate representation of color #E12F27: hue angle of 2.58º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12F27 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB2254739-
CMYK00.790.830.12
HSL2.58º75.61%51.76%-
HSV(B)2.58º82.67%88.24%-
XYZ32.4318.193.72-
YUV99.3193.97217.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 72.35%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 39 (15.62% from 255) = 12.54%
R=72.35%
G=15.11%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225473900.790.830.122.5875.6151.76
HexE12F2704F53C34c34
Octal3415747011712314311464
Binary111000011011111001110100111110100111100111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12F27; }

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

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

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

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

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

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

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

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