#D52E47

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

Shades of Brick Red #D52E47

Tints of Brick Red #D52E47

Color information

#D52E47 (or 0xD52E47) is unknown color: approx Brick Red. HEX triplet: D5, 2E and 47. RGB value is (213,46,71). Sum of RGB (Red+Green+Blue) = 213+46+71=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E47 is #2AD1B8. Grayscale: #626262. Windows color (decimal): -2806201 or 4665045. OLE color: 4665045.

HSL color Cylindrical-coordinate representation of color #D52E47: hue angle of 351.02º 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 #D52E47 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2134671-
CMYK00.780.670.16
HSL351.02º66.53%50.78%-
HSV(B)351.02º78.4%83.53%-
XYZ29.5516.567.6-
YUV98.78112.33209.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.55%
GREEN value IS 46 (18.36% from 255) = 13.94%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=64.55%
G=13.94%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213467100.780.670.16351.0266.5350.78
HexD52E4704E431015f4333
Octal3255610701161032053710363
Binary110101011011101000111010011101000011100001010111111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E47; }

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

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

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

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

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

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

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

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