#D52E46

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

Shades of Brick Red #D52E46

Tints of Brick Red #D52E46

Color information

#D52E46 (or 0xD52E46) is unknown color: approx Brick Red. HEX triplet: D5, 2E and 46. RGB value is (213,46,70). Sum of RGB (Red+Green+Blue) = 213+46+70=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E46 is #2AD1B9. Grayscale: #626262. Windows color (decimal): -2806202 or 4599509. OLE color: 4599509.

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

Color convert

RGB2134670-
CMYK00.780.670.16
HSL351.38º66.53%50.78%-
HSV(B)351.38º78.4%83.53%-
XYZ29.5216.547.43-
YUV98.67111.83209.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.74%
GREEN value IS 46 (18.36% from 255) = 13.98%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=64.74%
G=13.98%
B=21.28%

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
Decimal213467000.780.670.16351.3866.5350.78
HexD52E4604E431015f4333
Octal3255610601161032053710363
Binary110101011011101000110010011101000011100001010111111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E46; }

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

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

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

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

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

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

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

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