Shades of Brick Red #D22B4E
Tints of Brick Red #D22B4E
RGB
CMYK
RGB Variations
Color information
#D22B4E (or 0xD22B4E) is known color: Brick Red. HEX triplet: D2, 2B and 4E. RGB value is (210,43,78). Sum of RGB (Red+Green+Blue) = 210+43+78=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B4E is #2DD4B1. Grayscale: #606060. Windows color (decimal): -3003570 or 5123026. OLE color: 5123026.
HSL color Cylindrical-coordinate representation of color #D22B4E: hue angle of 347.43º 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 #D22B4E is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 78 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.18 |
| HSL | 347.43º | 0.66% | 0.5% | - |
| HSV(B) | 347.43º | 0.8% | 0.82% | - |
| XYZ | 28.82 | 15.98 | 8.77 | - |
| YUV | 96.92 | 117.33 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 78 | 0 | 0.80 | 0.63 | 0.18 | 347.43 | 0.66 | 0.5 |
| Hex | D2 | 2B | 4E | 0 | 50 | 3F | 12 | 15B | 42 | 32 |
| Octal | 322 | 53 | 116 | 0 | 120 | 77 | 22 | 533 | 102 | 62 |
| Binary | 11010010 | 101011 | 1001110 | 0 | 1010000 | 111111 | 10010 | 101011011 | 1000010 | 110010 |
Color Harmonies of #D22B4E
Complementary color
Monochromatic Colors of #D22B4E
Black with #D22B4E
Text Example
Text Example
White with #D22B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B4E; }
p { color: rgb(210,43,78); }
H1.HeaderClassName
{
color: #D22B4E;
}
.AnyTagClassName
{
color: #D22B4E;
}
</style>
background-color css
<style>
a { background-color: #D22B4E; }
a { background-color: rgb(210,43,78); }
div.DivClassName
{
background-color: #D22B4E;
}
.BgClassName
{
background-color: #D22B4E;
}
</style>
border-color css
<style>
span { border-color: #D22B4E; }
span { border-color: rgb(210,43,78); }
td.TdClassName
{
border-color: #D22B4E;
}
.TagClassName
{
border-color: #D22B4E;
}
</style>