Shades of Brick Red #D2254D
Tints of Brick Red #D2254D
RGB
CMYK
RGB Variations
Color information
#D2254D (or 0xD2254D) is known color: Brick Red. HEX triplet: D2, 25 and 4D. RGB value is (210,37,77). Sum of RGB (Red+Green+Blue) = 210+37+77=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2254D is #2DDAB2. Grayscale: #5D5D5D. Windows color (decimal): -3005107 or 5055954. OLE color: 5055954.
HSL color Cylindrical-coordinate representation of color #D2254D: hue angle of 346.13º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2254D is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 77 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.18 |
| HSL | 346.13º | 0.7% | 0.48% | - |
| HSV(B) | 346.13º | 0.82% | 0.82% | - |
| XYZ | 28.58 | 15.56 | 8.52 | - |
| YUV | 93.29 | 118.81 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 77 | 0 | 0.82 | 0.63 | 0.18 | 346.13 | 0.7 | 0.48 |
| Hex | D2 | 25 | 4D | 0 | 52 | 3F | 12 | 15A | 46 | 30 |
| Octal | 322 | 45 | 115 | 0 | 122 | 77 | 22 | 532 | 106 | 60 |
| Binary | 11010010 | 100101 | 1001101 | 0 | 1010010 | 111111 | 10010 | 101011010 | 1000110 | 110000 |
Color Harmonies of #D2254D
Complementary color
Monochromatic Colors of #D2254D
Black with #D2254D
Text Example
Text Example
White with #D2254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2254D; }
p { color: rgb(210,37,77); }
H1.HeaderClassName
{
color: #D2254D;
}
.AnyTagClassName
{
color: #D2254D;
}
</style>
background-color css
<style>
a { background-color: #D2254D; }
a { background-color: rgb(210,37,77); }
div.DivClassName
{
background-color: #D2254D;
}
.BgClassName
{
background-color: #D2254D;
}
</style>
border-color css
<style>
span { border-color: #D2254D; }
span { border-color: rgb(210,37,77); }
td.TdClassName
{
border-color: #D2254D;
}
.TagClassName
{
border-color: #D2254D;
}
</style>