Shades of Brick Red #D22D4C
Tints of Brick Red #D22D4C
RGB
CMYK
RGB Variations
Color information
#D22D4C (or 0xD22D4C) is known color: Brick Red. HEX triplet: D2, 2D and 4C. RGB value is (210,45,76). Sum of RGB (Red+Green+Blue) = 210+45+76=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22D4C is #2DD2B3. Grayscale: #616161. Windows color (decimal): -3003060 or 4992466. OLE color: 4992466.
HSL color Cylindrical-coordinate representation of color #D22D4C: hue angle of 348.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22D4C is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 76 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.18 |
| HSL | 348.73º | 0.65% | 0.5% | - |
| HSV(B) | 348.73º | 0.79% | 0.82% | - |
| XYZ | 28.82 | 16.1 | 8.43 | - |
| YUV | 97.87 | 115.66 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 76 | 0 | 0.79 | 0.64 | 0.18 | 348.73 | 0.65 | 0.5 |
| Hex | D2 | 2D | 4C | 0 | 4F | 40 | 12 | 15D | 41 | 32 |
| Octal | 322 | 55 | 114 | 0 | 117 | 100 | 22 | 535 | 101 | 62 |
| Binary | 11010010 | 101101 | 1001100 | 0 | 1001111 | 1000000 | 10010 | 101011101 | 1000001 | 110010 |
Color Harmonies of #D22D4C
Complementary color
Monochromatic Colors of #D22D4C
Black with #D22D4C
Text Example
Text Example
White with #D22D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22D4C; }
p { color: rgb(210,45,76); }
H1.HeaderClassName
{
color: #D22D4C;
}
.AnyTagClassName
{
color: #D22D4C;
}
</style>
background-color css
<style>
a { background-color: #D22D4C; }
a { background-color: rgb(210,45,76); }
div.DivClassName
{
background-color: #D22D4C;
}
.BgClassName
{
background-color: #D22D4C;
}
</style>
border-color css
<style>
span { border-color: #D22D4C; }
span { border-color: rgb(210,45,76); }
td.TdClassName
{
border-color: #D22D4C;
}
.TagClassName
{
border-color: #D22D4C;
}
</style>