#e3442f

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

Shades of Cinnabar #E3442F

Tints of Cinnabar #E3442F

Color information

#E3442F (or 0xE3442F) is unknown color: approx Cinnabar. HEX triplet: E3, 44 and 2F. RGB value is (227,68,47). Sum of RGB (Red+Green+Blue) = 227+68+47=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E3442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3442F is #1CBBD0. Grayscale: #717171. Windows color (decimal): -1883089 or 3097827. OLE color: 3097827.

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

Color convert

RGB2276847-
CMYK00.700.790.11
HSL76.27%53.73%-
HSV(B)79.3%89.02%-
XYZ34.2620.674.87-
YUV113.1590.68209.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 66.37%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 47 (18.75% from 255) = 13.74%
R=66.37%
G=19.88%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227684700.700.790.11776.2753.73
HexE3442F0464FB74c36
Octal34310457010611713711466
Binary11100011100010010111101000110100111110111111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3442f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3442f; }

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

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

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

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

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

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

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

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