Shades of Brick Red #D53544
Tints of Brick Red #D53544
RGB
CMYK
RGB Variations
Color information
#D53544 (or 0xD53544) is known color: 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
| RGB | 213 | 53 | 68 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.16 |
| HSL | 354.38º | 0.66% | 0.52% | - |
| HSV(B) | 354.38º | 0.75% | 0.84% | - |
| XYZ | 29.76 | 17.11 | 7.2 | - |
| YUV | 102.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 68 | 0 | 0.75 | 0.68 | 0.16 | 354.38 | 0.66 | 0.52 |
| Hex | D5 | 35 | 44 | 0 | 4B | 44 | 10 | 162 | 42 | 34 |
| Octal | 325 | 65 | 104 | 0 | 113 | 104 | 20 | 542 | 102 | 64 |
| Binary | 11010101 | 110101 | 1000100 | 0 | 1001011 | 1000100 | 10000 | 101100010 | 1000010 | 110100 |
Color Harmonies of #D53544
Complementary color
Monochromatic Colors of #D53544
Black with #D53544
Text Example
Text Example
White with #D53544
Text Example
Text Example
HTML Codes & Css Web 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>