Shades of Brick Red #D2254C
Tints of Brick Red #D2254C
RGB
CMYK
RGB Variations
Color information
#D2254C (or 0xD2254C) is known color: Brick Red. HEX triplet: D2, 25 and 4C. RGB value is (210,37,76). Sum of RGB (Red+Green+Blue) = 210+37+76=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2254C is #2DDAB3. Grayscale: #5D5D5D. Windows color (decimal): -3005108 or 4990418. OLE color: 4990418.
HSL color Cylindrical-coordinate representation of color #D2254C: hue angle of 346.47º 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 #D2254C is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 76 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.18 |
| HSL | 346.47º | 0.7% | 0.48% | - |
| HSV(B) | 346.47º | 0.82% | 0.82% | - |
| XYZ | 28.54 | 15.55 | 8.33 | - |
| YUV | 93.17 | 118.31 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 76 | 0 | 0.82 | 0.64 | 0.18 | 346.47 | 0.7 | 0.48 |
| Hex | D2 | 25 | 4C | 0 | 52 | 40 | 12 | 15A | 46 | 30 |
| Octal | 322 | 45 | 114 | 0 | 122 | 100 | 22 | 532 | 106 | 60 |
| Binary | 11010010 | 100101 | 1001100 | 0 | 1010010 | 1000000 | 10010 | 101011010 | 1000110 | 110000 |
Color Harmonies of #D2254C
Complementary color
Monochromatic Colors of #D2254C
Black with #D2254C
Text Example
Text Example
White with #D2254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2254C; }
p { color: rgb(210,37,76); }
H1.HeaderClassName
{
color: #D2254C;
}
.AnyTagClassName
{
color: #D2254C;
}
</style>
background-color css
<style>
a { background-color: #D2254C; }
a { background-color: rgb(210,37,76); }
div.DivClassName
{
background-color: #D2254C;
}
.BgClassName
{
background-color: #D2254C;
}
</style>
border-color css
<style>
span { border-color: #D2254C; }
span { border-color: rgb(210,37,76); }
td.TdClassName
{
border-color: #D2254C;
}
.TagClassName
{
border-color: #D2254C;
}
</style>