Shades of Brick Red #D2293F
Tints of Brick Red #D2293F
RGB
CMYK
RGB Variations
Color information
#D2293F (or 0xD2293F) is known color: Brick Red. HEX triplet: D2, 29 and 3F. RGB value is (210,41,63). Sum of RGB (Red+Green+Blue) = 210+41+63=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D2293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2293F is #2DD6C0. Grayscale: #5E5E5E. Windows color (decimal): -3004097 or 4139474. OLE color: 4139474.
HSL color Cylindrical-coordinate representation of color #D2293F: hue angle of 352.19º 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 #D2293F is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 63 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.18 |
| HSL | 352.19º | 0.67% | 0.49% | - |
| HSV(B) | 352.19º | 0.8% | 0.82% | - |
| XYZ | 28.27 | 15.65 | 6.23 | - |
| YUV | 94.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 63 | 0 | 0.80 | 0.70 | 0.18 | 352.19 | 0.67 | 0.49 |
| Hex | D2 | 29 | 3F | 0 | 50 | 46 | 12 | 160 | 43 | 31 |
| Octal | 322 | 51 | 77 | 0 | 120 | 106 | 22 | 540 | 103 | 61 |
| Binary | 11010010 | 101001 | 111111 | 0 | 1010000 | 1000110 | 10010 | 101100000 | 1000011 | 110001 |
Color Harmonies of #D2293F
Complementary color
Monochromatic Colors of #D2293F
Black with #D2293F
Text Example
Text Example
White with #D2293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2293F; }
p { color: rgb(210,41,63); }
H1.HeaderClassName
{
color: #D2293F;
}
.AnyTagClassName
{
color: #D2293F;
}
</style>
background-color css
<style>
a { background-color: #D2293F; }
a { background-color: rgb(210,41,63); }
div.DivClassName
{
background-color: #D2293F;
}
.BgClassName
{
background-color: #D2293F;
}
</style>
border-color css
<style>
span { border-color: #D2293F; }
span { border-color: rgb(210,41,63); }
td.TdClassName
{
border-color: #D2293F;
}
.TagClassName
{
border-color: #D2293F;
}
</style>