#E34234

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

Shades of Cinnabar #E34234

Tints of Cinnabar #E34234

Color information

#E34234 (or 0xE34234) is unknown color: approx Cinnabar. HEX triplet: E3, 42 and 34. RGB value is (227,66,52). Sum of RGB (Red+Green+Blue) = 227+66+52=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E34234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34234 is #1CBDCB. Grayscale: #707070. Windows color (decimal): -1883596 or 3424995. OLE color: 3424995.

HSL color Cylindrical-coordinate representation of color #E34234: hue angle of 4.8º 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 #E34234 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB2276652-
CMYK00.710.770.11
HSL4.8º75.76%54.71%-
HSV(B)4.8º77.09%89.02%-
XYZ34.2520.485.4-
YUV112.5493.84209.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 65.80%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 52 (20.70% from 255) = 15.07%
R=65.80%
G=19.13%
B=15.07%

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
Decimal227665200.710.770.114.875.7654.71
HexE342340474DB54c37
Octal34310264010711513511467
Binary11100011100001011010001000111100110110111011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34234; }

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

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

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

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

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

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

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

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