#E4442F

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

Shades of Cinnabar #E4442F

Tints of Cinnabar #E4442F

Color information

#E4442F (or 0xE4442F) is unknown color: approx Cinnabar. HEX triplet: E4, 44 and 2F. RGB value is (228,68,47). Sum of RGB (Red+Green+Blue) = 228+68+47=343 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.47% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 228 - color contains mainly: red. Hex color #E4442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4442F is #1BBBD0. Grayscale: #717171. Windows color (decimal): -1817553 or 3097828. OLE color: 3097828.

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

Color convert

RGB2286847-
CMYK00.700.790.11
HSL6.96º77.02%53.92%-
HSV(B)6.96º79.39%89.41%-
XYZ34.5820.834.89-
YUV113.4590.51209.71-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 66.47%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 47 (18.75% from 255) = 13.70%
R=66.47%
G=19.83%
B=13.70%

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
Decimal228684700.700.790.116.9677.0253.92
HexE4442F0464FB74d36
Octal34410457010611713711566
Binary11100100100010010111101000110100111110111111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4442F; }

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

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

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

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

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

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

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

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