#E3402F

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

Shades of Cinnabar #E3402F

Tints of Cinnabar #E3402F

Color information

#E3402F (or 0xE3402F) is unknown color: approx Cinnabar. HEX triplet: E3, 40 and 2F. RGB value is (227,64,47). Sum of RGB (Red+Green+Blue) = 227+64+47=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E3402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3402F is #1CBFD0. Grayscale: #6F6F6F. Windows color (decimal): -1884113 or 3096803. OLE color: 3096803.

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

Color convert

RGB2276447-
CMYK00.720.790.11
HSL5.67º76.27%53.73%-
HSV(B)5.67º79.3%89.02%-
XYZ34.0320.24.8-
YUV110.892210.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 67.16%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 47 (18.75% from 255) = 13.91%
R=67.16%
G=18.93%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227644700.720.790.115.6776.2753.73
HexE3402F0484FB64c36
Octal34310057011011713611466
Binary11100011100000010111101001000100111110111101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3402F; }

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

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

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

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

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

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

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

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