Shades of Brick Red #D03042
Tints of Brick Red #D03042
RGB
CMYK
RGB Variations
Color information
#D03042 (or 0xD03042) is known color: Brick Red. HEX triplet: D0, 30 and 42. RGB value is (208,48,66). Sum of RGB (Red+Green+Blue) = 208+48+66=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D03042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03042 is #2FCFBD. Grayscale: #616161. Windows color (decimal): -3133374 or 4337872. OLE color: 4337872.
HSL color Cylindrical-coordinate representation of color #D03042: hue angle of 353.25º 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 #D03042 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 66 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.18 |
| HSL | 353.25º | 0.63% | 0.5% | - |
| HSV(B) | 353.25º | 0.77% | 0.82% | - |
| XYZ | 28.05 | 15.92 | 6.75 | - |
| YUV | 97.89 | 110.01 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 66 | 0 | 0.77 | 0.68 | 0.18 | 353.25 | 0.63 | 0.5 |
| Hex | D0 | 30 | 42 | 0 | 4D | 44 | 12 | 161 | 3F | 32 |
| Octal | 320 | 60 | 102 | 0 | 115 | 104 | 22 | 541 | 77 | 62 |
| Binary | 11010000 | 110000 | 1000010 | 0 | 1001101 | 1000100 | 10010 | 101100001 | 111111 | 110010 |
Color Harmonies of #D03042
Complementary color
Monochromatic Colors of #D03042
Black with #D03042
Text Example
Text Example
White with #D03042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03042; }
p { color: rgb(208,48,66); }
H1.HeaderClassName
{
color: #D03042;
}
.AnyTagClassName
{
color: #D03042;
}
</style>
background-color css
<style>
a { background-color: #D03042; }
a { background-color: rgb(208,48,66); }
div.DivClassName
{
background-color: #D03042;
}
.BgClassName
{
background-color: #D03042;
}
</style>
border-color css
<style>
span { border-color: #D03042; }
span { border-color: rgb(208,48,66); }
td.TdClassName
{
border-color: #D03042;
}
.TagClassName
{
border-color: #D03042;
}
</style>