#E13521

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

Shades of Cinnabar #E13521

Tints of Cinnabar #E13521

Color information

#E13521 (or 0xE13521) is unknown color: approx Cinnabar. HEX triplet: E1, 35 and 21. RGB value is (225,53,33). Sum of RGB (Red+Green+Blue) = 225+53+33=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E13521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13521 is #1ECADE. Grayscale: #666666. Windows color (decimal): -2018015 or 2176481. OLE color: 2176481.

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

Color convert

RGB2255333-
CMYK00.760.850.12
HSL6.25º76.19%50.59%-
HSV(B)6.25º85.33%88.24%-
XYZ32.618.663.32-
YUV102.1588.98215.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 72.35%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 33 (13.28% from 255) = 10.61%
R=72.35%
G=17.04%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225533300.760.850.126.2576.1950.59
HexE1352104C55C64c33
Octal3416541011412514611463
Binary1110000111010110000101001100101010111001101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13521; }

 p { color: rgb(225,53,33); }

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

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

 a { background-color: rgb(225,53,33); }

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

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

 span { border-color: rgb(225,53,33); }

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