#E04134

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

Shades of Cinnabar #E04134

Tints of Cinnabar #E04134

Color information

#E04134 (or 0xE04134) is unknown color: approx Cinnabar. HEX triplet: E0, 41 and 34. RGB value is (224,65,52). Sum of RGB (Red+Green+Blue) = 224+65+52=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E04134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04134 is #1FBECB. Grayscale: #6F6F6F. Windows color (decimal): -2080460 or 3424736. OLE color: 3424736.

HSL color Cylindrical-coordinate representation of color #E04134: hue angle of 4.53º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E04134 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB2246552-
CMYK00.710.770.12
HSL4.53º73.5%54.12%-
HSV(B)4.53º76.79%87.84%-
XYZ33.2519.885.33-
YUV111.0694.68208.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.69%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 52 (20.70% from 255) = 15.25%
R=65.69%
G=19.06%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224655200.710.770.124.5373.554.12
HexE041340474DC54a36
Octal34010164010711514511266
Binary11100000100000111010001000111100110111001011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04134; }

 p { color: rgb(224,65,52); }

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

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

 a { background-color: rgb(224,65,52); }

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

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

 span { border-color: rgb(224,65,52); }

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