Shades of Brick Red #D0204B
Tints of Brick Red #D0204B
RGB
CMYK
RGB Variations
Color information
#D0204B (or 0xD0204B) is known color: Brick Red. HEX triplet: D0, 20 and 4B. RGB value is (208,32,75). Sum of RGB (Red+Green+Blue) = 208+32+75=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D0204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0204B is #2FDFB4. Grayscale: #595959. Windows color (decimal): -3137461 or 4923600. OLE color: 4923600.
HSL color Cylindrical-coordinate representation of color #D0204B: hue angle of 345.34º degrees, saturation: 0.73, 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 #D0204B is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 75 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.18 |
| HSL | 345.34º | 0.73% | 0.47% | - |
| HSV(B) | 345.34º | 0.85% | 0.82% | - |
| XYZ | 27.8 | 14.95 | 8.08 | - |
| YUV | 89.53 | 119.81 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 75 | 0 | 0.85 | 0.64 | 0.18 | 345.34 | 0.73 | 0.47 |
| Hex | D0 | 20 | 4B | 0 | 55 | 40 | 12 | 159 | 49 | 2F |
| Octal | 320 | 40 | 113 | 0 | 125 | 100 | 22 | 531 | 111 | 57 |
| Binary | 11010000 | 100000 | 1001011 | 0 | 1010101 | 1000000 | 10010 | 101011001 | 1001001 | 101111 |
Color Harmonies of #D0204B
Complementary color
Monochromatic Colors of #D0204B
Black with #D0204B
Text Example
Text Example
White with #D0204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0204B; }
p { color: rgb(208,32,75); }
H1.HeaderClassName
{
color: #D0204B;
}
.AnyTagClassName
{
color: #D0204B;
}
</style>
background-color css
<style>
a { background-color: #D0204B; }
a { background-color: rgb(208,32,75); }
div.DivClassName
{
background-color: #D0204B;
}
.BgClassName
{
background-color: #D0204B;
}
</style>
border-color css
<style>
span { border-color: #D0204B; }
span { border-color: rgb(208,32,75); }
td.TdClassName
{
border-color: #D0204B;
}
.TagClassName
{
border-color: #D0204B;
}
</style>