Shades of Brick Red #D03A4D
Tints of Brick Red #D03A4D
RGB
CMYK
RGB Variations
Color information
#D03A4D (or 0xD03A4D) is known color: Brick Red. HEX triplet: D0, 3A and 4D. RGB value is (208,58,77). Sum of RGB (Red+Green+Blue) = 208+58+77=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A4D is #2FC5B2. Grayscale: #696969. Windows color (decimal): -3130803 or 5061328. OLE color: 5061328.
HSL color Cylindrical-coordinate representation of color #D03A4D: hue angle of 352.4º 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 #D03A4D is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 77 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.18 |
| HSL | 352.4º | 0.61% | 0.52% | - |
| HSV(B) | 352.4º | 0.72% | 0.82% | - |
| XYZ | 28.87 | 16.97 | 8.78 | - |
| YUV | 105.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 77 | 0 | 0.72 | 0.63 | 0.18 | 352.4 | 0.61 | 0.52 |
| Hex | D0 | 3A | 4D | 0 | 48 | 3F | 12 | 160 | 3D | 34 |
| Octal | 320 | 72 | 115 | 0 | 110 | 77 | 22 | 540 | 75 | 64 |
| Binary | 11010000 | 111010 | 1001101 | 0 | 1001000 | 111111 | 10010 | 101100000 | 111101 | 110100 |
Color Harmonies of #D03A4D
Complementary color
Monochromatic Colors of #D03A4D
Black with #D03A4D
Text Example
Text Example
White with #D03A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A4D; }
p { color: rgb(208,58,77); }
H1.HeaderClassName
{
color: #D03A4D;
}
.AnyTagClassName
{
color: #D03A4D;
}
</style>
background-color css
<style>
a { background-color: #D03A4D; }
a { background-color: rgb(208,58,77); }
div.DivClassName
{
background-color: #D03A4D;
}
.BgClassName
{
background-color: #D03A4D;
}
</style>
border-color css
<style>
span { border-color: #D03A4D; }
span { border-color: rgb(208,58,77); }
td.TdClassName
{
border-color: #D03A4D;
}
.TagClassName
{
border-color: #D03A4D;
}
</style>