#E64235

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

Shades of Cinnabar #E64235

Tints of Cinnabar #E64235

Color information

#E64235 (or 0xE64235) is unknown color: approx Cinnabar. HEX triplet: E6, 42 and 35. RGB value is (230,66,53). Sum of RGB (Red+Green+Blue) = 230+66+53=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E64235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64235 is #19BDCA. Grayscale: #717171. Windows color (decimal): -1686987 or 3490534. OLE color: 3490534.

HSL color Cylindrical-coordinate representation of color #E64235: hue angle of 4.41º 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 #E64235 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB2306653-
CMYK00.710.770.10
HSL4.41º77.97%55.49%-
HSV(B)4.41º76.96%90.2%-
XYZ35.2220.985.56-
YUV113.5593.83211.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 65.90%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 53 (21.09% from 255) = 15.19%
R=65.90%
G=18.91%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230665300.710.770.104.4177.9755.49
HexE642350474DA44e37
Octal34610265010711512411667
Binary11100110100001011010101000111100110110101001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64235; }

 p { color: rgb(230,66,53); }

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

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

 a { background-color: rgb(230,66,53); }

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

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

 span { border-color: rgb(230,66,53); }

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