#E7413B

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

Shades of Cinnabar #E7413B

Tints of Cinnabar #E7413B

Color information

#E7413B (or 0xE7413B) is unknown color: approx Cinnabar. HEX triplet: E7, 41 and 3B. RGB value is (231,65,59). Sum of RGB (Red+Green+Blue) = 231+65+59=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E7413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7413B is #18BEC4. Grayscale: #727272. Windows color (decimal): -1621701 or 3883495. OLE color: 3883495.

HSL color Cylindrical-coordinate representation of color #E7413B: hue angle of 2.09º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7413B is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB2316559-
CMYK00.720.740.09
HSL2.09º78.18%56.86%-
HSV(B)2.09º74.46%90.59%-
XYZ35.6321.096.33-
YUV113.9597211.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 65.07%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 59 (23.44% from 255) = 16.62%
R=65.07%
G=18.31%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231655900.720.740.092.0978.1856.86
HexE7413B0484A924e39
Octal34710173011011211211671
Binary1110011110000011110110100100010010101001101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7413B; }

 p { color: rgb(231,65,59); }

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

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

 a { background-color: rgb(231,65,59); }

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

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

 span { border-color: rgb(231,65,59); }

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