#E4502F

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

Shades of Cinnabar #E4502F

Tints of Cinnabar #E4502F

Color information

#E4502F (or 0xE4502F) is unknown color: approx Cinnabar. HEX triplet: E4, 50 and 2F. RGB value is (228,80,47). Sum of RGB (Red+Green+Blue) = 228+80+47=355 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.23% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 228 - color contains mainly: red. Hex color #E4502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4502F is #1BAFD0. Grayscale: #787878. Windows color (decimal): -1814481 or 3100900. OLE color: 3100900.

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

Color convert

RGB2288047-
CMYK00.650.790.11
HSL10.94º77.02%53.92%-
HSV(B)10.94º79.39%89.41%-
XYZ35.3822.445.16-
YUV120.4986.53204.68-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 64.23%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 47 (18.75% from 255) = 13.24%
R=64.23%
G=22.54%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228804700.650.790.1110.9477.0253.92
HexE4502F0414FBb4d36
Octal344120570101117131311566
Binary111001001010000101111010000011001111101110111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4502F; }

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

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

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

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

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

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

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

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