Shades of Brick Red #D23545
Tints of Brick Red #D23545
RGB
CMYK
RGB Variations
Color information
#D23545 (or 0xD23545) is known color: Brick Red. HEX triplet: D2, 35 and 45. RGB value is (210,53,69). Sum of RGB (Red+Green+Blue) = 210+53+69=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D23545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23545 is #2DCABA. Grayscale: #656565. Windows color (decimal): -3001019 or 4535762. OLE color: 4535762.
HSL color Cylindrical-coordinate representation of color #D23545: hue angle of 353.89º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23545 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 69 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.18 |
| HSL | 353.89º | 0.64% | 0.52% | - |
| HSV(B) | 353.89º | 0.75% | 0.82% | - |
| XYZ | 28.93 | 16.68 | 7.32 | - |
| YUV | 101.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 69 | 0 | 0.75 | 0.67 | 0.18 | 353.89 | 0.64 | 0.52 |
| Hex | D2 | 35 | 45 | 0 | 4B | 43 | 12 | 162 | 40 | 34 |
| Octal | 322 | 65 | 105 | 0 | 113 | 103 | 22 | 542 | 100 | 64 |
| Binary | 11010010 | 110101 | 1000101 | 0 | 1001011 | 1000011 | 10010 | 101100010 | 1000000 | 110100 |
Color Harmonies of #D23545
Complementary color
Monochromatic Colors of #D23545
Black with #D23545
Text Example
Text Example
White with #D23545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23545; }
p { color: rgb(210,53,69); }
H1.HeaderClassName
{
color: #D23545;
}
.AnyTagClassName
{
color: #D23545;
}
</style>
background-color css
<style>
a { background-color: #D23545; }
a { background-color: rgb(210,53,69); }
div.DivClassName
{
background-color: #D23545;
}
.BgClassName
{
background-color: #D23545;
}
</style>
border-color css
<style>
span { border-color: #D23545; }
span { border-color: rgb(210,53,69); }
td.TdClassName
{
border-color: #D23545;
}
.TagClassName
{
border-color: #D23545;
}
</style>