Shades of Brick Red #D03549
Tints of Brick Red #D03549
RGB
CMYK
RGB Variations
Color information
#D03549 (or 0xD03549) is known color: Brick Red. HEX triplet: D0, 35 and 49. RGB value is (208,53,73). Sum of RGB (Red+Green+Blue) = 208+53+73=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D03549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03549 is #2FCAB6. Grayscale: #656565. Windows color (decimal): -3132087 or 4797904. OLE color: 4797904.
HSL color Cylindrical-coordinate representation of color #D03549: hue angle of 352.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03549 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 73 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.18 |
| HSL | 352.26º | 0.62% | 0.51% | - |
| HSV(B) | 352.26º | 0.75% | 0.82% | - |
| XYZ | 28.49 | 16.44 | 7.97 | - |
| YUV | 101.63 | 111.85 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 73 | 0 | 0.75 | 0.65 | 0.18 | 352.26 | 0.62 | 0.51 |
| Hex | D0 | 35 | 49 | 0 | 4B | 41 | 12 | 160 | 3E | 33 |
| Octal | 320 | 65 | 111 | 0 | 113 | 101 | 22 | 540 | 76 | 63 |
| Binary | 11010000 | 110101 | 1001001 | 0 | 1001011 | 1000001 | 10010 | 101100000 | 111110 | 110011 |
Color Harmonies of #D03549
Complementary color
Monochromatic Colors of #D03549
Black with #D03549
Text Example
Text Example
White with #D03549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03549; }
p { color: rgb(208,53,73); }
H1.HeaderClassName
{
color: #D03549;
}
.AnyTagClassName
{
color: #D03549;
}
</style>
background-color css
<style>
a { background-color: #D03549; }
a { background-color: rgb(208,53,73); }
div.DivClassName
{
background-color: #D03549;
}
.BgClassName
{
background-color: #D03549;
}
</style>
border-color css
<style>
span { border-color: #D03549; }
span { border-color: rgb(208,53,73); }
td.TdClassName
{
border-color: #D03549;
}
.TagClassName
{
border-color: #D03549;
}
</style>