Shades of Brick Red #D23444
Tints of Brick Red #D23444
RGB
CMYK
RGB Variations
Color information
#D23444 (or 0xD23444) is known color: Brick Red. HEX triplet: D2, 34 and 44. RGB value is (210,52,68). Sum of RGB (Red+Green+Blue) = 210+52+68=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D23444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23444 is #2DCBBB. Grayscale: #656565. Windows color (decimal): -3001276 or 4469970. OLE color: 4469970.
HSL color Cylindrical-coordinate representation of color #D23444: hue angle of 353.92º degrees, saturation: 0.64, 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 #D23444 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 68 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.18 |
| HSL | 353.92º | 0.64% | 0.51% | - |
| HSV(B) | 353.92º | 0.75% | 0.82% | - |
| XYZ | 28.85 | 16.57 | 7.15 | - |
| YUV | 101.07 | 109.35 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 68 | 0 | 0.75 | 0.68 | 0.18 | 353.92 | 0.64 | 0.51 |
| Hex | D2 | 34 | 44 | 0 | 4B | 44 | 12 | 162 | 40 | 33 |
| Octal | 322 | 64 | 104 | 0 | 113 | 104 | 22 | 542 | 100 | 63 |
| Binary | 11010010 | 110100 | 1000100 | 0 | 1001011 | 1000100 | 10010 | 101100010 | 1000000 | 110011 |
Color Harmonies of #D23444
Complementary color
Monochromatic Colors of #D23444
Black with #D23444
Text Example
Text Example
White with #D23444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23444; }
p { color: rgb(210,52,68); }
H1.HeaderClassName
{
color: #D23444;
}
.AnyTagClassName
{
color: #D23444;
}
</style>
background-color css
<style>
a { background-color: #D23444; }
a { background-color: rgb(210,52,68); }
div.DivClassName
{
background-color: #D23444;
}
.BgClassName
{
background-color: #D23444;
}
</style>
border-color css
<style>
span { border-color: #D23444; }
span { border-color: rgb(210,52,68); }
td.TdClassName
{
border-color: #D23444;
}
.TagClassName
{
border-color: #D23444;
}
</style>