#E64934

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

Shades of Cinnabar #E64934

Tints of Cinnabar #E64934

Color information

#E64934 (or 0xE64934) is unknown color: approx Cinnabar. HEX triplet: E6, 49 and 34. RGB value is (230,73,52). Sum of RGB (Red+Green+Blue) = 230+73+52=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E64934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64934 is #19B6CB. Grayscale: #757575. Windows color (decimal): -1685196 or 3426790. OLE color: 3426790.

HSL color Cylindrical-coordinate representation of color #E64934: hue angle of 7.08º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E64934 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB2307352-
CMYK00.680.770.10
HSL7.08º78.07%55.29%-
HSV(B)7.08º77.39%90.2%-
XYZ35.6421.845.59-
YUV117.5591.01208.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 64.79%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 52 (20.70% from 255) = 14.65%
R=64.79%
G=20.56%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230735200.680.770.107.0878.0755.29
HexE649340444DA74e37
Octal34611164010411512711667
Binary11100110100100111010001000100100110110101111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64934; }

 p { color: rgb(230,73,52); }

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

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

 a { background-color: rgb(230,73,52); }

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

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

 span { border-color: rgb(230,73,52); }

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