#E13721

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

Shades of Cinnabar #E13721

Tints of Cinnabar #E13721

Color information

#E13721 (or 0xE13721) is unknown color: approx Cinnabar. HEX triplet: E1, 37 and 21. RGB value is (225,55,33). Sum of RGB (Red+Green+Blue) = 225+55+33=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E13721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13721 is #1EC8DE. Grayscale: #676767. Windows color (decimal): -2017503 or 2176993. OLE color: 2176993.

HSL color Cylindrical-coordinate representation of color #E13721: hue angle of 6.88º 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 #E13721 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB2255533-
CMYK00.760.850.12
HSL6.88º76.19%50.59%-
HSV(B)6.88º85.33%88.24%-
XYZ32.6918.853.35-
YUV103.3288.32214.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 71.88%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=71.88%
G=17.57%
B=10.54%

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
Decimal225553300.760.850.126.8876.1950.59
HexE1372104C55C74c33
Octal3416741011412514711463
Binary1110000111011110000101001100101010111001111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13721; }

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

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

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

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

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

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

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

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