Shades of Brick Red #D23748
Tints of Brick Red #D23748
RGB
CMYK
RGB Variations
Color information
#D23748 (or 0xD23748) is known color: Brick Red. HEX triplet: D2, 37 and 48. RGB value is (210,55,72). Sum of RGB (Red+Green+Blue) = 210+55+72=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D23748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23748 is #2DC8B7. Grayscale: #676767. Windows color (decimal): -3000504 or 4732882. OLE color: 4732882.
HSL color Cylindrical-coordinate representation of color #D23748: hue angle of 353.42º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23748 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 72 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.18 |
| HSL | 353.42º | 0.63% | 0.52% | - |
| HSV(B) | 353.42º | 0.74% | 0.82% | - |
| XYZ | 29.11 | 16.9 | 7.86 | - |
| YUV | 103.28 | 110.35 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 72 | 0 | 0.74 | 0.66 | 0.18 | 353.42 | 0.63 | 0.52 |
| Hex | D2 | 37 | 48 | 0 | 4A | 42 | 12 | 161 | 3F | 34 |
| Octal | 322 | 67 | 110 | 0 | 112 | 102 | 22 | 541 | 77 | 64 |
| Binary | 11010010 | 110111 | 1001000 | 0 | 1001010 | 1000010 | 10010 | 101100001 | 111111 | 110100 |
Color Harmonies of #D23748
Complementary color
Monochromatic Colors of #D23748
Black with #D23748
Text Example
Text Example
White with #D23748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23748; }
p { color: rgb(210,55,72); }
H1.HeaderClassName
{
color: #D23748;
}
.AnyTagClassName
{
color: #D23748;
}
</style>
background-color css
<style>
a { background-color: #D23748; }
a { background-color: rgb(210,55,72); }
div.DivClassName
{
background-color: #D23748;
}
.BgClassName
{
background-color: #D23748;
}
</style>
border-color css
<style>
span { border-color: #D23748; }
span { border-color: rgb(210,55,72); }
td.TdClassName
{
border-color: #D23748;
}
.TagClassName
{
border-color: #D23748;
}
</style>