Shades of Brick Red #D0344D
Tints of Brick Red #D0344D
RGB
CMYK
RGB Variations
Color information
#D0344D (or 0xD0344D) is known color: Brick Red. HEX triplet: D0, 34 and 4D. RGB value is (208,52,77). Sum of RGB (Red+Green+Blue) = 208+52+77=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0344D is #2FCBB2. Grayscale: #656565. Windows color (decimal): -3132339 or 5059792. OLE color: 5059792.
HSL color Cylindrical-coordinate representation of color #D0344D: hue angle of 350.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0344D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 77 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.18 |
| HSL | 350.38º | 0.62% | 0.51% | - |
| HSV(B) | 350.38º | 0.75% | 0.82% | - |
| XYZ | 28.58 | 16.4 | 8.68 | - |
| YUV | 101.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 77 | 0 | 0.75 | 0.63 | 0.18 | 350.38 | 0.62 | 0.51 |
| Hex | D0 | 34 | 4D | 0 | 4B | 3F | 12 | 15E | 3E | 33 |
| Octal | 320 | 64 | 115 | 0 | 113 | 77 | 22 | 536 | 76 | 63 |
| Binary | 11010000 | 110100 | 1001101 | 0 | 1001011 | 111111 | 10010 | 101011110 | 111110 | 110011 |
Color Harmonies of #D0344D
Complementary color
Monochromatic Colors of #D0344D
Black with #D0344D
Text Example
Text Example
White with #D0344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0344D; }
p { color: rgb(208,52,77); }
H1.HeaderClassName
{
color: #D0344D;
}
.AnyTagClassName
{
color: #D0344D;
}
</style>
background-color css
<style>
a { background-color: #D0344D; }
a { background-color: rgb(208,52,77); }
div.DivClassName
{
background-color: #D0344D;
}
.BgClassName
{
background-color: #D0344D;
}
</style>
border-color css
<style>
span { border-color: #D0344D; }
span { border-color: rgb(208,52,77); }
td.TdClassName
{
border-color: #D0344D;
}
.TagClassName
{
border-color: #D0344D;
}
</style>