#d52d3f

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

Shades of Brick Red #D52D3F

Tints of Brick Red #D52D3F

Color information

#D52D3F (or 0xD52D3F) is unknown color: approx Brick Red. HEX triplet: D5, 2D and 3F. RGB value is (213,45,63). Sum of RGB (Red+Green+Blue) = 213+45+63=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D3F is #2AD2C0. Grayscale: #616161. Windows color (decimal): -2806465 or 4140501. OLE color: 4140501.

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

Color convert

RGB2134563-
CMYK00.790.700.16
HSL353.57º66.67%50.59%-
HSV(B)353.57º78.87%83.53%-
XYZ29.2816.386.32-
YUV97.28108.66210.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.36%
GREEN value IS 45 (17.97% from 255) = 14.02%
BLUE value IS 63 (25% from 255) = 19.63%
R=66.36%
G=14.02%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213456300.790.700.16353.5766.6750.59
HexD52D3F04F46101624333
Octal325557701171062054210363
Binary11010101101101111111010011111000110100001011000101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d52d3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d52d3f; }

 p { color: rgb(213,45,63); }

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

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

 a { background-color: rgb(213,45,63); }

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

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

 span { border-color: rgb(213,45,63); }

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