#e34618

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

Shades of Cinnabar #E34618

Tints of Cinnabar #E34618

Color information

#E34618 (or 0xE34618) is unknown color: approx Cinnabar. HEX triplet: E3, 46 and 18. RGB value is (227,70,24). Sum of RGB (Red+Green+Blue) = 227+70+24=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E34618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34618 is #1CB9E7. Grayscale: #707070. Windows color (decimal): -1882600 or 1591011. OLE color: 1591011.

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

Color convert

RGB2277024-
CMYK00.690.890.11
HSL13.6º80.88%49.22%-
HSV(B)13.6º89.43%89.02%-
XYZ34.0320.783.08-
YUV111.778.51210.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 70.72%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 24 (9.77% from 255) = 7.48%
R=70.72%
G=21.81%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227702400.690.890.1113.680.8849.22
HexE3461804559Be5131
Octal343106300105131131612161
Binary11100011100011011000010001011011001101111101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e34618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e34618; }

 p { color: rgb(227,70,24); }

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

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

 a { background-color: rgb(227,70,24); }

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

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

 span { border-color: rgb(227,70,24); }

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