Shades of Brick Red #D2354E
Tints of Brick Red #D2354E
RGB
CMYK
RGB Variations
Color information
#D2354E (or 0xD2354E) is known color: Brick Red. HEX triplet: D2, 35 and 4E. RGB value is (210,53,78). Sum of RGB (Red+Green+Blue) = 210+53+78=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2354E is #2DCAB1. Grayscale: #666666. Windows color (decimal): -3001010 or 5125586. OLE color: 5125586.
HSL color Cylindrical-coordinate representation of color #D2354E: hue angle of 350.45º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2354E is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 78 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.18 |
| HSL | 350.45º | 0.64% | 0.52% | - |
| HSV(B) | 350.45º | 0.75% | 0.82% | - |
| XYZ | 29.23 | 16.8 | 8.91 | - |
| YUV | 102.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 78 | 0 | 0.75 | 0.63 | 0.18 | 350.45 | 0.64 | 0.52 |
| Hex | D2 | 35 | 4E | 0 | 4B | 3F | 12 | 15E | 40 | 34 |
| Octal | 322 | 65 | 116 | 0 | 113 | 77 | 22 | 536 | 100 | 64 |
| Binary | 11010010 | 110101 | 1001110 | 0 | 1001011 | 111111 | 10010 | 101011110 | 1000000 | 110100 |
Color Harmonies of #D2354E
Complementary color
Monochromatic Colors of #D2354E
Black with #D2354E
Text Example
Text Example
White with #D2354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2354E; }
p { color: rgb(210,53,78); }
H1.HeaderClassName
{
color: #D2354E;
}
.AnyTagClassName
{
color: #D2354E;
}
</style>
background-color css
<style>
a { background-color: #D2354E; }
a { background-color: rgb(210,53,78); }
div.DivClassName
{
background-color: #D2354E;
}
.BgClassName
{
background-color: #D2354E;
}
</style>
border-color css
<style>
span { border-color: #D2354E; }
span { border-color: rgb(210,53,78); }
td.TdClassName
{
border-color: #D2354E;
}
.TagClassName
{
border-color: #D2354E;
}
</style>