#E64432

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

Shades of Cinnabar #E64432

Tints of Cinnabar #E64432

Color information

#E64432 (or 0xE64432) is unknown color: approx Cinnabar. HEX triplet: E6, 44 and 32. RGB value is (230,68,50). Sum of RGB (Red+Green+Blue) = 230+68+50=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E64432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64432 is #19BBCD. Grayscale: #727272. Windows color (decimal): -1686478 or 3294438. OLE color: 3294438.

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

Color convert

RGB2306850-
CMYK00.700.780.10
HSL78.26%54.9%-
HSV(B)78.26%90.2%-
XYZ35.2821.195.25-
YUV114.3991.67210.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 66.09%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 50 (19.92% from 255) = 14.37%
R=66.09%
G=19.54%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230685000.700.780.10678.2654.9
HexE644320464EA64e37
Octal34610462010611612611667
Binary11100110100010011001001000110100111010101101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64432; }

 p { color: rgb(230,68,50); }

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

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

 a { background-color: rgb(230,68,50); }

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

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

 span { border-color: rgb(230,68,50); }

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