Shades of Brick Red #D03A46
Tints of Brick Red #D03A46
RGB
CMYK
RGB Variations
Color information
#D03A46 (or 0xD03A46) is known color: Brick Red. HEX triplet: D0, 3A and 46. RGB value is (208,58,70). Sum of RGB (Red+Green+Blue) = 208+58+70=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03A46 is #2FC5B9. Grayscale: #686868. Windows color (decimal): -3130810 or 4602576. OLE color: 4602576.
HSL color Cylindrical-coordinate representation of color #D03A46: hue angle of 355.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03A46 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 70 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.18 |
| HSL | 355.2º | 0.61% | 0.52% | - |
| HSV(B) | 355.2º | 0.72% | 0.82% | - |
| XYZ | 28.63 | 16.88 | 7.54 | - |
| YUV | 104.22 | 108.7 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 70 | 0 | 0.72 | 0.66 | 0.18 | 355.2 | 0.61 | 0.52 |
| Hex | D0 | 3A | 46 | 0 | 48 | 42 | 12 | 163 | 3D | 34 |
| Octal | 320 | 72 | 106 | 0 | 110 | 102 | 22 | 543 | 75 | 64 |
| Binary | 11010000 | 111010 | 1000110 | 0 | 1001000 | 1000010 | 10010 | 101100011 | 111101 | 110100 |
Color Harmonies of #D03A46
Complementary color
Monochromatic Colors of #D03A46
Black with #D03A46
Text Example
Text Example
White with #D03A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A46; }
p { color: rgb(208,58,70); }
H1.HeaderClassName
{
color: #D03A46;
}
.AnyTagClassName
{
color: #D03A46;
}
</style>
background-color css
<style>
a { background-color: #D03A46; }
a { background-color: rgb(208,58,70); }
div.DivClassName
{
background-color: #D03A46;
}
.BgClassName
{
background-color: #D03A46;
}
</style>
border-color css
<style>
span { border-color: #D03A46; }
span { border-color: rgb(208,58,70); }
td.TdClassName
{
border-color: #D03A46;
}
.TagClassName
{
border-color: #D03A46;
}
</style>