Shades of Brick Red #D0344B
Tints of Brick Red #D0344B
RGB
CMYK
RGB Variations
Color information
#D0344B (or 0xD0344B) is known color: Brick Red. HEX triplet: D0, 34 and 4B. RGB value is (208,52,75). Sum of RGB (Red+Green+Blue) = 208+52+75=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0344B is #2FCBB4. Grayscale: #656565. Windows color (decimal): -3132341 or 4928720. OLE color: 4928720.
HSL color Cylindrical-coordinate representation of color #D0344B: hue angle of 351.15º 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 #D0344B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 75 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.18 |
| HSL | 351.15º | 0.62% | 0.51% | - |
| HSV(B) | 351.15º | 0.75% | 0.82% | - |
| XYZ | 28.51 | 16.37 | 8.31 | - |
| YUV | 101.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 75 | 0 | 0.75 | 0.64 | 0.18 | 351.15 | 0.62 | 0.51 |
| Hex | D0 | 34 | 4B | 0 | 4B | 40 | 12 | 15F | 3E | 33 |
| Octal | 320 | 64 | 113 | 0 | 113 | 100 | 22 | 537 | 76 | 63 |
| Binary | 11010000 | 110100 | 1001011 | 0 | 1001011 | 1000000 | 10010 | 101011111 | 111110 | 110011 |
Color Harmonies of #D0344B
Complementary color
Monochromatic Colors of #D0344B
Black with #D0344B
Text Example
Text Example
White with #D0344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0344B; }
p { color: rgb(208,52,75); }
H1.HeaderClassName
{
color: #D0344B;
}
.AnyTagClassName
{
color: #D0344B;
}
</style>
background-color css
<style>
a { background-color: #D0344B; }
a { background-color: rgb(208,52,75); }
div.DivClassName
{
background-color: #D0344B;
}
.BgClassName
{
background-color: #D0344B;
}
</style>
border-color css
<style>
span { border-color: #D0344B; }
span { border-color: rgb(208,52,75); }
td.TdClassName
{
border-color: #D0344B;
}
.TagClassName
{
border-color: #D0344B;
}
</style>