Shades of Brick Red #D2293B
Tints of Brick Red #D2293B
RGB
CMYK
RGB Variations
Color information
#D2293B (or 0xD2293B) is known color: Brick Red. HEX triplet: D2, 29 and 3B. RGB value is (210,41,59). Sum of RGB (Red+Green+Blue) = 210+41+59=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D2293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2293B is #2DD6C4. Grayscale: #5D5D5D. Windows color (decimal): -3004101 or 3877330. OLE color: 3877330.
HSL color Cylindrical-coordinate representation of color #D2293B: hue angle of 353.61º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2293B is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 59 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.18 |
| HSL | 353.61º | 0.67% | 0.49% | - |
| HSV(B) | 353.61º | 0.8% | 0.82% | - |
| XYZ | 28.16 | 15.6 | 5.67 | - |
| YUV | 93.58 | 108.49 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 59 | 0 | 0.80 | 0.72 | 0.18 | 353.61 | 0.67 | 0.49 |
| Hex | D2 | 29 | 3B | 0 | 50 | 48 | 12 | 162 | 43 | 31 |
| Octal | 322 | 51 | 73 | 0 | 120 | 110 | 22 | 542 | 103 | 61 |
| Binary | 11010010 | 101001 | 111011 | 0 | 1010000 | 1001000 | 10010 | 101100010 | 1000011 | 110001 |
Color Harmonies of #D2293B
Complementary color
Monochromatic Colors of #D2293B
Black with #D2293B
Text Example
Text Example
White with #D2293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2293B; }
p { color: rgb(210,41,59); }
H1.HeaderClassName
{
color: #D2293B;
}
.AnyTagClassName
{
color: #D2293B;
}
</style>
background-color css
<style>
a { background-color: #D2293B; }
a { background-color: rgb(210,41,59); }
div.DivClassName
{
background-color: #D2293B;
}
.BgClassName
{
background-color: #D2293B;
}
</style>
border-color css
<style>
span { border-color: #D2293B; }
span { border-color: rgb(210,41,59); }
td.TdClassName
{
border-color: #D2293B;
}
.TagClassName
{
border-color: #D2293B;
}
</style>