#E04D25

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

Shades of Cinnabar #E04D25

Tints of Cinnabar #E04D25

Color information

#E04D25 (or 0xE04D25) is unknown color: approx Cinnabar. HEX triplet: E0, 4D and 25. RGB value is (224,77,37). Sum of RGB (Red+Green+Blue) = 224+77+37=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D25 is #1FB2DA. Grayscale: #747474. Windows color (decimal): -2077403 or 2444768. OLE color: 2444768.

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

Color convert

RGB2247737-
CMYK00.660.830.12
HSL12.83º75.1%51.18%-
HSV(B)12.83º83.48%87.84%-
XYZ33.7321.294.08-
YUV116.3983.2204.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 66.27%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 37 (14.84% from 255) = 10.95%
R=66.27%
G=22.78%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224773700.660.830.1212.8375.151.18
HexE04D2504253Cd4b33
Octal340115450102123141511363
Binary111000001001101100101010000101010011110011011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04D25; }

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

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

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

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

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

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

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

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