Shades of Brick Red #D02249
Tints of Brick Red #D02249
RGB
CMYK
RGB Variations
Color information
#D02249 (or 0xD02249) is known color: Brick Red. HEX triplet: D0, 22 and 49. RGB value is (208,34,73). Sum of RGB (Red+Green+Blue) = 208+34+73=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D02249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02249 is #2FDDB6. Grayscale: #5A5A5A. Windows color (decimal): -3136951 or 4793040. OLE color: 4793040.
HSL color Cylindrical-coordinate representation of color #D02249: hue angle of 346.55º degrees, saturation: 0.72, 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 #D02249 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 73 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.18 |
| HSL | 346.55º | 0.72% | 0.47% | - |
| HSV(B) | 346.55º | 0.84% | 0.82% | - |
| XYZ | 27.79 | 15.03 | 7.74 | - |
| YUV | 90.47 | 118.15 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 73 | 0 | 0.84 | 0.65 | 0.18 | 346.55 | 0.72 | 0.47 |
| Hex | D0 | 22 | 49 | 0 | 54 | 41 | 12 | 15B | 48 | 2F |
| Octal | 320 | 42 | 111 | 0 | 124 | 101 | 22 | 533 | 110 | 57 |
| Binary | 11010000 | 100010 | 1001001 | 0 | 1010100 | 1000001 | 10010 | 101011011 | 1001000 | 101111 |
Color Harmonies of #D02249
Complementary color
Monochromatic Colors of #D02249
Black with #D02249
Text Example
Text Example
White with #D02249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02249; }
p { color: rgb(208,34,73); }
H1.HeaderClassName
{
color: #D02249;
}
.AnyTagClassName
{
color: #D02249;
}
</style>
background-color css
<style>
a { background-color: #D02249; }
a { background-color: rgb(208,34,73); }
div.DivClassName
{
background-color: #D02249;
}
.BgClassName
{
background-color: #D02249;
}
</style>
border-color css
<style>
span { border-color: #D02249; }
span { border-color: rgb(208,34,73); }
td.TdClassName
{
border-color: #D02249;
}
.TagClassName
{
border-color: #D02249;
}
</style>