Shades of Brick Red #D23A47
Tints of Brick Red #D23A47
RGB
CMYK
RGB Variations
Color information
#D23A47 (or 0xD23A47) is known color: Brick Red. HEX triplet: D2, 3A and 47. RGB value is (210,58,71). Sum of RGB (Red+Green+Blue) = 210+58+71=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A47 is #2DC5B8. Grayscale: #696969. Windows color (decimal): -2999737 or 4668114. OLE color: 4668114.
HSL color Cylindrical-coordinate representation of color #D23A47: hue angle of 354.87º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A47 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 71 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.18 |
| HSL | 354.87º | 0.63% | 0.53% | - |
| HSV(B) | 354.87º | 0.72% | 0.82% | - |
| XYZ | 29.23 | 17.18 | 7.74 | - |
| YUV | 104.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 71 | 0 | 0.72 | 0.66 | 0.18 | 354.87 | 0.63 | 0.53 |
| Hex | D2 | 3A | 47 | 0 | 48 | 42 | 12 | 163 | 3F | 35 |
| Octal | 322 | 72 | 107 | 0 | 110 | 102 | 22 | 543 | 77 | 65 |
| Binary | 11010010 | 111010 | 1000111 | 0 | 1001000 | 1000010 | 10010 | 101100011 | 111111 | 110101 |
Color Harmonies of #D23A47
Complementary color
Monochromatic Colors of #D23A47
Black with #D23A47
Text Example
Text Example
White with #D23A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A47; }
p { color: rgb(210,58,71); }
H1.HeaderClassName
{
color: #D23A47;
}
.AnyTagClassName
{
color: #D23A47;
}
</style>
background-color css
<style>
a { background-color: #D23A47; }
a { background-color: rgb(210,58,71); }
div.DivClassName
{
background-color: #D23A47;
}
.BgClassName
{
background-color: #D23A47;
}
</style>
border-color css
<style>
span { border-color: #D23A47; }
span { border-color: rgb(210,58,71); }
td.TdClassName
{
border-color: #D23A47;
}
.TagClassName
{
border-color: #D23A47;
}
</style>