Shades of Brick Red #D2204B
Tints of Brick Red #D2204B
RGB
CMYK
RGB Variations
Color information
#D2204B (or 0xD2204B) is known color: Brick Red. HEX triplet: D2, 20 and 4B. RGB value is (210,32,75). Sum of RGB (Red+Green+Blue) = 210+32+75=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D2204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2204B is #2DDFB4. Grayscale: #5A5A5A. Windows color (decimal): -3006389 or 4923602. OLE color: 4923602.
HSL color Cylindrical-coordinate representation of color #D2204B: hue angle of 345.51º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2204B is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 75 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.18 |
| HSL | 345.51º | 0.74% | 0.47% | - |
| HSV(B) | 345.51º | 0.85% | 0.82% | - |
| XYZ | 28.36 | 15.24 | 8.1 | - |
| YUV | 90.12 | 119.47 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 75 | 0 | 0.85 | 0.64 | 0.18 | 345.51 | 0.74 | 0.47 |
| Hex | D2 | 20 | 4B | 0 | 55 | 40 | 12 | 15A | 4A | 2F |
| Octal | 322 | 40 | 113 | 0 | 125 | 100 | 22 | 532 | 112 | 57 |
| Binary | 11010010 | 100000 | 1001011 | 0 | 1010101 | 1000000 | 10010 | 101011010 | 1001010 | 101111 |
Color Harmonies of #D2204B
Complementary color
Monochromatic Colors of #D2204B
Black with #D2204B
Text Example
Text Example
White with #D2204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2204B; }
p { color: rgb(210,32,75); }
H1.HeaderClassName
{
color: #D2204B;
}
.AnyTagClassName
{
color: #D2204B;
}
</style>
background-color css
<style>
a { background-color: #D2204B; }
a { background-color: rgb(210,32,75); }
div.DivClassName
{
background-color: #D2204B;
}
.BgClassName
{
background-color: #D2204B;
}
</style>
border-color css
<style>
span { border-color: #D2204B; }
span { border-color: rgb(210,32,75); }
td.TdClassName
{
border-color: #D2204B;
}
.TagClassName
{
border-color: #D2204B;
}
</style>