Shades of Brick Red #D2344B
Tints of Brick Red #D2344B
RGB
CMYK
RGB Variations
Color information
#D2344B (or 0xD2344B) is known color: Brick Red. HEX triplet: D2, 34 and 4B. RGB value is (210,52,75). Sum of RGB (Red+Green+Blue) = 210+52+75=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2344B is #2DCBB4. Grayscale: #656565. Windows color (decimal): -3001269 or 4928722. OLE color: 4928722.
HSL color Cylindrical-coordinate representation of color #D2344B: hue angle of 351.27º 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 #D2344B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 75 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.18 |
| HSL | 351.27º | 0.64% | 0.51% | - |
| HSV(B) | 351.27º | 0.75% | 0.82% | - |
| XYZ | 29.08 | 16.67 | 8.34 | - |
| YUV | 101.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 75 | 0 | 0.75 | 0.64 | 0.18 | 351.27 | 0.64 | 0.51 |
| Hex | D2 | 34 | 4B | 0 | 4B | 40 | 12 | 15F | 40 | 33 |
| Octal | 322 | 64 | 113 | 0 | 113 | 100 | 22 | 537 | 100 | 63 |
| Binary | 11010010 | 110100 | 1001011 | 0 | 1001011 | 1000000 | 10010 | 101011111 | 1000000 | 110011 |
Color Harmonies of #D2344B
Complementary color
Monochromatic Colors of #D2344B
Black with #D2344B
Text Example
Text Example
White with #D2344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2344B; }
p { color: rgb(210,52,75); }
H1.HeaderClassName
{
color: #D2344B;
}
.AnyTagClassName
{
color: #D2344B;
}
</style>
background-color css
<style>
a { background-color: #D2344B; }
a { background-color: rgb(210,52,75); }
div.DivClassName
{
background-color: #D2344B;
}
.BgClassName
{
background-color: #D2344B;
}
</style>
border-color css
<style>
span { border-color: #D2344B; }
span { border-color: rgb(210,52,75); }
td.TdClassName
{
border-color: #D2344B;
}
.TagClassName
{
border-color: #D2344B;
}
</style>