Shades of Brick Red #D13545
Tints of Brick Red #D13545
RGB
CMYK
RGB Variations
Color information
#D13545 (or 0xD13545) is known color: Brick Red. HEX triplet: D1, 35 and 45. RGB value is (209,53,69). Sum of RGB (Red+Green+Blue) = 209+53+69=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D13545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13545 is #2ECABA. Grayscale: #656565. Windows color (decimal): -3066555 or 4535761. OLE color: 4535761.
HSL color Cylindrical-coordinate representation of color #D13545: hue angle of 353.85º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13545 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 69 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.18 |
| HSL | 353.85º | 0.63% | 0.51% | - |
| HSV(B) | 353.85º | 0.75% | 0.82% | - |
| XYZ | 28.64 | 16.53 | 7.31 | - |
| YUV | 101.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 69 | 0 | 0.75 | 0.67 | 0.18 | 353.85 | 0.63 | 0.51 |
| Hex | D1 | 35 | 45 | 0 | 4B | 43 | 12 | 162 | 3F | 33 |
| Octal | 321 | 65 | 105 | 0 | 113 | 103 | 22 | 542 | 77 | 63 |
| Binary | 11010001 | 110101 | 1000101 | 0 | 1001011 | 1000011 | 10010 | 101100010 | 111111 | 110011 |
Color Harmonies of #D13545
Complementary color
Monochromatic Colors of #D13545
Black with #D13545
Text Example
Text Example
White with #D13545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13545; }
p { color: rgb(209,53,69); }
H1.HeaderClassName
{
color: #D13545;
}
.AnyTagClassName
{
color: #D13545;
}
</style>
background-color css
<style>
a { background-color: #D13545; }
a { background-color: rgb(209,53,69); }
div.DivClassName
{
background-color: #D13545;
}
.BgClassName
{
background-color: #D13545;
}
</style>
border-color css
<style>
span { border-color: #D13545; }
span { border-color: rgb(209,53,69); }
td.TdClassName
{
border-color: #D13545;
}
.TagClassName
{
border-color: #D13545;
}
</style>