#E64626

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

Shades of Cinnabar #E64626

Tints of Cinnabar #E64626

Color information

#E64626 (or 0xE64626) is unknown color: approx Cinnabar. HEX triplet: E6, 46 and 26. RGB value is (230,70,38). Sum of RGB (Red+Green+Blue) = 230+70+38=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E64626 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64626 is #19B9D9. Grayscale: #727272. Windows color (decimal): -1685978 or 2508518. OLE color: 2508518.

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

Color convert

RGB2307038-
CMYK00.700.830.10
HSL10º79.34%52.55%-
HSV(B)10º83.48%90.2%-
XYZ35.1721.344.1-
YUV114.1985.01210.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 68.05%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 38 (15.23% from 255) = 11.24%
R=68.05%
G=20.71%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230703800.700.830.101079.3452.55
HexE6462604653Aa4f35
Octal346106460106123121211765
Binary111001101000110100110010001101010011101010101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64626; }

 p { color: rgb(230,70,38); }

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

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

 a { background-color: rgb(230,70,38); }

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

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

 span { border-color: rgb(230,70,38); }

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