Shades of Brick Red #D3314C
Tints of Brick Red #D3314C
RGB
CMYK
RGB Variations
Color information
#D3314C (or 0xD3314C) is known color: Brick Red. HEX triplet: D3, 31 and 4C. RGB value is (211,49,76). Sum of RGB (Red+Green+Blue) = 211+49+76=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D3314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3314C is #2CCEB3. Grayscale: #646464. Windows color (decimal): -2936500 or 4993491. OLE color: 4993491.
HSL color Cylindrical-coordinate representation of color #D3314C: hue angle of 350º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3314C is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 76 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.17 |
| HSL | 350º | 0.65% | 0.51% | - |
| HSV(B) | 350º | 0.77% | 0.83% | - |
| XYZ | 29.27 | 16.57 | 8.49 | - |
| YUV | 100.52 | 114.17 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 76 | 0 | 0.77 | 0.64 | 0.17 | 350 | 0.65 | 0.51 |
| Hex | D3 | 31 | 4C | 0 | 4D | 40 | 11 | 15E | 41 | 33 |
| Octal | 323 | 61 | 114 | 0 | 115 | 100 | 21 | 536 | 101 | 63 |
| Binary | 11010011 | 110001 | 1001100 | 0 | 1001101 | 1000000 | 10001 | 101011110 | 1000001 | 110011 |
Color Harmonies of #D3314C
Complementary color
Monochromatic Colors of #D3314C
Black with #D3314C
Text Example
Text Example
White with #D3314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3314C; }
p { color: rgb(211,49,76); }
H1.HeaderClassName
{
color: #D3314C;
}
.AnyTagClassName
{
color: #D3314C;
}
</style>
background-color css
<style>
a { background-color: #D3314C; }
a { background-color: rgb(211,49,76); }
div.DivClassName
{
background-color: #D3314C;
}
.BgClassName
{
background-color: #D3314C;
}
</style>
border-color css
<style>
span { border-color: #D3314C; }
span { border-color: rgb(211,49,76); }
td.TdClassName
{
border-color: #D3314C;
}
.TagClassName
{
border-color: #D3314C;
}
</style>