Shades of Brick Red #D2354D
Tints of Brick Red #D2354D
RGB
CMYK
RGB Variations
Color information
#D2354D (or 0xD2354D) is known color: Brick Red. HEX triplet: D2, 35 and 4D. RGB value is (210,53,77). Sum of RGB (Red+Green+Blue) = 210+53+77=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2354D is #2DCAB2. Grayscale: #666666. Windows color (decimal): -3001011 or 5060050. OLE color: 5060050.
HSL color Cylindrical-coordinate representation of color #D2354D: hue angle of 350.83º 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 #D2354D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 77 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.18 |
| HSL | 350.83º | 0.64% | 0.52% | - |
| HSV(B) | 350.83º | 0.75% | 0.82% | - |
| XYZ | 29.19 | 16.78 | 8.72 | - |
| YUV | 102.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 77 | 0 | 0.75 | 0.63 | 0.18 | 350.83 | 0.64 | 0.52 |
| Hex | D2 | 35 | 4D | 0 | 4B | 3F | 12 | 15F | 40 | 34 |
| Octal | 322 | 65 | 115 | 0 | 113 | 77 | 22 | 537 | 100 | 64 |
| Binary | 11010010 | 110101 | 1001101 | 0 | 1001011 | 111111 | 10010 | 101011111 | 1000000 | 110100 |
Color Harmonies of #D2354D
Complementary color
Monochromatic Colors of #D2354D
Black with #D2354D
Text Example
Text Example
White with #D2354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2354D; }
p { color: rgb(210,53,77); }
H1.HeaderClassName
{
color: #D2354D;
}
.AnyTagClassName
{
color: #D2354D;
}
</style>
background-color css
<style>
a { background-color: #D2354D; }
a { background-color: rgb(210,53,77); }
div.DivClassName
{
background-color: #D2354D;
}
.BgClassName
{
background-color: #D2354D;
}
</style>
border-color css
<style>
span { border-color: #D2354D; }
span { border-color: rgb(210,53,77); }
td.TdClassName
{
border-color: #D2354D;
}
.TagClassName
{
border-color: #D2354D;
}
</style>