Shades of Brick Red #D04149
Tints of Brick Red #D04149
RGB
CMYK
RGB Variations
Color information
#D04149 (or 0xD04149) is known color: Brick Red. HEX triplet: D0, 41 and 49. RGB value is (208,65,73). Sum of RGB (Red+Green+Blue) = 208+65+73=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D04149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04149 is #2FBEB6. Grayscale: #6C6C6C. Windows color (decimal): -3129015 or 4800976. OLE color: 4800976.
HSL color Cylindrical-coordinate representation of color #D04149: hue angle of 356.64º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04149 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 73 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.18 |
| HSL | 356.64º | 0.6% | 0.54% | - |
| HSV(B) | 356.64º | 0.69% | 0.82% | - |
| XYZ | 29.11 | 17.67 | 8.18 | - |
| YUV | 108.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 73 | 0 | 0.69 | 0.65 | 0.18 | 356.64 | 0.6 | 0.54 |
| Hex | D0 | 41 | 49 | 0 | 45 | 41 | 12 | 165 | 3C | 36 |
| Octal | 320 | 101 | 111 | 0 | 105 | 101 | 22 | 545 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1001001 | 0 | 1000101 | 1000001 | 10010 | 101100101 | 111100 | 110110 |
Color Harmonies of #D04149
Complementary color
Monochromatic Colors of #D04149
Black with #D04149
Text Example
Text Example
White with #D04149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04149; }
p { color: rgb(208,65,73); }
H1.HeaderClassName
{
color: #D04149;
}
.AnyTagClassName
{
color: #D04149;
}
</style>
background-color css
<style>
a { background-color: #D04149; }
a { background-color: rgb(208,65,73); }
div.DivClassName
{
background-color: #D04149;
}
.BgClassName
{
background-color: #D04149;
}
</style>
border-color css
<style>
span { border-color: #D04149; }
span { border-color: rgb(208,65,73); }
td.TdClassName
{
border-color: #D04149;
}
.TagClassName
{
border-color: #D04149;
}
</style>