Shades of Brick Red #D2314A
Tints of Brick Red #D2314A
RGB
CMYK
RGB Variations
Color information
#D2314A (or 0xD2314A) is known color: Brick Red. HEX triplet: D2, 31 and 4A. RGB value is (210,49,74). Sum of RGB (Red+Green+Blue) = 210+49+74=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D2314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2314A is #2DCEB5. Grayscale: #646464. Windows color (decimal): -3002038 or 4862418. OLE color: 4862418.
HSL color Cylindrical-coordinate representation of color #D2314A: hue angle of 350.68º 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 #D2314A is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 74 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.18 |
| HSL | 350.68º | 0.64% | 0.51% | - |
| HSV(B) | 350.68º | 0.77% | 0.82% | - |
| XYZ | 28.91 | 16.39 | 8.12 | - |
| YUV | 99.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 74 | 0 | 0.77 | 0.65 | 0.18 | 350.68 | 0.64 | 0.51 |
| Hex | D2 | 31 | 4A | 0 | 4D | 41 | 12 | 15F | 40 | 33 |
| Octal | 322 | 61 | 112 | 0 | 115 | 101 | 22 | 537 | 100 | 63 |
| Binary | 11010010 | 110001 | 1001010 | 0 | 1001101 | 1000001 | 10010 | 101011111 | 1000000 | 110011 |
Color Harmonies of #D2314A
Complementary color
Monochromatic Colors of #D2314A
Black with #D2314A
Text Example
Text Example
White with #D2314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2314A; }
p { color: rgb(210,49,74); }
H1.HeaderClassName
{
color: #D2314A;
}
.AnyTagClassName
{
color: #D2314A;
}
</style>
background-color css
<style>
a { background-color: #D2314A; }
a { background-color: rgb(210,49,74); }
div.DivClassName
{
background-color: #D2314A;
}
.BgClassName
{
background-color: #D2314A;
}
</style>
border-color css
<style>
span { border-color: #D2314A; }
span { border-color: rgb(210,49,74); }
td.TdClassName
{
border-color: #D2314A;
}
.TagClassName
{
border-color: #D2314A;
}
</style>