#E52D2A

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

Shades of Cinnabar #E52D2A

Tints of Cinnabar #E52D2A

Color information

#E52D2A (or 0xE52D2A) is unknown color: approx Cinnabar. HEX triplet: E5, 2D and 2A. RGB value is (229,45,42). Sum of RGB (Red+Green+Blue) = 229+45+42=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52D2A is #1AD2D5. Grayscale: #636363. Windows color (decimal): -1757910 or 2764261. OLE color: 2764261.

HSL color Cylindrical-coordinate representation of color #E52D2A: hue angle of 0.96º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52D2A is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB2294542-
CMYK00.800.820.10
HSL0.96º78.24%53.14%-
HSV(B)0.96º81.66%89.8%-
XYZ33.6718.74.03-
YUV99.6795.46220.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 72.47%
GREEN value IS 45 (17.97% from 255) = 14.24%
BLUE value IS 42 (16.80% from 255) = 13.29%
R=72.47%
G=14.24%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229454200.800.820.100.9678.2453.14
HexE52D2A05052A14e35
Octal3455552012012212111665
Binary11100101101101101010010100001010010101011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52D2A; }

 p { color: rgb(229,45,42); }

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

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

 a { background-color: rgb(229,45,42); }

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

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

 span { border-color: rgb(229,45,42); }

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