Shades of Brick Red #D02149
Tints of Brick Red #D02149
RGB
CMYK
RGB Variations
Color information
#D02149 (or 0xD02149) is known color: Brick Red. HEX triplet: D0, 21 and 49. RGB value is (208,33,73). Sum of RGB (Red+Green+Blue) = 208+33+73=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D02149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02149 is #2FDEB6. Grayscale: #595959. Windows color (decimal): -3137207 or 4792784. OLE color: 4792784.
HSL color Cylindrical-coordinate representation of color #D02149: hue angle of 346.29º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02149 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 73 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.18 |
| HSL | 346.29º | 0.73% | 0.47% | - |
| HSV(B) | 346.29º | 0.84% | 0.82% | - |
| XYZ | 27.76 | 14.98 | 7.73 | - |
| YUV | 89.89 | 118.48 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 73 | 0 | 0.84 | 0.65 | 0.18 | 346.29 | 0.73 | 0.47 |
| Hex | D0 | 21 | 49 | 0 | 54 | 41 | 12 | 15A | 49 | 2F |
| Octal | 320 | 41 | 111 | 0 | 124 | 101 | 22 | 532 | 111 | 57 |
| Binary | 11010000 | 100001 | 1001001 | 0 | 1010100 | 1000001 | 10010 | 101011010 | 1001001 | 101111 |
Color Harmonies of #D02149
Complementary color
Monochromatic Colors of #D02149
Black with #D02149
Text Example
Text Example
White with #D02149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02149; }
p { color: rgb(208,33,73); }
H1.HeaderClassName
{
color: #D02149;
}
.AnyTagClassName
{
color: #D02149;
}
</style>
background-color css
<style>
a { background-color: #D02149; }
a { background-color: rgb(208,33,73); }
div.DivClassName
{
background-color: #D02149;
}
.BgClassName
{
background-color: #D02149;
}
</style>
border-color css
<style>
span { border-color: #D02149; }
span { border-color: rgb(208,33,73); }
td.TdClassName
{
border-color: #D02149;
}
.TagClassName
{
border-color: #D02149;
}
</style>