Shades of Brick Red #D23140
Tints of Brick Red #D23140
RGB
CMYK
RGB Variations
Color information
#D23140 (or 0xD23140) is known color: Brick Red. HEX triplet: D2, 31 and 40. RGB value is (210,49,64). Sum of RGB (Red+Green+Blue) = 210+49+64=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D23140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23140 is #2DCEBF. Grayscale: #626262. Windows color (decimal): -3002048 or 4207058. OLE color: 4207058.
HSL color Cylindrical-coordinate representation of color #D23140: hue angle of 354.41º 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 #D23140 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 64 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.18 |
| HSL | 354.41º | 0.64% | 0.51% | - |
| HSV(B) | 354.41º | 0.77% | 0.82% | - |
| XYZ | 28.6 | 16.27 | 6.48 | - |
| YUV | 98.85 | 108.34 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 64 | 0 | 0.77 | 0.70 | 0.18 | 354.41 | 0.64 | 0.51 |
| Hex | D2 | 31 | 40 | 0 | 4D | 46 | 12 | 162 | 40 | 33 |
| Octal | 322 | 61 | 100 | 0 | 115 | 106 | 22 | 542 | 100 | 63 |
| Binary | 11010010 | 110001 | 1000000 | 0 | 1001101 | 1000110 | 10010 | 101100010 | 1000000 | 110011 |
Color Harmonies of #D23140
Complementary color
Monochromatic Colors of #D23140
Black with #D23140
Text Example
Text Example
White with #D23140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23140; }
p { color: rgb(210,49,64); }
H1.HeaderClassName
{
color: #D23140;
}
.AnyTagClassName
{
color: #D23140;
}
</style>
background-color css
<style>
a { background-color: #D23140; }
a { background-color: rgb(210,49,64); }
div.DivClassName
{
background-color: #D23140;
}
.BgClassName
{
background-color: #D23140;
}
</style>
border-color css
<style>
span { border-color: #D23140; }
span { border-color: rgb(210,49,64); }
td.TdClassName
{
border-color: #D23140;
}
.TagClassName
{
border-color: #D23140;
}
</style>