Shades of Brick Red #D3293F
Tints of Brick Red #D3293F
RGB
CMYK
RGB Variations
Color information
#D3293F (or 0xD3293F) is known color: Brick Red. HEX triplet: D3, 29 and 3F. RGB value is (211,41,63). Sum of RGB (Red+Green+Blue) = 211+41+63=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D3293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3293F is #2CD6C0. Grayscale: #5E5E5E. Windows color (decimal): -2938561 or 4139475. OLE color: 4139475.
HSL color Cylindrical-coordinate representation of color #D3293F: hue angle of 352.24º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3293F is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 63 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.17 |
| HSL | 352.24º | 0.67% | 0.49% | - |
| HSV(B) | 352.24º | 0.81% | 0.83% | - |
| XYZ | 28.55 | 15.79 | 6.25 | - |
| YUV | 94.34 | 110.32 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 63 | 0 | 0.81 | 0.70 | 0.17 | 352.24 | 0.67 | 0.49 |
| Hex | D3 | 29 | 3F | 0 | 51 | 46 | 11 | 160 | 43 | 31 |
| Octal | 323 | 51 | 77 | 0 | 121 | 106 | 21 | 540 | 103 | 61 |
| Binary | 11010011 | 101001 | 111111 | 0 | 1010001 | 1000110 | 10001 | 101100000 | 1000011 | 110001 |
Color Harmonies of #D3293F
Complementary color
Monochromatic Colors of #D3293F
Black with #D3293F
Text Example
Text Example
White with #D3293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3293F; }
p { color: rgb(211,41,63); }
H1.HeaderClassName
{
color: #D3293F;
}
.AnyTagClassName
{
color: #D3293F;
}
</style>
background-color css
<style>
a { background-color: #D3293F; }
a { background-color: rgb(211,41,63); }
div.DivClassName
{
background-color: #D3293F;
}
.BgClassName
{
background-color: #D3293F;
}
</style>
border-color css
<style>
span { border-color: #D3293F; }
span { border-color: rgb(211,41,63); }
td.TdClassName
{
border-color: #D3293F;
}
.TagClassName
{
border-color: #D3293F;
}
</style>