#E62E28

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

Shades of Cinnabar #E62E28

Tints of Cinnabar #E62E28

Color information

#E62E28 (or 0xE62E28) is unknown color: approx Cinnabar. HEX triplet: E6, 2E and 28. RGB value is (230,46,40). Sum of RGB (Red+Green+Blue) = 230+46+40=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62E28 is #19D1D7. Grayscale: #646464. Windows color (decimal): -1692120 or 2633446. OLE color: 2633446.

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

Color convert

RGB2304640-
CMYK00.80.830.10
HSL1.89º79.17%52.94%-
HSV(B)1.89º82.61%90.2%-
XYZ33.9918.933.87-
YUV100.3393.96220.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 72.78%
GREEN value IS 46 (18.36% from 255) = 14.56%
BLUE value IS 40 (16.02% from 255) = 12.66%
R=72.78%
G=14.56%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230464000.80.830.101.8979.1752.94
HexE62E2805053A24f35
Octal3465650012012312211765
Binary111001101011101010000101000010100111010101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62E28; }

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

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

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

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

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

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

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

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