Shades of Brick Red #D22F48
Tints of Brick Red #D22F48
RGB
CMYK
RGB Variations
Color information
#D22F48 (or 0xD22F48) is known color: Brick Red. HEX triplet: D2, 2F and 48. RGB value is (210,47,72). Sum of RGB (Red+Green+Blue) = 210+47+72=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F48 is #2DD0B7. Grayscale: #626262. Windows color (decimal): -3002552 or 4730834. OLE color: 4730834.
HSL color Cylindrical-coordinate representation of color #D22F48: hue angle of 350.8º 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 #D22F48 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 72 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.18 |
| HSL | 350.8º | 0.64% | 0.5% | - |
| HSV(B) | 350.8º | 0.78% | 0.82% | - |
| XYZ | 28.76 | 16.2 | 7.74 | - |
| YUV | 98.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 72 | 0 | 0.78 | 0.66 | 0.18 | 350.8 | 0.64 | 0.5 |
| Hex | D2 | 2F | 48 | 0 | 4E | 42 | 12 | 15F | 40 | 32 |
| Octal | 322 | 57 | 110 | 0 | 116 | 102 | 22 | 537 | 100 | 62 |
| Binary | 11010010 | 101111 | 1001000 | 0 | 1001110 | 1000010 | 10010 | 101011111 | 1000000 | 110010 |
Color Harmonies of #D22F48
Complementary color
Monochromatic Colors of #D22F48
Black with #D22F48
Text Example
Text Example
White with #D22F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F48; }
p { color: rgb(210,47,72); }
H1.HeaderClassName
{
color: #D22F48;
}
.AnyTagClassName
{
color: #D22F48;
}
</style>
background-color css
<style>
a { background-color: #D22F48; }
a { background-color: rgb(210,47,72); }
div.DivClassName
{
background-color: #D22F48;
}
.BgClassName
{
background-color: #D22F48;
}
</style>
border-color css
<style>
span { border-color: #D22F48; }
span { border-color: rgb(210,47,72); }
td.TdClassName
{
border-color: #D22F48;
}
.TagClassName
{
border-color: #D22F48;
}
</style>