#E0403F

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

Shades of Cinnabar #E0403F

Tints of Cinnabar #E0403F

Color information

#E0403F (or 0xE0403F) is unknown color: approx Cinnabar. HEX triplet: E0, 40 and 3F. RGB value is (224,64,63). Sum of RGB (Red+Green+Blue) = 224+64+63=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0403F is #1FBFC0. Grayscale: #6F6F6F. Windows color (decimal): -2080705 or 4145376. OLE color: 4145376.

HSL color Cylindrical-coordinate representation of color #E0403F: hue angle of 0.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0403F is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2246463-
CMYK00.710.720.12
HSL0.37º72.2%56.27%-
HSV(B)0.37º71.88%87.84%-
XYZ33.4719.876.77-
YUV111.73100.51208.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.82%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 63 (25% from 255) = 17.95%
R=63.82%
G=18.23%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224646300.710.720.120.3772.256.27
HexE0403F04748C04838
Octal34010077010711014011070
Binary111000001000000111111010001111001000110001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0403F; }

 p { color: rgb(224,64,63); }

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

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

 a { background-color: rgb(224,64,63); }

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

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

 span { border-color: rgb(224,64,63); }

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