#E34134

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

Shades of Cinnabar #E34134

Tints of Cinnabar #E34134

Color information

#E34134 (or 0xE34134) is unknown color: approx Cinnabar. HEX triplet: E3, 41 and 34. RGB value is (227,65,52). Sum of RGB (Red+Green+Blue) = 227+65+52=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E34134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34134 is #1CBECB. Grayscale: #707070. Windows color (decimal): -1883852 or 3424739. OLE color: 3424739.

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

Color convert

RGB2276552-
CMYK00.710.770.11
HSL4.46º75.76%54.71%-
HSV(B)4.46º77.09%89.02%-
XYZ34.1920.365.38-
YUV111.9694.17210.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 65.99%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 52 (20.70% from 255) = 15.12%
R=65.99%
G=18.90%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227655200.710.770.114.4675.7654.71
HexE341340474DB44c37
Octal34310164010711513411467
Binary11100011100000111010001000111100110110111001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34134; }

 p { color: rgb(227,65,52); }

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

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

 a { background-color: rgb(227,65,52); }

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

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

 span { border-color: rgb(227,65,52); }

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