#D52E49

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

Shades of Brick Red #D52E49

Tints of Brick Red #D52E49

Color information

#D52E49 (or 0xD52E49) is unknown color: approx Brick Red. HEX triplet: D5, 2E and 49. RGB value is (213,46,73). Sum of RGB (Red+Green+Blue) = 213+46+73=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E49 is #2AD1B6. Grayscale: #636363. Windows color (decimal): -2806199 or 4796117. OLE color: 4796117.

HSL color Cylindrical-coordinate representation of color #D52E49: hue angle of 350.3º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E49 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB2134673-
CMYK00.780.660.16
HSL350.3º66.53%50.78%-
HSV(B)350.3º78.4%83.53%-
XYZ29.6216.587.94-
YUV99.01113.33209.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.16%
GREEN value IS 46 (18.36% from 255) = 13.86%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=64.16%
G=13.86%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213467300.780.660.16350.366.5350.78
HexD52E4904E421015e4333
Octal3255611101161022053610363
Binary110101011011101001001010011101000010100001010111101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E49; }

 p { color: rgb(213,46,73); }

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

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

 a { background-color: rgb(213,46,73); }

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

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

 span { border-color: rgb(213,46,73); }

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