#E62E1C

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

Shades of Cinnabar #E62E1C

Tints of Cinnabar #E62E1C

Color information

#E62E1C (or 0xE62E1C) is unknown color: approx Cinnabar. HEX triplet: E6, 2E and 1C. RGB value is (230,46,28). Sum of RGB (Red+Green+Blue) = 230+46+28=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62E1C is #19D1E3. Grayscale: #636363. Windows color (decimal): -1692132 or 1847014. OLE color: 1847014.

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

Color convert

RGB2304628-
CMYK00.80.880.10
HSL5.35º80.16%50.59%-
HSV(B)5.35º87.83%90.2%-
XYZ33.8218.862.96-
YUV98.9687.96221.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 75.66%
GREEN value IS 46 (18.36% from 255) = 15.13%
BLUE value IS 28 (11.33% from 255) = 9.21%
R=75.66%
G=15.13%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.88
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230462800.80.880.105.3580.1650.59
HexE62E1C05058A55033
Octal3465634012013012512063
Binary111001101011101110001010000101100010101011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62E1C; }

 p { color: rgb(230,46,28); }

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

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

 a { background-color: rgb(230,46,28); }

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

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

 span { border-color: rgb(230,46,28); }

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