Shades of Razzmatazz #D10251
Tints of Razzmatazz #D10251
RGB
CMYK
RGB Variations
Color information
#D10251 (or 0xD10251) is known color: Razzmatazz. HEX triplet: D1, 02 and 51. RGB value is (209,2,81). Sum of RGB (Red+Green+Blue) = 209+2+81=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D10251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10251 is #2EFDAE. Grayscale: #484848. Windows color (decimal): -3079599 or 5309137. OLE color: 5309137.
HSL color Cylindrical-coordinate representation of color #D10251: hue angle of 337.1º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10251 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.18 |
| HSL | 337.1º | 0.98% | 0.41% | - |
| HSV(B) | 337.1º | 0.99% | 0.82% | - |
| XYZ | 27.8 | 14.19 | 9.06 | - |
| YUV | 72.9 | 132.58 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 81 | 0 | 0.99 | 0.61 | 0.18 | 337.1 | 0.98 | 0.41 |
| Hex | D1 | 2 | 51 | 0 | 63 | 3D | 12 | 151 | 62 | 29 |
| Octal | 321 | 2 | 121 | 0 | 143 | 75 | 22 | 521 | 142 | 51 |
| Binary | 11010001 | 10 | 1010001 | 0 | 1100011 | 111101 | 10010 | 101010001 | 1100010 | 101001 |
Color Harmonies of #D10251
Complementary color
Monochromatic Colors of #D10251
Black with #D10251
Text Example
Text Example
White with #D10251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10251; }
p { color: rgb(209,2,81); }
H1.HeaderClassName
{
color: #D10251;
}
.AnyTagClassName
{
color: #D10251;
}
</style>
background-color css
<style>
a { background-color: #D10251; }
a { background-color: rgb(209,2,81); }
div.DivClassName
{
background-color: #D10251;
}
.BgClassName
{
background-color: #D10251;
}
</style>
border-color css
<style>
span { border-color: #D10251; }
span { border-color: rgb(209,2,81); }
td.TdClassName
{
border-color: #D10251;
}
.TagClassName
{
border-color: #D10251;
}
</style>