Shades of Brick Red #D03249
Tints of Brick Red #D03249
RGB
CMYK
RGB Variations
Color information
#D03249 (or 0xD03249) is known color: Brick Red. HEX triplet: D0, 32 and 49. RGB value is (208,50,73). Sum of RGB (Red+Green+Blue) = 208+50+73=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D03249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03249 is #2FCDB6. Grayscale: #636363. Windows color (decimal): -3132855 or 4797136. OLE color: 4797136.
HSL color Cylindrical-coordinate representation of color #D03249: hue angle of 351.27º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03249 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 73 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.18 |
| HSL | 351.27º | 0.63% | 0.51% | - |
| HSV(B) | 351.27º | 0.76% | 0.82% | - |
| XYZ | 28.36 | 16.17 | 7.93 | - |
| YUV | 99.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 73 | 0 | 0.76 | 0.65 | 0.18 | 351.27 | 0.63 | 0.51 |
| Hex | D0 | 32 | 49 | 0 | 4C | 41 | 12 | 15F | 3F | 33 |
| Octal | 320 | 62 | 111 | 0 | 114 | 101 | 22 | 537 | 77 | 63 |
| Binary | 11010000 | 110010 | 1001001 | 0 | 1001100 | 1000001 | 10010 | 101011111 | 111111 | 110011 |
Color Harmonies of #D03249
Complementary color
Monochromatic Colors of #D03249
Black with #D03249
Text Example
Text Example
White with #D03249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03249; }
p { color: rgb(208,50,73); }
H1.HeaderClassName
{
color: #D03249;
}
.AnyTagClassName
{
color: #D03249;
}
</style>
background-color css
<style>
a { background-color: #D03249; }
a { background-color: rgb(208,50,73); }
div.DivClassName
{
background-color: #D03249;
}
.BgClassName
{
background-color: #D03249;
}
</style>
border-color css
<style>
span { border-color: #D03249; }
span { border-color: rgb(208,50,73); }
td.TdClassName
{
border-color: #D03249;
}
.TagClassName
{
border-color: #D03249;
}
</style>