#E0412E

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

Shades of Cinnabar #E0412E

Tints of Cinnabar #E0412E

Color information

#E0412E (or 0xE0412E) is unknown color: approx Cinnabar. HEX triplet: E0, 41 and 2E. RGB value is (224,65,46). Sum of RGB (Red+Green+Blue) = 224+65+46=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0412E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0412E is #1FBED1. Grayscale: #6E6E6E. Windows color (decimal): -2080466 or 3031520. OLE color: 3031520.

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

Color convert

RGB2246546-
CMYK00.710.790.12
HSL6.4º74.17%52.94%-
HSV(B)6.4º79.46%87.84%-
XYZ33.1219.834.67-
YUV110.3891.68209.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 66.87%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 46 (18.36% from 255) = 13.73%
R=66.87%
G=19.40%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224654600.710.790.126.474.1752.94
HexE0412E0474FC64a35
Octal34010156010711714611265
Binary11100000100000110111001000111100111111001101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0412E; }

 p { color: rgb(224,65,46); }

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

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

 a { background-color: rgb(224,65,46); }

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

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

 span { border-color: rgb(224,65,46); }

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