Shades of Brick Red #D53645
Tints of Brick Red #D53645
RGB
CMYK
RGB Variations
Color information
#D53645 (or 0xD53645) is known color: Brick Red. HEX triplet: D5, 36 and 45. RGB value is (213,54,69). Sum of RGB (Red+Green+Blue) = 213+54+69=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D53645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53645 is #2AC9BA. Grayscale: #676767. Windows color (decimal): -2804155 or 4536021. OLE color: 4536021.
HSL color Cylindrical-coordinate representation of color #D53645: hue angle of 354.34º degrees, saturation: 0.65, 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 #D53645 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 69 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.16 |
| HSL | 354.34º | 0.65% | 0.52% | - |
| HSV(B) | 354.34º | 0.75% | 0.84% | - |
| XYZ | 29.83 | 17.21 | 7.38 | - |
| YUV | 103.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 69 | 0 | 0.75 | 0.68 | 0.16 | 354.34 | 0.65 | 0.52 |
| Hex | D5 | 36 | 45 | 0 | 4B | 44 | 10 | 162 | 41 | 34 |
| Octal | 325 | 66 | 105 | 0 | 113 | 104 | 20 | 542 | 101 | 64 |
| Binary | 11010101 | 110110 | 1000101 | 0 | 1001011 | 1000100 | 10000 | 101100010 | 1000001 | 110100 |
Color Harmonies of #D53645
Complementary color
Monochromatic Colors of #D53645
Black with #D53645
Text Example
Text Example
White with #D53645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53645; }
p { color: rgb(213,54,69); }
H1.HeaderClassName
{
color: #D53645;
}
.AnyTagClassName
{
color: #D53645;
}
</style>
background-color css
<style>
a { background-color: #D53645; }
a { background-color: rgb(213,54,69); }
div.DivClassName
{
background-color: #D53645;
}
.BgClassName
{
background-color: #D53645;
}
</style>
border-color css
<style>
span { border-color: #D53645; }
span { border-color: rgb(213,54,69); }
td.TdClassName
{
border-color: #D53645;
}
.TagClassName
{
border-color: #D53645;
}
</style>