Shades of Brick Red #D03047
Tints of Brick Red #D03047
RGB
CMYK
RGB Variations
Color information
#D03047 (or 0xD03047) is known color: Brick Red. HEX triplet: D0, 30 and 47. RGB value is (208,48,71). Sum of RGB (Red+Green+Blue) = 208+48+71=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D03047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03047 is #2FCFB8. Grayscale: #626262. Windows color (decimal): -3133369 or 4665552. OLE color: 4665552.
HSL color Cylindrical-coordinate representation of color #D03047: hue angle of 351.38º 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 #D03047 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 71 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.18 |
| HSL | 351.38º | 0.63% | 0.5% | - |
| HSV(B) | 351.38º | 0.77% | 0.82% | - |
| XYZ | 28.21 | 15.98 | 7.56 | - |
| YUV | 98.46 | 112.51 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 71 | 0 | 0.77 | 0.66 | 0.18 | 351.38 | 0.63 | 0.5 |
| Hex | D0 | 30 | 47 | 0 | 4D | 42 | 12 | 15F | 3F | 32 |
| Octal | 320 | 60 | 107 | 0 | 115 | 102 | 22 | 537 | 77 | 62 |
| Binary | 11010000 | 110000 | 1000111 | 0 | 1001101 | 1000010 | 10010 | 101011111 | 111111 | 110010 |
Color Harmonies of #D03047
Complementary color
Monochromatic Colors of #D03047
Black with #D03047
Text Example
Text Example
White with #D03047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03047; }
p { color: rgb(208,48,71); }
H1.HeaderClassName
{
color: #D03047;
}
.AnyTagClassName
{
color: #D03047;
}
</style>
background-color css
<style>
a { background-color: #D03047; }
a { background-color: rgb(208,48,71); }
div.DivClassName
{
background-color: #D03047;
}
.BgClassName
{
background-color: #D03047;
}
</style>
border-color css
<style>
span { border-color: #D03047; }
span { border-color: rgb(208,48,71); }
td.TdClassName
{
border-color: #D03047;
}
.TagClassName
{
border-color: #D03047;
}
</style>