#E34B34

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

Shades of Cinnabar #E34B34

Tints of Cinnabar #E34B34

Color information

#E34B34 (or 0xE34B34) is unknown color: approx Cinnabar. HEX triplet: E3, 4B and 34. RGB value is (227,75,52). Sum of RGB (Red+Green+Blue) = 227+75+52=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34B34 is #1CB4CB. Grayscale: #767676. Windows color (decimal): -1881292 or 3427299. OLE color: 3427299.

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

Color convert

RGB2277552-
CMYK00.670.770.11
HSL7.89º75.76%54.71%-
HSV(B)7.89º77.09%89.02%-
XYZ34.8121.615.59-
YUV117.8390.86205.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 64.12%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 52 (20.70% from 255) = 14.69%
R=64.12%
G=21.19%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227755200.670.770.117.8975.7654.71
HexE34B340434DB84c37
Octal343113640103115131011467
Binary111000111001011110100010000111001101101110001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34B34; }

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

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

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

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

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

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

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

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