Shades of Brick Red #D0344A
Tints of Brick Red #D0344A
RGB
CMYK
RGB Variations
Color information
#D0344A (or 0xD0344A) is known color: Brick Red. HEX triplet: D0, 34 and 4A. RGB value is (208,52,74). Sum of RGB (Red+Green+Blue) = 208+52+74=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0344A is #2FCBB5. Grayscale: #656565. Windows color (decimal): -3132342 or 4863184. OLE color: 4863184.
HSL color Cylindrical-coordinate representation of color #D0344A: hue angle of 351.54º 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 #D0344A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 74 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.18 |
| HSL | 351.54º | 0.62% | 0.51% | - |
| HSV(B) | 351.54º | 0.75% | 0.82% | - |
| XYZ | 28.48 | 16.36 | 8.14 | - |
| YUV | 101.15 | 112.68 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 74 | 0 | 0.75 | 0.64 | 0.18 | 351.54 | 0.62 | 0.51 |
| Hex | D0 | 34 | 4A | 0 | 4B | 40 | 12 | 160 | 3E | 33 |
| Octal | 320 | 64 | 112 | 0 | 113 | 100 | 22 | 540 | 76 | 63 |
| Binary | 11010000 | 110100 | 1001010 | 0 | 1001011 | 1000000 | 10010 | 101100000 | 111110 | 110011 |
Color Harmonies of #D0344A
Complementary color
Monochromatic Colors of #D0344A
Black with #D0344A
Text Example
Text Example
White with #D0344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0344A; }
p { color: rgb(208,52,74); }
H1.HeaderClassName
{
color: #D0344A;
}
.AnyTagClassName
{
color: #D0344A;
}
</style>
background-color css
<style>
a { background-color: #D0344A; }
a { background-color: rgb(208,52,74); }
div.DivClassName
{
background-color: #D0344A;
}
.BgClassName
{
background-color: #D0344A;
}
</style>
border-color css
<style>
span { border-color: #D0344A; }
span { border-color: rgb(208,52,74); }
td.TdClassName
{
border-color: #D0344A;
}
.TagClassName
{
border-color: #D0344A;
}
</style>