Shades of Brick Red #D22B4D
Tints of Brick Red #D22B4D
RGB
CMYK
RGB Variations
Color information
#D22B4D (or 0xD22B4D) is known color: Brick Red. HEX triplet: D2, 2B and 4D. RGB value is (210,43,77). Sum of RGB (Red+Green+Blue) = 210+43+77=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B4D is #2DD4B2. Grayscale: #606060. Windows color (decimal): -3003571 or 5057490. OLE color: 5057490.
HSL color Cylindrical-coordinate representation of color #D22B4D: hue angle of 347.78º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22B4D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 77 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.18 |
| HSL | 347.78º | 0.66% | 0.5% | - |
| HSV(B) | 347.78º | 0.8% | 0.82% | - |
| XYZ | 28.78 | 15.97 | 8.59 | - |
| YUV | 96.81 | 116.83 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 77 | 0 | 0.80 | 0.63 | 0.18 | 347.78 | 0.66 | 0.5 |
| Hex | D2 | 2B | 4D | 0 | 50 | 3F | 12 | 15C | 42 | 32 |
| Octal | 322 | 53 | 115 | 0 | 120 | 77 | 22 | 534 | 102 | 62 |
| Binary | 11010010 | 101011 | 1001101 | 0 | 1010000 | 111111 | 10010 | 101011100 | 1000010 | 110010 |
Color Harmonies of #D22B4D
Complementary color
Monochromatic Colors of #D22B4D
Black with #D22B4D
Text Example
Text Example
White with #D22B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B4D; }
p { color: rgb(210,43,77); }
H1.HeaderClassName
{
color: #D22B4D;
}
.AnyTagClassName
{
color: #D22B4D;
}
</style>
background-color css
<style>
a { background-color: #D22B4D; }
a { background-color: rgb(210,43,77); }
div.DivClassName
{
background-color: #D22B4D;
}
.BgClassName
{
background-color: #D22B4D;
}
</style>
border-color css
<style>
span { border-color: #D22B4D; }
span { border-color: rgb(210,43,77); }
td.TdClassName
{
border-color: #D22B4D;
}
.TagClassName
{
border-color: #D22B4D;
}
</style>