#E03228

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

Shades of Cinnabar #E03228

Tints of Cinnabar #E03228

Color information

#E03228 (or 0xE03228) is unknown color: approx Cinnabar. HEX triplet: E0, 32 and 28. RGB value is (224,50,40). Sum of RGB (Red+Green+Blue) = 224+50+40=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E03228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03228 is #1FCDD7. Grayscale: #656565. Windows color (decimal): -2084312 or 2634464. OLE color: 2634464.

HSL color Cylindrical-coordinate representation of color #E03228: hue angle of 3.26º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E03228 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB2245040-
CMYK00.780.820.12
HSL3.26º74.8%51.76%-
HSV(B)3.26º82.14%87.84%-
XYZ32.2618.283.84-
YUV100.8993.65215.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 71.34%
GREEN value IS 50 (19.92% from 255) = 15.92%
BLUE value IS 40 (16.02% from 255) = 12.74%
R=71.34%
G=15.92%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224504000.780.820.123.2674.851.76
HexE0322804E52C34b34
Octal3406250011612214311364
Binary111000001100101010000100111010100101100111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03228; }

 p { color: rgb(224,50,40); }

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

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

 a { background-color: rgb(224,50,40); }

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

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

 span { border-color: rgb(224,50,40); }

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