Shades of Brick Red #D03041
Tints of Brick Red #D03041
RGB
CMYK
RGB Variations
Color information
#D03041 (or 0xD03041) is known color: Brick Red. HEX triplet: D0, 30 and 41. RGB value is (208,48,65). Sum of RGB (Red+Green+Blue) = 208+48+65=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D03041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03041 is #2FCFBE. Grayscale: #616161. Windows color (decimal): -3133375 or 4272336. OLE color: 4272336.
HSL color Cylindrical-coordinate representation of color #D03041: hue angle of 353.62º 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 #D03041 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 65 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.18 |
| HSL | 353.63º | 0.63% | 0.5% | - |
| HSV(B) | 353.63º | 0.77% | 0.82% | - |
| XYZ | 28.02 | 15.91 | 6.59 | - |
| YUV | 97.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 65 | 0 | 0.77 | 0.69 | 0.18 | 353.63 | 0.63 | 0.5 |
| Hex | D0 | 30 | 41 | 0 | 4D | 45 | 12 | 162 | 3F | 32 |
| Octal | 320 | 60 | 101 | 0 | 115 | 105 | 22 | 542 | 77 | 62 |
| Binary | 11010000 | 110000 | 1000001 | 0 | 1001101 | 1000101 | 10010 | 101100010 | 111111 | 110010 |
Color Harmonies of #D03041
Complementary color
Monochromatic Colors of #D03041
Black with #D03041
Text Example
Text Example
White with #D03041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03041; }
p { color: rgb(208,48,65); }
H1.HeaderClassName
{
color: #D03041;
}
.AnyTagClassName
{
color: #D03041;
}
</style>
background-color css
<style>
a { background-color: #D03041; }
a { background-color: rgb(208,48,65); }
div.DivClassName
{
background-color: #D03041;
}
.BgClassName
{
background-color: #D03041;
}
</style>
border-color css
<style>
span { border-color: #D03041; }
span { border-color: rgb(208,48,65); }
td.TdClassName
{
border-color: #D03041;
}
.TagClassName
{
border-color: #D03041;
}
</style>