Shades of Brick Red #D23047
Tints of Brick Red #D23047
RGB
CMYK
RGB Variations
Color information
#D23047 (or 0xD23047) is known color: Brick Red. HEX triplet: D2, 30 and 47. RGB value is (210,48,71). Sum of RGB (Red+Green+Blue) = 210+48+71=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D23047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23047 is #2DCFB8. Grayscale: #636363. Windows color (decimal): -3002297 or 4665554. OLE color: 4665554.
HSL color Cylindrical-coordinate representation of color #D23047: hue angle of 351.48º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23047 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 71 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.18 |
| HSL | 351.48º | 0.64% | 0.51% | - |
| HSV(B) | 351.48º | 0.77% | 0.82% | - |
| XYZ | 28.77 | 16.27 | 7.59 | - |
| YUV | 99.06 | 112.17 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 71 | 0 | 0.77 | 0.66 | 0.18 | 351.48 | 0.64 | 0.51 |
| Hex | D2 | 30 | 47 | 0 | 4D | 42 | 12 | 15F | 40 | 33 |
| Octal | 322 | 60 | 107 | 0 | 115 | 102 | 22 | 537 | 100 | 63 |
| Binary | 11010010 | 110000 | 1000111 | 0 | 1001101 | 1000010 | 10010 | 101011111 | 1000000 | 110011 |
Color Harmonies of #D23047
Complementary color
Monochromatic Colors of #D23047
Black with #D23047
Text Example
Text Example
White with #D23047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23047; }
p { color: rgb(210,48,71); }
H1.HeaderClassName
{
color: #D23047;
}
.AnyTagClassName
{
color: #D23047;
}
</style>
background-color css
<style>
a { background-color: #D23047; }
a { background-color: rgb(210,48,71); }
div.DivClassName
{
background-color: #D23047;
}
.BgClassName
{
background-color: #D23047;
}
</style>
border-color css
<style>
span { border-color: #D23047; }
span { border-color: rgb(210,48,71); }
td.TdClassName
{
border-color: #D23047;
}
.TagClassName
{
border-color: #D23047;
}
</style>