#E04531

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

Shades of Cinnabar #E04531

Tints of Cinnabar #E04531

Color information

#E04531 (or 0xE04531) is unknown color: approx Cinnabar. HEX triplet: E0, 45 and 31. RGB value is (224,69,49). Sum of RGB (Red+Green+Blue) = 224+69+49=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E04531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04531 is #1FBACE. Grayscale: #717171. Windows color (decimal): -2079439 or 3229152. OLE color: 3229152.

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

Color convert

RGB2246949-
CMYK00.690.780.12
HSL6.86º73.84%53.53%-
HSV(B)6.86º78.12%87.84%-
XYZ33.4220.335.07-
YUV113.0691.85207.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.50%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 49 (19.53% from 255) = 14.33%
R=65.50%
G=20.18%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224694900.690.780.126.8673.8453.53
HexE045310454EC74a36
Octal34010561010511614711266
Binary11100000100010111000101000101100111011001111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04531; }

 p { color: rgb(224,69,49); }

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

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

 a { background-color: rgb(224,69,49); }

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

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

 span { border-color: rgb(224,69,49); }

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