Shades of Brick Red #D3293D
Tints of Brick Red #D3293D
RGB
CMYK
RGB Variations
Color information
#D3293D (or 0xD3293D) is known color: Brick Red. HEX triplet: D3, 29 and 3D. RGB value is (211,41,61). Sum of RGB (Red+Green+Blue) = 211+41+61=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D3293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3293D is #2CD6C2. Grayscale: #5E5E5E. Windows color (decimal): -2938563 or 4008403. OLE color: 4008403.
HSL color Cylindrical-coordinate representation of color #D3293D: hue angle of 352.94º 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 #D3293D is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 61 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.17 |
| HSL | 352.94º | 0.67% | 0.49% | - |
| HSV(B) | 352.94º | 0.81% | 0.83% | - |
| XYZ | 28.5 | 15.77 | 5.96 | - |
| YUV | 94.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 61 | 0 | 0.81 | 0.71 | 0.17 | 352.94 | 0.67 | 0.49 |
| Hex | D3 | 29 | 3D | 0 | 51 | 47 | 11 | 161 | 43 | 31 |
| Octal | 323 | 51 | 75 | 0 | 121 | 107 | 21 | 541 | 103 | 61 |
| Binary | 11010011 | 101001 | 111101 | 0 | 1010001 | 1000111 | 10001 | 101100001 | 1000011 | 110001 |
Color Harmonies of #D3293D
Complementary color
Monochromatic Colors of #D3293D
Black with #D3293D
Text Example
Text Example
White with #D3293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3293D; }
p { color: rgb(211,41,61); }
H1.HeaderClassName
{
color: #D3293D;
}
.AnyTagClassName
{
color: #D3293D;
}
</style>
background-color css
<style>
a { background-color: #D3293D; }
a { background-color: rgb(211,41,61); }
div.DivClassName
{
background-color: #D3293D;
}
.BgClassName
{
background-color: #D3293D;
}
</style>
border-color css
<style>
span { border-color: #D3293D; }
span { border-color: rgb(211,41,61); }
td.TdClassName
{
border-color: #D3293D;
}
.TagClassName
{
border-color: #D3293D;
}
</style>