#E13F33

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

Shades of Cinnabar #E13F33

Tints of Cinnabar #E13F33

Color information

#E13F33 (or 0xE13F33) is unknown color: approx Cinnabar. HEX triplet: E1, 3F and 33. RGB value is (225,63,51). Sum of RGB (Red+Green+Blue) = 225+63+51=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13F33 is #1EC0CC. Grayscale: #6E6E6E. Windows color (decimal): -2015437 or 3358689. OLE color: 3358689.

HSL color Cylindrical-coordinate representation of color #E13F33: hue angle of 4.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E13F33 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB2256351-
CMYK00.720.770.12
HSL4.14º74.36%54.12%-
HSV(B)4.14º77.33%88.24%-
XYZ33.4319.85.19-
YUV110.0794.67209.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.37%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 51 (20.31% from 255) = 15.04%
R=66.37%
G=18.58%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225635100.720.770.124.1474.3654.12
HexE13F330484DC44a36
Octal3417763011011514411266
Binary1110000111111111001101001000100110111001001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13F33; }

 p { color: rgb(225,63,51); }

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

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

 a { background-color: rgb(225,63,51); }

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

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

 span { border-color: rgb(225,63,51); }

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