Shades of Brick Red #D03749
Tints of Brick Red #D03749
RGB
CMYK
RGB Variations
Color information
#D03749 (or 0xD03749) is known color: Brick Red. HEX triplet: D0, 37 and 49. RGB value is (208,55,73). Sum of RGB (Red+Green+Blue) = 208+55+73=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D03749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03749 is #2FC8B6. Grayscale: #666666. Windows color (decimal): -3131575 or 4798416. OLE color: 4798416.
HSL color Cylindrical-coordinate representation of color #D03749: hue angle of 352.94º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03749 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 73 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.18 |
| HSL | 352.94º | 0.62% | 0.52% | - |
| HSV(B) | 352.94º | 0.74% | 0.82% | - |
| XYZ | 28.58 | 16.62 | 8.01 | - |
| YUV | 102.8 | 111.19 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 73 | 0 | 0.74 | 0.65 | 0.18 | 352.94 | 0.62 | 0.52 |
| Hex | D0 | 37 | 49 | 0 | 4A | 41 | 12 | 161 | 3E | 34 |
| Octal | 320 | 67 | 111 | 0 | 112 | 101 | 22 | 541 | 76 | 64 |
| Binary | 11010000 | 110111 | 1001001 | 0 | 1001010 | 1000001 | 10010 | 101100001 | 111110 | 110100 |
Color Harmonies of #D03749
Complementary color
Monochromatic Colors of #D03749
Black with #D03749
Text Example
Text Example
White with #D03749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03749; }
p { color: rgb(208,55,73); }
H1.HeaderClassName
{
color: #D03749;
}
.AnyTagClassName
{
color: #D03749;
}
</style>
background-color css
<style>
a { background-color: #D03749; }
a { background-color: rgb(208,55,73); }
div.DivClassName
{
background-color: #D03749;
}
.BgClassName
{
background-color: #D03749;
}
</style>
border-color css
<style>
span { border-color: #D03749; }
span { border-color: rgb(208,55,73); }
td.TdClassName
{
border-color: #D03749;
}
.TagClassName
{
border-color: #D03749;
}
</style>