#E34B40

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

Shades of Cinnabar #E34B40

Tints of Cinnabar #E34B40

Color information

#E34B40 (or 0xE34B40) is unknown color: approx Cinnabar. HEX triplet: E3, 4B and 40. RGB value is (227,75,64). Sum of RGB (Red+Green+Blue) = 227+75+64=366 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.02% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34B40 is #1CB4BF. Grayscale: #777777. Windows color (decimal): -1881280 or 4213731. OLE color: 4213731.

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

Color convert

RGB2277564-
CMYK00.670.720.11
HSL4.05º74.43%57.06%-
HSV(B)4.05º71.81%89.02%-
XYZ35.1221.737.19-
YUV119.1996.86204.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 62.02%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=62.02%
G=20.49%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227756400.670.720.114.0574.4357.06
HexE34B4004348B44a39
Octal343113100010311013411271
Binary111000111001011100000001000011100100010111001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34B40; }

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

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

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

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

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

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

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

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