Shades of Razzmatazz #DF0249
Tints of Razzmatazz #DF0249
RGB
CMYK
RGB Variations
Color information
#DF0249 (or 0xDF0249) is known color: Razzmatazz. HEX triplet: DF, 02 and 49. RGB value is (223,2,73). Sum of RGB (Red+Green+Blue) = 223+2+73=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0249 is #20FDB6. Grayscale: #4C4C4C. Windows color (decimal): -2162103 or 4784863. OLE color: 4784863.
HSL color Cylindrical-coordinate representation of color #DF0249: hue angle of 340.72º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0249 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.13 |
| HSL | 340.72º | 0.98% | 0.44% | - |
| HSV(B) | 340.72º | 0.99% | 0.87% | - |
| XYZ | 31.66 | 16.21 | 7.76 | - |
| YUV | 76.17 | 126.22 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 73 | 0 | 0.99 | 0.67 | 0.13 | 340.72 | 0.98 | 0.44 |
| Hex | DF | 2 | 49 | 0 | 63 | 43 | D | 155 | 62 | 2C |
| Octal | 337 | 2 | 111 | 0 | 143 | 103 | 15 | 525 | 142 | 54 |
| Binary | 11011111 | 10 | 1001001 | 0 | 1100011 | 1000011 | 1101 | 101010101 | 1100010 | 101100 |
Color Harmonies of #DF0249
Complementary color
Monochromatic Colors of #DF0249
Black with #DF0249
Text Example
Text Example
White with #DF0249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0249; }
p { color: rgb(223,2,73); }
H1.HeaderClassName
{
color: #DF0249;
}
.AnyTagClassName
{
color: #DF0249;
}
</style>
background-color css
<style>
a { background-color: #DF0249; }
a { background-color: rgb(223,2,73); }
div.DivClassName
{
background-color: #DF0249;
}
.BgClassName
{
background-color: #DF0249;
}
</style>
border-color css
<style>
span { border-color: #DF0249; }
span { border-color: rgb(223,2,73); }
td.TdClassName
{
border-color: #DF0249;
}
.TagClassName
{
border-color: #DF0249;
}
</style>