Shades of Brick Red #D2314C
Tints of Brick Red #D2314C
RGB
CMYK
RGB Variations
Color information
#D2314C (or 0xD2314C) is known color: Brick Red. HEX triplet: D2, 31 and 4C. RGB value is (210,49,76). Sum of RGB (Red+Green+Blue) = 210+49+76=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2314C is #2DCEB3. Grayscale: #646464. Windows color (decimal): -3002036 or 4993490. OLE color: 4993490.
HSL color Cylindrical-coordinate representation of color #D2314C: hue angle of 349.94º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2314C is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 76 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.18 |
| HSL | 349.94º | 0.64% | 0.51% | - |
| HSV(B) | 349.94º | 0.77% | 0.82% | - |
| XYZ | 28.98 | 16.42 | 8.48 | - |
| YUV | 100.22 | 114.34 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 76 | 0 | 0.77 | 0.64 | 0.18 | 349.94 | 0.64 | 0.51 |
| Hex | D2 | 31 | 4C | 0 | 4D | 40 | 12 | 15E | 40 | 33 |
| Octal | 322 | 61 | 114 | 0 | 115 | 100 | 22 | 536 | 100 | 63 |
| Binary | 11010010 | 110001 | 1001100 | 0 | 1001101 | 1000000 | 10010 | 101011110 | 1000000 | 110011 |
Color Harmonies of #D2314C
Complementary color
Monochromatic Colors of #D2314C
Black with #D2314C
Text Example
Text Example
White with #D2314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2314C; }
p { color: rgb(210,49,76); }
H1.HeaderClassName
{
color: #D2314C;
}
.AnyTagClassName
{
color: #D2314C;
}
</style>
background-color css
<style>
a { background-color: #D2314C; }
a { background-color: rgb(210,49,76); }
div.DivClassName
{
background-color: #D2314C;
}
.BgClassName
{
background-color: #D2314C;
}
</style>
border-color css
<style>
span { border-color: #D2314C; }
span { border-color: rgb(210,49,76); }
td.TdClassName
{
border-color: #D2314C;
}
.TagClassName
{
border-color: #D2314C;
}
</style>