Shades of Brick Red #D02849
Tints of Brick Red #D02849
RGB
CMYK
RGB Variations
Color information
#D02849 (or 0xD02849) is known color: Brick Red. HEX triplet: D0, 28 and 49. RGB value is (208,40,73). Sum of RGB (Red+Green+Blue) = 208+40+73=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D02849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02849 is #2FD7B6. Grayscale: #5E5E5E. Windows color (decimal): -3135415 or 4794576. OLE color: 4794576.
HSL color Cylindrical-coordinate representation of color #D02849: hue angle of 348.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02849 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 73 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.18 |
| HSL | 348.21º | 0.68% | 0.49% | - |
| HSV(B) | 348.21º | 0.81% | 0.82% | - |
| XYZ | 27.97 | 15.41 | 7.8 | - |
| YUV | 93.99 | 116.16 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 73 | 0 | 0.81 | 0.65 | 0.18 | 348.21 | 0.68 | 0.49 |
| Hex | D0 | 28 | 49 | 0 | 51 | 41 | 12 | 15C | 44 | 31 |
| Octal | 320 | 50 | 111 | 0 | 121 | 101 | 22 | 534 | 104 | 61 |
| Binary | 11010000 | 101000 | 1001001 | 0 | 1010001 | 1000001 | 10010 | 101011100 | 1000100 | 110001 |
Color Harmonies of #D02849
Complementary color
Monochromatic Colors of #D02849
Black with #D02849
Text Example
Text Example
White with #D02849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02849; }
p { color: rgb(208,40,73); }
H1.HeaderClassName
{
color: #D02849;
}
.AnyTagClassName
{
color: #D02849;
}
</style>
background-color css
<style>
a { background-color: #D02849; }
a { background-color: rgb(208,40,73); }
div.DivClassName
{
background-color: #D02849;
}
.BgClassName
{
background-color: #D02849;
}
</style>
border-color css
<style>
span { border-color: #D02849; }
span { border-color: rgb(208,40,73); }
td.TdClassName
{
border-color: #D02849;
}
.TagClassName
{
border-color: #D02849;
}
</style>