#E04C3D

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

Shades of Cinnabar #E04C3D

Tints of Cinnabar #E04C3D

Color information

#E04C3D (or 0xE04C3D) is unknown color: approx Cinnabar. HEX triplet: E0, 4C and 3D. RGB value is (224,76,61). Sum of RGB (Red+Green+Blue) = 224+76+61=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C3D is #1FB3C2. Grayscale: #767676. Windows color (decimal): -2077635 or 4017376. OLE color: 4017376.

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

Color convert

RGB2247661-
CMYK00.660.730.12
HSL5.52º72.44%55.88%-
HSV(B)5.52º72.77%87.84%-
XYZ34.1721.356.74-
YUV118.5495.53203.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.05%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=62.05%
G=21.05%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224766100.660.730.125.5272.4455.88
HexE04C3D04249C64838
Octal34011475010211114611070
Binary11100000100110011110101000010100100111001101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04C3D; }

 p { color: rgb(224,76,61); }

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

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

 a { background-color: rgb(224,76,61); }

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

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

 span { border-color: rgb(224,76,61); }

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