Shades of Brick Red #D22F41
Tints of Brick Red #D22F41
RGB
CMYK
RGB Variations
Color information
#D22F41 (or 0xD22F41) is known color: Brick Red. HEX triplet: D2, 2F and 41. RGB value is (210,47,65). Sum of RGB (Red+Green+Blue) = 210+47+65=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F41 is #2DD0BE. Grayscale: #616161. Windows color (decimal): -3002559 or 4272082. OLE color: 4272082.
HSL color Cylindrical-coordinate representation of color #D22F41: hue angle of 353.37º 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 #D22F41 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 65 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.18 |
| HSL | 353.37º | 0.64% | 0.5% | - |
| HSV(B) | 353.37º | 0.78% | 0.82% | - |
| XYZ | 28.55 | 16.12 | 6.61 | - |
| YUV | 97.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 65 | 0 | 0.78 | 0.69 | 0.18 | 353.37 | 0.64 | 0.5 |
| Hex | D2 | 2F | 41 | 0 | 4E | 45 | 12 | 161 | 40 | 32 |
| Octal | 322 | 57 | 101 | 0 | 116 | 105 | 22 | 541 | 100 | 62 |
| Binary | 11010010 | 101111 | 1000001 | 0 | 1001110 | 1000101 | 10010 | 101100001 | 1000000 | 110010 |
Color Harmonies of #D22F41
Complementary color
Monochromatic Colors of #D22F41
Black with #D22F41
Text Example
Text Example
White with #D22F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F41; }
p { color: rgb(210,47,65); }
H1.HeaderClassName
{
color: #D22F41;
}
.AnyTagClassName
{
color: #D22F41;
}
</style>
background-color css
<style>
a { background-color: #D22F41; }
a { background-color: rgb(210,47,65); }
div.DivClassName
{
background-color: #D22F41;
}
.BgClassName
{
background-color: #D22F41;
}
</style>
border-color css
<style>
span { border-color: #D22F41; }
span { border-color: rgb(210,47,65); }
td.TdClassName
{
border-color: #D22F41;
}
.TagClassName
{
border-color: #D22F41;
}
</style>