Shades of Brick Red #D53445
Tints of Brick Red #D53445
RGB
CMYK
RGB Variations
Color information
#D53445 (or 0xD53445) is known color: Brick Red. HEX triplet: D5, 34 and 45. RGB value is (213,52,69). Sum of RGB (Red+Green+Blue) = 213+52+69=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D53445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53445 is #2ACBBA. Grayscale: #666666. Windows color (decimal): -2804667 or 4535509. OLE color: 4535509.
HSL color Cylindrical-coordinate representation of color #D53445: hue angle of 353.66º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53445 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 69 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.16 |
| HSL | 353.66º | 0.66% | 0.52% | - |
| HSV(B) | 353.66º | 0.76% | 0.84% | - |
| XYZ | 29.74 | 17.03 | 7.35 | - |
| YUV | 102.08 | 109.34 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 69 | 0 | 0.76 | 0.68 | 0.16 | 353.66 | 0.66 | 0.52 |
| Hex | D5 | 34 | 45 | 0 | 4C | 44 | 10 | 162 | 42 | 34 |
| Octal | 325 | 64 | 105 | 0 | 114 | 104 | 20 | 542 | 102 | 64 |
| Binary | 11010101 | 110100 | 1000101 | 0 | 1001100 | 1000100 | 10000 | 101100010 | 1000010 | 110100 |
Color Harmonies of #D53445
Complementary color
Monochromatic Colors of #D53445
Black with #D53445
Text Example
Text Example
White with #D53445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53445; }
p { color: rgb(213,52,69); }
H1.HeaderClassName
{
color: #D53445;
}
.AnyTagClassName
{
color: #D53445;
}
</style>
background-color css
<style>
a { background-color: #D53445; }
a { background-color: rgb(213,52,69); }
div.DivClassName
{
background-color: #D53445;
}
.BgClassName
{
background-color: #D53445;
}
</style>
border-color css
<style>
span { border-color: #D53445; }
span { border-color: rgb(213,52,69); }
td.TdClassName
{
border-color: #D53445;
}
.TagClassName
{
border-color: #D53445;
}
</style>