Shades of Brick Red #D03046
Tints of Brick Red #D03046
RGB
CMYK
RGB Variations
Color information
#D03046 (or 0xD03046) is known color: Brick Red. HEX triplet: D0, 30 and 46. RGB value is (208,48,70). Sum of RGB (Red+Green+Blue) = 208+48+70=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D03046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03046 is #2FCFB9. Grayscale: #626262. Windows color (decimal): -3133370 or 4600016. OLE color: 4600016.
HSL color Cylindrical-coordinate representation of color #D03046: hue angle of 351.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03046 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 70 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.18 |
| HSL | 351.75º | 0.63% | 0.5% | - |
| HSV(B) | 351.75º | 0.77% | 0.82% | - |
| XYZ | 28.17 | 15.97 | 7.39 | - |
| YUV | 98.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 70 | 0 | 0.77 | 0.66 | 0.18 | 351.75 | 0.63 | 0.5 |
| Hex | D0 | 30 | 46 | 0 | 4D | 42 | 12 | 160 | 3F | 32 |
| Octal | 320 | 60 | 106 | 0 | 115 | 102 | 22 | 540 | 77 | 62 |
| Binary | 11010000 | 110000 | 1000110 | 0 | 1001101 | 1000010 | 10010 | 101100000 | 111111 | 110010 |
Color Harmonies of #D03046
Complementary color
Monochromatic Colors of #D03046
Black with #D03046
Text Example
Text Example
White with #D03046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03046; }
p { color: rgb(208,48,70); }
H1.HeaderClassName
{
color: #D03046;
}
.AnyTagClassName
{
color: #D03046;
}
</style>
background-color css
<style>
a { background-color: #D03046; }
a { background-color: rgb(208,48,70); }
div.DivClassName
{
background-color: #D03046;
}
.BgClassName
{
background-color: #D03046;
}
</style>
border-color css
<style>
span { border-color: #D03046; }
span { border-color: rgb(208,48,70); }
td.TdClassName
{
border-color: #D03046;
}
.TagClassName
{
border-color: #D03046;
}
</style>