Shades of Brick Red #D22841
Tints of Brick Red #D22841
RGB
CMYK
RGB Variations
Color information
#D22841 (or 0xD22841) is known color: Brick Red. HEX triplet: D2, 28 and 41. RGB value is (210,40,65). Sum of RGB (Red+Green+Blue) = 210+40+65=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D22841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22841 is #2DD7BE. Grayscale: #5D5D5D. Windows color (decimal): -3004351 or 4270290. OLE color: 4270290.
HSL color Cylindrical-coordinate representation of color #D22841: hue angle of 351.18º degrees, saturation: 0.68, 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 #D22841 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 65 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.18 |
| HSL | 351.18º | 0.68% | 0.49% | - |
| HSV(B) | 351.18º | 0.81% | 0.82% | - |
| XYZ | 28.29 | 15.6 | 6.52 | - |
| YUV | 93.68 | 111.82 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 65 | 0 | 0.81 | 0.69 | 0.18 | 351.18 | 0.68 | 0.49 |
| Hex | D2 | 28 | 41 | 0 | 51 | 45 | 12 | 15F | 44 | 31 |
| Octal | 322 | 50 | 101 | 0 | 121 | 105 | 22 | 537 | 104 | 61 |
| Binary | 11010010 | 101000 | 1000001 | 0 | 1010001 | 1000101 | 10010 | 101011111 | 1000100 | 110001 |
Color Harmonies of #D22841
Complementary color
Monochromatic Colors of #D22841
Black with #D22841
Text Example
Text Example
White with #D22841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22841; }
p { color: rgb(210,40,65); }
H1.HeaderClassName
{
color: #D22841;
}
.AnyTagClassName
{
color: #D22841;
}
</style>
background-color css
<style>
a { background-color: #D22841; }
a { background-color: rgb(210,40,65); }
div.DivClassName
{
background-color: #D22841;
}
.BgClassName
{
background-color: #D22841;
}
</style>
border-color css
<style>
span { border-color: #D22841; }
span { border-color: rgb(210,40,65); }
td.TdClassName
{
border-color: #D22841;
}
.TagClassName
{
border-color: #D22841;
}
</style>