Shades of Brick Red #D2344A
Tints of Brick Red #D2344A
RGB
CMYK
RGB Variations
Color information
#D2344A (or 0xD2344A) is known color: Brick Red. HEX triplet: D2, 34 and 4A. RGB value is (210,52,74). Sum of RGB (Red+Green+Blue) = 210+52+74=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D2344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2344A is #2DCBB5. Grayscale: #656565. Windows color (decimal): -3001270 or 4863186. OLE color: 4863186.
HSL color Cylindrical-coordinate representation of color #D2344A: hue angle of 351.65º degrees, saturation: 0.64, 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 #D2344A is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 74 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.18 |
| HSL | 351.65º | 0.64% | 0.51% | - |
| HSV(B) | 351.65º | 0.75% | 0.82% | - |
| XYZ | 29.04 | 16.65 | 8.16 | - |
| YUV | 101.75 | 112.35 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 74 | 0 | 0.75 | 0.65 | 0.18 | 351.65 | 0.64 | 0.51 |
| Hex | D2 | 34 | 4A | 0 | 4B | 41 | 12 | 160 | 40 | 33 |
| Octal | 322 | 64 | 112 | 0 | 113 | 101 | 22 | 540 | 100 | 63 |
| Binary | 11010010 | 110100 | 1001010 | 0 | 1001011 | 1000001 | 10010 | 101100000 | 1000000 | 110011 |
Color Harmonies of #D2344A
Complementary color
Monochromatic Colors of #D2344A
Black with #D2344A
Text Example
Text Example
White with #D2344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2344A; }
p { color: rgb(210,52,74); }
H1.HeaderClassName
{
color: #D2344A;
}
.AnyTagClassName
{
color: #D2344A;
}
</style>
background-color css
<style>
a { background-color: #D2344A; }
a { background-color: rgb(210,52,74); }
div.DivClassName
{
background-color: #D2344A;
}
.BgClassName
{
background-color: #D2344A;
}
</style>
border-color css
<style>
span { border-color: #D2344A; }
span { border-color: rgb(210,52,74); }
td.TdClassName
{
border-color: #D2344A;
}
.TagClassName
{
border-color: #D2344A;
}
</style>