#D52E48

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

Shades of Brick Red #D52E48

Tints of Brick Red #D52E48

Color information

#D52E48 (or 0xD52E48) is unknown color: approx Brick Red. HEX triplet: D5, 2E and 48. RGB value is (213,46,72). Sum of RGB (Red+Green+Blue) = 213+46+72=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E48 is #2AD1B7. Grayscale: #626262. Windows color (decimal): -2806200 or 4730581. OLE color: 4730581.

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

Color convert

RGB2134672-
CMYK00.780.660.16
HSL350.66º66.53%50.78%-
HSV(B)350.66º78.4%83.53%-
XYZ29.5916.577.77-
YUV98.9112.83209.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.35%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=64.35%
G=13.90%
B=21.75%

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
Decimal213467200.780.660.16350.6666.5350.78
HexD52E4804E421015f4333
Octal3255611001161022053710363
Binary110101011011101001000010011101000010100001010111111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E48; }

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

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

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

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

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

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

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

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