Shades of Brick Red #D22449
Tints of Brick Red #D22449
RGB
CMYK
RGB Variations
Color information
#D22449 (or 0xD22449) is known color: Brick Red. HEX triplet: D2, 24 and 49. RGB value is (210,36,73). Sum of RGB (Red+Green+Blue) = 210+36+73=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D22449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22449 is #2DDBB6. Grayscale: #5C5C5C. Windows color (decimal): -3005367 or 4793554. OLE color: 4793554.
HSL color Cylindrical-coordinate representation of color #D22449: hue angle of 347.24º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22449 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 73 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.18 |
| HSL | 347.24º | 0.71% | 0.48% | - |
| HSV(B) | 347.24º | 0.83% | 0.82% | - |
| XYZ | 28.41 | 15.44 | 7.79 | - |
| YUV | 92.24 | 117.15 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 73 | 0 | 0.83 | 0.65 | 0.18 | 347.24 | 0.71 | 0.48 |
| Hex | D2 | 24 | 49 | 0 | 53 | 41 | 12 | 15B | 47 | 30 |
| Octal | 322 | 44 | 111 | 0 | 123 | 101 | 22 | 533 | 107 | 60 |
| Binary | 11010010 | 100100 | 1001001 | 0 | 1010011 | 1000001 | 10010 | 101011011 | 1000111 | 110000 |
Color Harmonies of #D22449
Complementary color
Monochromatic Colors of #D22449
Black with #D22449
Text Example
Text Example
White with #D22449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22449; }
p { color: rgb(210,36,73); }
H1.HeaderClassName
{
color: #D22449;
}
.AnyTagClassName
{
color: #D22449;
}
</style>
background-color css
<style>
a { background-color: #D22449; }
a { background-color: rgb(210,36,73); }
div.DivClassName
{
background-color: #D22449;
}
.BgClassName
{
background-color: #D22449;
}
</style>
border-color css
<style>
span { border-color: #D22449; }
span { border-color: rgb(210,36,73); }
td.TdClassName
{
border-color: #D22449;
}
.TagClassName
{
border-color: #D22449;
}
</style>