#E3401B

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

Shades of Cinnabar #E3401B

Tints of Cinnabar #E3401B

Color information

#E3401B (or 0xE3401B) is unknown color: approx Cinnabar. HEX triplet: E3, 40 and 1B. RGB value is (227,64,27). Sum of RGB (Red+Green+Blue) = 227+64+27=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E3401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3401B is #1CBFE4. Grayscale: #6C6C6C. Windows color (decimal): -1884133 or 1786083. OLE color: 1786083.

HSL color Cylindrical-coordinate representation of color #E3401B: hue angle of 11.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3401B is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB2276427-
CMYK00.720.880.11
HSL11.1º78.74%49.8%-
HSV(B)11.1º88.11%89.02%-
XYZ33.7120.083.14-
YUV108.5282212.51-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 71.38%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 27 (10.94% from 255) = 8.49%
R=71.38%
G=20.13%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227642700.720.880.1111.178.7449.8
HexE3401B04858Bb4f32
Octal343100330110130131311762
Binary11100011100000011011010010001011000101110111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3401B; }

 p { color: rgb(227,64,27); }

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

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

 a { background-color: rgb(227,64,27); }

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

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

 span { border-color: rgb(227,64,27); }

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