#E14427

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

Shades of Cinnabar #E14427

Tints of Cinnabar #E14427

Color information

#E14427 (or 0xE14427) is unknown color: approx Cinnabar. HEX triplet: E1, 44 and 27. RGB value is (225,68,39). Sum of RGB (Red+Green+Blue) = 225+68+39=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E14427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14427 is #1EBBD8. Grayscale: #6F6F6F. Windows color (decimal): -2014169 or 2573537. OLE color: 2573537.

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

Color convert

RGB2256839-
CMYK00.700.830.12
HSL9.35º75.61%51.76%-
HSV(B)9.35º82.67%88.24%-
XYZ33.4820.294.07-
YUV111.6487.01208.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.77%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 39 (15.62% from 255) = 11.75%
R=67.77%
G=20.48%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225683900.700.830.129.3575.6151.76
HexE1442704653C94c34
Octal341104470106123141111464
Binary111000011000100100111010001101010011110010011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14427; }

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

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

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

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

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

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

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

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