#E34C2C

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

Shades of Cinnabar #E34C2C

Tints of Cinnabar #E34C2C

Color information

#E34C2C (or 0xE34C2C) is unknown color: approx Cinnabar. HEX triplet: E3, 4C and 2C. RGB value is (227,76,44). Sum of RGB (Red+Green+Blue) = 227+76+44=347 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.42% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34C2C is #1CB3D3. Grayscale: #757575. Windows color (decimal): -1881044 or 2903267. OLE color: 2903267.

HSL color Cylindrical-coordinate representation of color #E34C2C: hue angle of 10.49º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E34C2C is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2277644-
CMYK00.670.810.11
HSL10.49º76.57%53.14%-
HSV(B)10.49º80.62%89.02%-
XYZ34.7221.684.74-
YUV117.586.53206.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 65.42%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 44 (17.58% from 255) = 12.68%
R=65.42%
G=21.90%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227764400.670.810.1110.4976.5753.14
HexE34C2C04351Ba4d35
Octal343114540103121131211565
Binary111000111001100101100010000111010001101110101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34C2C; }

 p { color: rgb(227,76,44); }

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

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

 a { background-color: rgb(227,76,44); }

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

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

 span { border-color: rgb(227,76,44); }

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