Shades of Brick Red #D04049
Tints of Brick Red #D04049
RGB
CMYK
RGB Variations
Color information
#D04049 (or 0xD04049) is known color: Brick Red. HEX triplet: D0, 40 and 49. RGB value is (208,64,73). Sum of RGB (Red+Green+Blue) = 208+64+73=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D04049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04049 is #2FBFB6. Grayscale: #6C6C6C. Windows color (decimal): -3129271 or 4800720. OLE color: 4800720.
HSL color Cylindrical-coordinate representation of color #D04049: hue angle of 356.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04049 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 73 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.18 |
| HSL | 356.25º | 0.61% | 0.53% | - |
| HSV(B) | 356.25º | 0.69% | 0.82% | - |
| XYZ | 29.05 | 17.56 | 8.16 | - |
| YUV | 108.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 73 | 0 | 0.69 | 0.65 | 0.18 | 356.25 | 0.61 | 0.53 |
| Hex | D0 | 40 | 49 | 0 | 45 | 41 | 12 | 164 | 3D | 35 |
| Octal | 320 | 100 | 111 | 0 | 105 | 101 | 22 | 544 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1001001 | 0 | 1000101 | 1000001 | 10010 | 101100100 | 111101 | 110101 |
Color Harmonies of #D04049
Complementary color
Monochromatic Colors of #D04049
Black with #D04049
Text Example
Text Example
White with #D04049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04049; }
p { color: rgb(208,64,73); }
H1.HeaderClassName
{
color: #D04049;
}
.AnyTagClassName
{
color: #D04049;
}
</style>
background-color css
<style>
a { background-color: #D04049; }
a { background-color: rgb(208,64,73); }
div.DivClassName
{
background-color: #D04049;
}
.BgClassName
{
background-color: #D04049;
}
</style>
border-color css
<style>
span { border-color: #D04049; }
span { border-color: rgb(208,64,73); }
td.TdClassName
{
border-color: #D04049;
}
.TagClassName
{
border-color: #D04049;
}
</style>