Shades of Brick Red #D23143
Tints of Brick Red #D23143
RGB
CMYK
RGB Variations
Color information
#D23143 (or 0xD23143) is known color: Brick Red. HEX triplet: D2, 31 and 43. RGB value is (210,49,67). Sum of RGB (Red+Green+Blue) = 210+49+67=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D23143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23143 is #2DCEBC. Grayscale: #636363. Windows color (decimal): -3002045 or 4403666. OLE color: 4403666.
HSL color Cylindrical-coordinate representation of color #D23143: hue angle of 353.29º 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 #D23143 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 67 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.18 |
| HSL | 353.29º | 0.64% | 0.51% | - |
| HSV(B) | 353.29º | 0.77% | 0.82% | - |
| XYZ | 28.69 | 16.3 | 6.94 | - |
| YUV | 99.19 | 109.84 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 67 | 0 | 0.77 | 0.68 | 0.18 | 353.29 | 0.64 | 0.51 |
| Hex | D2 | 31 | 43 | 0 | 4D | 44 | 12 | 161 | 40 | 33 |
| Octal | 322 | 61 | 103 | 0 | 115 | 104 | 22 | 541 | 100 | 63 |
| Binary | 11010010 | 110001 | 1000011 | 0 | 1001101 | 1000100 | 10010 | 101100001 | 1000000 | 110011 |
Color Harmonies of #D23143
Complementary color
Monochromatic Colors of #D23143
Black with #D23143
Text Example
Text Example
White with #D23143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23143; }
p { color: rgb(210,49,67); }
H1.HeaderClassName
{
color: #D23143;
}
.AnyTagClassName
{
color: #D23143;
}
</style>
background-color css
<style>
a { background-color: #D23143; }
a { background-color: rgb(210,49,67); }
div.DivClassName
{
background-color: #D23143;
}
.BgClassName
{
background-color: #D23143;
}
</style>
border-color css
<style>
span { border-color: #D23143; }
span { border-color: rgb(210,49,67); }
td.TdClassName
{
border-color: #D23143;
}
.TagClassName
{
border-color: #D23143;
}
</style>