Shades of Brick Red #D3314B
Tints of Brick Red #D3314B
RGB
CMYK
RGB Variations
Color information
#D3314B (or 0xD3314B) is known color: Brick Red. HEX triplet: D3, 31 and 4B. RGB value is (211,49,75). Sum of RGB (Red+Green+Blue) = 211+49+75=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D3314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3314B is #2CCEB4. Grayscale: #646464. Windows color (decimal): -2936501 or 4927955. OLE color: 4927955.
HSL color Cylindrical-coordinate representation of color #D3314B: hue angle of 350.37º 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 #D3314B is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 75 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.17 |
| HSL | 350.37º | 0.65% | 0.51% | - |
| HSV(B) | 350.37º | 0.77% | 0.83% | - |
| XYZ | 29.23 | 16.55 | 8.31 | - |
| YUV | 100.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 75 | 0 | 0.77 | 0.64 | 0.17 | 350.37 | 0.65 | 0.51 |
| Hex | D3 | 31 | 4B | 0 | 4D | 40 | 11 | 15E | 41 | 33 |
| Octal | 323 | 61 | 113 | 0 | 115 | 100 | 21 | 536 | 101 | 63 |
| Binary | 11010011 | 110001 | 1001011 | 0 | 1001101 | 1000000 | 10001 | 101011110 | 1000001 | 110011 |
Color Harmonies of #D3314B
Complementary color
Monochromatic Colors of #D3314B
Black with #D3314B
Text Example
Text Example
White with #D3314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3314B; }
p { color: rgb(211,49,75); }
H1.HeaderClassName
{
color: #D3314B;
}
.AnyTagClassName
{
color: #D3314B;
}
</style>
background-color css
<style>
a { background-color: #D3314B; }
a { background-color: rgb(211,49,75); }
div.DivClassName
{
background-color: #D3314B;
}
.BgClassName
{
background-color: #D3314B;
}
</style>
border-color css
<style>
span { border-color: #D3314B; }
span { border-color: rgb(211,49,75); }
td.TdClassName
{
border-color: #D3314B;
}
.TagClassName
{
border-color: #D3314B;
}
</style>