#E04D2D

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

Shades of Cinnabar #E04D2D

Tints of Cinnabar #E04D2D

Color information

#E04D2D (or 0xE04D2D) is unknown color: approx Cinnabar. HEX triplet: E0, 4D and 2D. RGB value is (224,77,45). Sum of RGB (Red+Green+Blue) = 224+77+45=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D2D is #1FB2D2. Grayscale: #757575. Windows color (decimal): -2077395 or 2969056. OLE color: 2969056.

HSL color Cylindrical-coordinate representation of color #E04D2D: hue angle of 10.73º 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 #E04D2D is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB2247745-
CMYK00.660.800.12
HSL10.73º74.27%52.75%-
HSV(B)10.73º79.91%87.84%-
XYZ33.8721.344.82-
YUV117.387.2204.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 64.74%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 45 (17.97% from 255) = 13.01%
R=64.74%
G=22.25%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224774500.660.800.1210.7374.2752.75
HexE04D2D04250Cb4a35
Octal340115550102120141311265
Binary111000001001101101101010000101010000110010111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04D2D; }

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

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

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

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

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

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

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

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