Shades of Brick Red #D2214B
Tints of Brick Red #D2214B
RGB
CMYK
RGB Variations
Color information
#D2214B (or 0xD2214B) is known color: Brick Red. HEX triplet: D2, 21 and 4B. RGB value is (210,33,75). Sum of RGB (Red+Green+Blue) = 210+33+75=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D2214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2214B is #2DDEB4. Grayscale: #5A5A5A. Windows color (decimal): -3006133 or 4923858. OLE color: 4923858.
HSL color Cylindrical-coordinate representation of color #D2214B: hue angle of 345.76º 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 #D2214B is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 75 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.18 |
| HSL | 345.76º | 0.73% | 0.48% | - |
| HSV(B) | 345.76º | 0.84% | 0.82% | - |
| XYZ | 28.39 | 15.3 | 8.11 | - |
| YUV | 90.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 75 | 0 | 0.84 | 0.64 | 0.18 | 345.76 | 0.73 | 0.48 |
| Hex | D2 | 21 | 4B | 0 | 54 | 40 | 12 | 15A | 49 | 30 |
| Octal | 322 | 41 | 113 | 0 | 124 | 100 | 22 | 532 | 111 | 60 |
| Binary | 11010010 | 100001 | 1001011 | 0 | 1010100 | 1000000 | 10010 | 101011010 | 1001001 | 110000 |
Color Harmonies of #D2214B
Complementary color
Monochromatic Colors of #D2214B
Black with #D2214B
Text Example
Text Example
White with #D2214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2214B; }
p { color: rgb(210,33,75); }
H1.HeaderClassName
{
color: #D2214B;
}
.AnyTagClassName
{
color: #D2214B;
}
</style>
background-color css
<style>
a { background-color: #D2214B; }
a { background-color: rgb(210,33,75); }
div.DivClassName
{
background-color: #D2214B;
}
.BgClassName
{
background-color: #D2214B;
}
</style>
border-color css
<style>
span { border-color: #D2214B; }
span { border-color: rgb(210,33,75); }
td.TdClassName
{
border-color: #D2214B;
}
.TagClassName
{
border-color: #D2214B;
}
</style>