Shades of Brick Red #D23544
Tints of Brick Red #D23544
RGB
CMYK
RGB Variations
Color information
#D23544 (or 0xD23544) is known color: Brick Red. HEX triplet: D2, 35 and 44. RGB value is (210,53,68). Sum of RGB (Red+Green+Blue) = 210+53+68=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D23544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23544 is #2DCABB. Grayscale: #656565. Windows color (decimal): -3001020 or 4470226. OLE color: 4470226.
HSL color Cylindrical-coordinate representation of color #D23544: hue angle of 354.27º 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 #D23544 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 68 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.18 |
| HSL | 354.27º | 0.64% | 0.52% | - |
| HSV(B) | 354.27º | 0.75% | 0.82% | - |
| XYZ | 28.89 | 16.67 | 7.16 | - |
| YUV | 101.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 68 | 0 | 0.75 | 0.68 | 0.18 | 354.27 | 0.64 | 0.52 |
| Hex | D2 | 35 | 44 | 0 | 4B | 44 | 12 | 162 | 40 | 34 |
| Octal | 322 | 65 | 104 | 0 | 113 | 104 | 22 | 542 | 100 | 64 |
| Binary | 11010010 | 110101 | 1000100 | 0 | 1001011 | 1000100 | 10010 | 101100010 | 1000000 | 110100 |
Color Harmonies of #D23544
Complementary color
Monochromatic Colors of #D23544
Black with #D23544
Text Example
Text Example
White with #D23544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23544; }
p { color: rgb(210,53,68); }
H1.HeaderClassName
{
color: #D23544;
}
.AnyTagClassName
{
color: #D23544;
}
</style>
background-color css
<style>
a { background-color: #D23544; }
a { background-color: rgb(210,53,68); }
div.DivClassName
{
background-color: #D23544;
}
.BgClassName
{
background-color: #D23544;
}
</style>
border-color css
<style>
span { border-color: #D23544; }
span { border-color: rgb(210,53,68); }
td.TdClassName
{
border-color: #D23544;
}
.TagClassName
{
border-color: #D23544;
}
</style>