Shades of Brick Red #D23040
Tints of Brick Red #D23040
RGB
CMYK
RGB Variations
Color information
#D23040 (or 0xD23040) is known color: Brick Red. HEX triplet: D2, 30 and 40. RGB value is (210,48,64). Sum of RGB (Red+Green+Blue) = 210+48+64=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D23040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23040 is #2DCFBF. Grayscale: #626262. Windows color (decimal): -3002304 or 4206802. OLE color: 4206802.
HSL color Cylindrical-coordinate representation of color #D23040: hue angle of 354.07º 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 #D23040 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 64 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.18 |
| HSL | 354.07º | 0.64% | 0.51% | - |
| HSV(B) | 354.07º | 0.77% | 0.82% | - |
| XYZ | 28.56 | 16.19 | 6.47 | - |
| YUV | 98.26 | 108.67 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 64 | 0 | 0.77 | 0.70 | 0.18 | 354.07 | 0.64 | 0.51 |
| Hex | D2 | 30 | 40 | 0 | 4D | 46 | 12 | 162 | 40 | 33 |
| Octal | 322 | 60 | 100 | 0 | 115 | 106 | 22 | 542 | 100 | 63 |
| Binary | 11010010 | 110000 | 1000000 | 0 | 1001101 | 1000110 | 10010 | 101100010 | 1000000 | 110011 |
Color Harmonies of #D23040
Complementary color
Monochromatic Colors of #D23040
Black with #D23040
Text Example
Text Example
White with #D23040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23040; }
p { color: rgb(210,48,64); }
H1.HeaderClassName
{
color: #D23040;
}
.AnyTagClassName
{
color: #D23040;
}
</style>
background-color css
<style>
a { background-color: #D23040; }
a { background-color: rgb(210,48,64); }
div.DivClassName
{
background-color: #D23040;
}
.BgClassName
{
background-color: #D23040;
}
</style>
border-color css
<style>
span { border-color: #D23040; }
span { border-color: rgb(210,48,64); }
td.TdClassName
{
border-color: #D23040;
}
.TagClassName
{
border-color: #D23040;
}
</style>