Shades of Brick Red #D2214A
Tints of Brick Red #D2214A
RGB
CMYK
RGB Variations
Color information
#D2214A (or 0xD2214A) is known color: Brick Red. HEX triplet: D2, 21 and 4A. RGB value is (210,33,74). Sum of RGB (Red+Green+Blue) = 210+33+74=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D2214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2214A is #2DDEB5. Grayscale: #5A5A5A. Windows color (decimal): -3006134 or 4858322. OLE color: 4858322.
HSL color Cylindrical-coordinate representation of color #D2214A: hue angle of 346.1º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2214A is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 74 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.18 |
| HSL | 346.1º | 0.73% | 0.48% | - |
| HSV(B) | 346.1º | 0.84% | 0.82% | - |
| XYZ | 28.36 | 15.28 | 7.93 | - |
| YUV | 90.6 | 118.64 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 74 | 0 | 0.84 | 0.65 | 0.18 | 346.1 | 0.73 | 0.48 |
| Hex | D2 | 21 | 4A | 0 | 54 | 41 | 12 | 15A | 49 | 30 |
| Octal | 322 | 41 | 112 | 0 | 124 | 101 | 22 | 532 | 111 | 60 |
| Binary | 11010010 | 100001 | 1001010 | 0 | 1010100 | 1000001 | 10010 | 101011010 | 1001001 | 110000 |
Color Harmonies of #D2214A
Complementary color
Monochromatic Colors of #D2214A
Black with #D2214A
Text Example
Text Example
White with #D2214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2214A; }
p { color: rgb(210,33,74); }
H1.HeaderClassName
{
color: #D2214A;
}
.AnyTagClassName
{
color: #D2214A;
}
</style>
background-color css
<style>
a { background-color: #D2214A; }
a { background-color: rgb(210,33,74); }
div.DivClassName
{
background-color: #D2214A;
}
.BgClassName
{
background-color: #D2214A;
}
</style>
border-color css
<style>
span { border-color: #D2214A; }
span { border-color: rgb(210,33,74); }
td.TdClassName
{
border-color: #D2214A;
}
.TagClassName
{
border-color: #D2214A;
}
</style>