Shades of Brick Red #D22F4C
Tints of Brick Red #D22F4C
RGB
CMYK
RGB Variations
Color information
#D22F4C (or 0xD22F4C) is known color: Brick Red. HEX triplet: D2, 2F and 4C. RGB value is (210,47,76). Sum of RGB (Red+Green+Blue) = 210+47+76=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F4C is #2DD0B3. Grayscale: #636363. Windows color (decimal): -3002548 or 4992978. OLE color: 4992978.
HSL color Cylindrical-coordinate representation of color #D22F4C: hue angle of 349.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22F4C is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 76 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.18 |
| HSL | 349.33º | 0.64% | 0.5% | - |
| HSV(B) | 349.33º | 0.78% | 0.82% | - |
| XYZ | 28.9 | 16.26 | 8.45 | - |
| YUV | 99.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 76 | 0 | 0.78 | 0.64 | 0.18 | 349.33 | 0.64 | 0.5 |
| Hex | D2 | 2F | 4C | 0 | 4E | 40 | 12 | 15D | 40 | 32 |
| Octal | 322 | 57 | 114 | 0 | 116 | 100 | 22 | 535 | 100 | 62 |
| Binary | 11010010 | 101111 | 1001100 | 0 | 1001110 | 1000000 | 10010 | 101011101 | 1000000 | 110010 |
Color Harmonies of #D22F4C
Complementary color
Monochromatic Colors of #D22F4C
Black with #D22F4C
Text Example
Text Example
White with #D22F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F4C; }
p { color: rgb(210,47,76); }
H1.HeaderClassName
{
color: #D22F4C;
}
.AnyTagClassName
{
color: #D22F4C;
}
</style>
background-color css
<style>
a { background-color: #D22F4C; }
a { background-color: rgb(210,47,76); }
div.DivClassName
{
background-color: #D22F4C;
}
.BgClassName
{
background-color: #D22F4C;
}
</style>
border-color css
<style>
span { border-color: #D22F4C; }
span { border-color: rgb(210,47,76); }
td.TdClassName
{
border-color: #D22F4C;
}
.TagClassName
{
border-color: #D22F4C;
}
</style>