#E13433

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

Shades of Cinnabar #E13433

Tints of Cinnabar #E13433

Color information

#E13433 (or 0xE13433) is unknown color: approx Cinnabar. HEX triplet: E1, 34 and 33. RGB value is (225,52,51). Sum of RGB (Red+Green+Blue) = 225+52+51=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E13433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13433 is #1ECBCC. Grayscale: #676767. Windows color (decimal): -2018253 or 3355873. OLE color: 3355873.

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

Color convert

RGB2255251-
CMYK00.770.770.12
HSL0.34º74.36%54.12%-
HSV(B)0.34º77.33%88.24%-
XYZ32.8818.75.01-
YUV103.6198.31214.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.60%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 51 (20.31% from 255) = 15.55%
R=68.60%
G=15.85%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225525100.770.770.120.3474.3654.12
HexE1343304D4DC04a36
Octal3416463011511514011266
Binary11100001110100110011010011011001101110001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13433; }

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

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

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

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

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

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

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

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