Shades of Brick Red #D22746
Tints of Brick Red #D22746
RGB
CMYK
RGB Variations
Color information
#D22746 (or 0xD22746) is known color: Brick Red. HEX triplet: D2, 27 and 46. RGB value is (210,39,70). Sum of RGB (Red+Green+Blue) = 210+39+70=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D22746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22746 is #2DD8B9. Grayscale: #5D5D5D. Windows color (decimal): -3004602 or 4597714. OLE color: 4597714.
HSL color Cylindrical-coordinate representation of color #D22746: hue angle of 349.12º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22746 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 70 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.18 |
| HSL | 349.12º | 0.69% | 0.49% | - |
| HSV(B) | 349.12º | 0.81% | 0.82% | - |
| XYZ | 28.41 | 15.59 | 7.31 | - |
| YUV | 93.66 | 114.65 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 70 | 0 | 0.81 | 0.67 | 0.18 | 349.12 | 0.69 | 0.49 |
| Hex | D2 | 27 | 46 | 0 | 51 | 43 | 12 | 15D | 45 | 31 |
| Octal | 322 | 47 | 106 | 0 | 121 | 103 | 22 | 535 | 105 | 61 |
| Binary | 11010010 | 100111 | 1000110 | 0 | 1010001 | 1000011 | 10010 | 101011101 | 1000101 | 110001 |
Color Harmonies of #D22746
Complementary color
Monochromatic Colors of #D22746
Black with #D22746
Text Example
Text Example
White with #D22746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22746; }
p { color: rgb(210,39,70); }
H1.HeaderClassName
{
color: #D22746;
}
.AnyTagClassName
{
color: #D22746;
}
</style>
background-color css
<style>
a { background-color: #D22746; }
a { background-color: rgb(210,39,70); }
div.DivClassName
{
background-color: #D22746;
}
.BgClassName
{
background-color: #D22746;
}
</style>
border-color css
<style>
span { border-color: #D22746; }
span { border-color: rgb(210,39,70); }
td.TdClassName
{
border-color: #D22746;
}
.TagClassName
{
border-color: #D22746;
}
</style>