Shades of Brick Red #D03246
Tints of Brick Red #D03246
RGB
CMYK
RGB Variations
Color information
#D03246 (or 0xD03246) is known color: Brick Red. HEX triplet: D0, 32 and 46. RGB value is (208,50,70). Sum of RGB (Red+Green+Blue) = 208+50+70=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D03246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03246 is #2FCDB9. Grayscale: #636363. Windows color (decimal): -3132858 or 4600528. OLE color: 4600528.
HSL color Cylindrical-coordinate representation of color #D03246: hue angle of 352.41º 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 #D03246 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 70 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.18 |
| HSL | 352.41º | 0.63% | 0.51% | - |
| HSV(B) | 352.41º | 0.76% | 0.82% | - |
| XYZ | 28.26 | 16.13 | 7.42 | - |
| YUV | 99.52 | 111.35 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 70 | 0 | 0.76 | 0.66 | 0.18 | 352.41 | 0.63 | 0.51 |
| Hex | D0 | 32 | 46 | 0 | 4C | 42 | 12 | 160 | 3F | 33 |
| Octal | 320 | 62 | 106 | 0 | 114 | 102 | 22 | 540 | 77 | 63 |
| Binary | 11010000 | 110010 | 1000110 | 0 | 1001100 | 1000010 | 10010 | 101100000 | 111111 | 110011 |
Color Harmonies of #D03246
Complementary color
Monochromatic Colors of #D03246
Black with #D03246
Text Example
Text Example
White with #D03246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03246; }
p { color: rgb(208,50,70); }
H1.HeaderClassName
{
color: #D03246;
}
.AnyTagClassName
{
color: #D03246;
}
</style>
background-color css
<style>
a { background-color: #D03246; }
a { background-color: rgb(208,50,70); }
div.DivClassName
{
background-color: #D03246;
}
.BgClassName
{
background-color: #D03246;
}
</style>
border-color css
<style>
span { border-color: #D03246; }
span { border-color: rgb(208,50,70); }
td.TdClassName
{
border-color: #D03246;
}
.TagClassName
{
border-color: #D03246;
}
</style>