Shades of Brick Red #D23146
Tints of Brick Red #D23146
RGB
CMYK
RGB Variations
Color information
#D23146 (or 0xD23146) is known color: Brick Red. HEX triplet: D2, 31 and 46. RGB value is (210,49,70). Sum of RGB (Red+Green+Blue) = 210+49+70=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D23146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23146 is #2DCEB9. Grayscale: #636363. Windows color (decimal): -3002042 or 4600274. OLE color: 4600274.
HSL color Cylindrical-coordinate representation of color #D23146: hue angle of 352.17º 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 #D23146 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 70 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.18 |
| HSL | 352.17º | 0.64% | 0.51% | - |
| HSV(B) | 352.17º | 0.77% | 0.82% | - |
| XYZ | 28.78 | 16.34 | 7.43 | - |
| YUV | 99.53 | 111.34 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 70 | 0 | 0.77 | 0.67 | 0.18 | 352.17 | 0.64 | 0.51 |
| Hex | D2 | 31 | 46 | 0 | 4D | 43 | 12 | 160 | 40 | 33 |
| Octal | 322 | 61 | 106 | 0 | 115 | 103 | 22 | 540 | 100 | 63 |
| Binary | 11010010 | 110001 | 1000110 | 0 | 1001101 | 1000011 | 10010 | 101100000 | 1000000 | 110011 |
Color Harmonies of #D23146
Complementary color
Monochromatic Colors of #D23146
Black with #D23146
Text Example
Text Example
White with #D23146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23146; }
p { color: rgb(210,49,70); }
H1.HeaderClassName
{
color: #D23146;
}
.AnyTagClassName
{
color: #D23146;
}
</style>
background-color css
<style>
a { background-color: #D23146; }
a { background-color: rgb(210,49,70); }
div.DivClassName
{
background-color: #D23146;
}
.BgClassName
{
background-color: #D23146;
}
</style>
border-color css
<style>
span { border-color: #D23146; }
span { border-color: rgb(210,49,70); }
td.TdClassName
{
border-color: #D23146;
}
.TagClassName
{
border-color: #D23146;
}
</style>