#E0392D

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

Shades of Cinnabar #E0392D

Tints of Cinnabar #E0392D

Color information

#E0392D (or 0xE0392D) is unknown color: approx Cinnabar. HEX triplet: E0, 39 and 2D. RGB value is (224,57,45). Sum of RGB (Red+Green+Blue) = 224+57+45=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E0392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0392D is #1FC6D2. Grayscale: #696969. Windows color (decimal): -2082515 or 2963936. OLE color: 2963936.

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

Color convert

RGB2245745-
CMYK00.750.800.12
HSL4.02º74.27%52.75%-
HSV(B)4.02º79.91%87.84%-
XYZ32.6818.964.42-
YUV105.5693.83212.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 68.71%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 45 (17.97% from 255) = 13.80%
R=68.71%
G=17.48%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224574500.750.800.124.0274.2752.75
HexE0392D04B50C44a35
Octal3407155011312014411265
Binary1110000011100110110101001011101000011001001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0392D; }

 p { color: rgb(224,57,45); }

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

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

 a { background-color: rgb(224,57,45); }

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

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

 span { border-color: rgb(224,57,45); }

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