Shades of Brick Red #D22F4D
Tints of Brick Red #D22F4D
RGB
CMYK
RGB Variations
Color information
#D22F4D (or 0xD22F4D) is known color: Brick Red. HEX triplet: D2, 2F and 4D. RGB value is (210,47,77). Sum of RGB (Red+Green+Blue) = 210+47+77=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22F4D is #2DD0B2. Grayscale: #636363. Windows color (decimal): -3002547 or 5058514. OLE color: 5058514.
HSL color Cylindrical-coordinate representation of color #D22F4D: hue angle of 348.96º 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 #D22F4D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 77 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.18 |
| HSL | 348.96º | 0.64% | 0.5% | - |
| HSV(B) | 348.96º | 0.78% | 0.82% | - |
| XYZ | 28.93 | 16.27 | 8.64 | - |
| YUV | 99.16 | 115.5 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 77 | 0 | 0.78 | 0.63 | 0.18 | 348.96 | 0.64 | 0.5 |
| Hex | D2 | 2F | 4D | 0 | 4E | 3F | 12 | 15D | 40 | 32 |
| Octal | 322 | 57 | 115 | 0 | 116 | 77 | 22 | 535 | 100 | 62 |
| Binary | 11010010 | 101111 | 1001101 | 0 | 1001110 | 111111 | 10010 | 101011101 | 1000000 | 110010 |
Color Harmonies of #D22F4D
Complementary color
Monochromatic Colors of #D22F4D
Black with #D22F4D
Text Example
Text Example
White with #D22F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F4D; }
p { color: rgb(210,47,77); }
H1.HeaderClassName
{
color: #D22F4D;
}
.AnyTagClassName
{
color: #D22F4D;
}
</style>
background-color css
<style>
a { background-color: #D22F4D; }
a { background-color: rgb(210,47,77); }
div.DivClassName
{
background-color: #D22F4D;
}
.BgClassName
{
background-color: #D22F4D;
}
</style>
border-color css
<style>
span { border-color: #D22F4D; }
span { border-color: rgb(210,47,77); }
td.TdClassName
{
border-color: #D22F4D;
}
.TagClassName
{
border-color: #D22F4D;
}
</style>