#E3411F

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

Shades of Cinnabar #E3411F

Tints of Cinnabar #E3411F

Color information

#E3411F (or 0xE3411F) is unknown color: approx Cinnabar. HEX triplet: E3, 41 and 1F. RGB value is (227,65,31). Sum of RGB (Red+Green+Blue) = 227+65+31=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E3411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3411F is #1CBEE0. Grayscale: #6D6D6D. Windows color (decimal): -1883873 or 2048483. OLE color: 2048483.

HSL color Cylindrical-coordinate representation of color #E3411F: hue angle of 10.41º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3411F is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB2276531-
CMYK00.710.860.11
HSL10.41º77.78%50.59%-
HSV(B)10.41º86.34%89.02%-
XYZ33.8220.213.42-
YUV109.5683.67211.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 70.28%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 31 (12.5% from 255) = 9.60%
R=70.28%
G=20.12%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227653100.710.860.1110.4177.7850.59
HexE3411F04756Ba4e33
Octal343101370107126131211663
Binary11100011100000111111010001111010110101110101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3411F; }

 p { color: rgb(227,65,31); }

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

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

 a { background-color: rgb(227,65,31); }

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

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

 span { border-color: rgb(227,65,31); }

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