#D53544

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

Shades of Brick Red #D53544

Tints of Brick Red #D53544

Color information

#D53544 (or 0xD53544) is unknown color: approx Brick Red. HEX triplet: D5, 35 and 44. RGB value is (213,53,68). Sum of RGB (Red+Green+Blue) = 213+53+68=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D53544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53544 is #2ACABB. Grayscale: #666666. Windows color (decimal): -2804412 or 4470229. OLE color: 4470229.

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

Color convert

RGB2135368-
CMYK00.750.680.16
HSL354.38º65.57%52.16%-
HSV(B)354.38º75.12%83.53%-
XYZ29.7617.117.2-
YUV102.55108.51206.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.77%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 68 (26.95% from 255) = 20.36%
R=63.77%
G=15.87%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213536800.750.680.16354.3865.5752.16
HexD5354404B44101624234
Octal3256510401131042054210264
Binary110101011101011000100010010111000100100001011000101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53544; }

 p { color: rgb(213,53,68); }

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

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

 a { background-color: rgb(213,53,68); }

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

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

 span { border-color: rgb(213,53,68); }

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