#E04D1E

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

Shades of Cinnabar #E04D1E

Tints of Cinnabar #E04D1E

Color information

#E04D1E (or 0xE04D1E) is unknown color: approx Cinnabar. HEX triplet: E0, 4D and 1E. RGB value is (224,77,30). Sum of RGB (Red+Green+Blue) = 224+77+30=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D1E is #1FB2E1. Grayscale: #737373. Windows color (decimal): -2077410 or 1986016. OLE color: 1986016.

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

Color convert

RGB2247730-
CMYK00.660.870.12
HSL14.54º76.38%49.8%-
HSV(B)14.54º86.61%87.84%-
XYZ33.6321.253.56-
YUV115.679.7205.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.67%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 30 (12.11% from 255) = 9.06%
R=67.67%
G=23.26%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224773000.660.870.1214.5476.3849.8
HexE04D1E04257Cf4c32
Octal340115360102127141711462
Binary11100000100110111110010000101010111110011111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04D1E; }

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

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

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

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

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

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

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

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