#E4411C

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

Shades of Cinnabar #E4411C

Tints of Cinnabar #E4411C

Color information

#E4411C (or 0xE4411C) is unknown color: approx Cinnabar. HEX triplet: E4, 41 and 1C. RGB value is (228,65,28). Sum of RGB (Red+Green+Blue) = 228+65+28=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E4411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4411C is #1BBEE3. Grayscale: #6D6D6D. Windows color (decimal): -1818340 or 1851876. OLE color: 1851876.

HSL color Cylindrical-coordinate representation of color #E4411C: 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 #E4411C is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB2286528-
CMYK00.710.880.11
HSL11.1º78.74%50.2%-
HSV(B)11.1º87.72%89.41%-
XYZ34.0920.363.23-
YUV109.5282212.51-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 71.03%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 28 (11.33% from 255) = 8.72%
R=71.03%
G=20.25%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228652800.710.880.1111.178.7450.2
HexE4411C04758Bb4f32
Octal344101340107130131311762
Binary11100100100000111100010001111011000101110111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4411C; }

 p { color: rgb(228,65,28); }

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

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

 a { background-color: rgb(228,65,28); }

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

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

 span { border-color: rgb(228,65,28); }

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