Shades of Brick Red #D22F40
Tints of Brick Red #D22F40
RGB
CMYK
RGB Variations
Color information
#D22F40 (or 0xD22F40) is known color: Brick Red. HEX triplet: D2, 2F and 40. RGB value is (210,47,64). Sum of RGB (Red+Green+Blue) = 210+47+64=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F40 is #2DD0BF. Grayscale: #616161. Windows color (decimal): -3002560 or 4206546. OLE color: 4206546.
HSL color Cylindrical-coordinate representation of color #D22F40: hue angle of 353.74º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22F40 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 64 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.18 |
| HSL | 353.74º | 0.64% | 0.5% | - |
| HSV(B) | 353.74º | 0.78% | 0.82% | - |
| XYZ | 28.52 | 16.1 | 6.46 | - |
| YUV | 97.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 64 | 0 | 0.78 | 0.70 | 0.18 | 353.74 | 0.64 | 0.5 |
| Hex | D2 | 2F | 40 | 0 | 4E | 46 | 12 | 162 | 40 | 32 |
| Octal | 322 | 57 | 100 | 0 | 116 | 106 | 22 | 542 | 100 | 62 |
| Binary | 11010010 | 101111 | 1000000 | 0 | 1001110 | 1000110 | 10010 | 101100010 | 1000000 | 110010 |
Color Harmonies of #D22F40
Complementary color
Monochromatic Colors of #D22F40
Black with #D22F40
Text Example
Text Example
White with #D22F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F40; }
p { color: rgb(210,47,64); }
H1.HeaderClassName
{
color: #D22F40;
}
.AnyTagClassName
{
color: #D22F40;
}
</style>
background-color css
<style>
a { background-color: #D22F40; }
a { background-color: rgb(210,47,64); }
div.DivClassName
{
background-color: #D22F40;
}
.BgClassName
{
background-color: #D22F40;
}
</style>
border-color css
<style>
span { border-color: #D22F40; }
span { border-color: rgb(210,47,64); }
td.TdClassName
{
border-color: #D22F40;
}
.TagClassName
{
border-color: #D22F40;
}
</style>