Shades of Brick Red #D03045
Tints of Brick Red #D03045
RGB
CMYK
RGB Variations
Color information
#D03045 (or 0xD03045) is known color: Brick Red. HEX triplet: D0, 30 and 45. RGB value is (208,48,69). Sum of RGB (Red+Green+Blue) = 208+48+69=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D03045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03045 is #2FCFBA. Grayscale: #626262. Windows color (decimal): -3133371 or 4534480. OLE color: 4534480.
HSL color Cylindrical-coordinate representation of color #D03045: hue angle of 352.12º 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 #D03045 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 69 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.18 |
| HSL | 352.13º | 0.63% | 0.5% | - |
| HSV(B) | 352.13º | 0.77% | 0.82% | - |
| XYZ | 28.14 | 15.95 | 7.23 | - |
| YUV | 98.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 69 | 0 | 0.77 | 0.67 | 0.18 | 352.13 | 0.63 | 0.5 |
| Hex | D0 | 30 | 45 | 0 | 4D | 43 | 12 | 160 | 3F | 32 |
| Octal | 320 | 60 | 105 | 0 | 115 | 103 | 22 | 540 | 77 | 62 |
| Binary | 11010000 | 110000 | 1000101 | 0 | 1001101 | 1000011 | 10010 | 101100000 | 111111 | 110010 |
Color Harmonies of #D03045
Complementary color
Monochromatic Colors of #D03045
Black with #D03045
Text Example
Text Example
White with #D03045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03045; }
p { color: rgb(208,48,69); }
H1.HeaderClassName
{
color: #D03045;
}
.AnyTagClassName
{
color: #D03045;
}
</style>
background-color css
<style>
a { background-color: #D03045; }
a { background-color: rgb(208,48,69); }
div.DivClassName
{
background-color: #D03045;
}
.BgClassName
{
background-color: #D03045;
}
</style>
border-color css
<style>
span { border-color: #D03045; }
span { border-color: rgb(208,48,69); }
td.TdClassName
{
border-color: #D03045;
}
.TagClassName
{
border-color: #D03045;
}
</style>