Shades of Razzmatazz #DF0349
Tints of Razzmatazz #DF0349
RGB
CMYK
RGB Variations
Color information
#DF0349 (or 0xDF0349) is known color: Razzmatazz. HEX triplet: DF, 03 and 49. RGB value is (223,3,73). Sum of RGB (Red+Green+Blue) = 223+3+73=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0349 is #20FCB6. Grayscale: #4C4C4C. Windows color (decimal): -2161847 or 4785119. OLE color: 4785119.
HSL color Cylindrical-coordinate representation of color #DF0349: hue angle of 340.91º degrees, saturation: 0.97, 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 #DF0349 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 73 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.13 |
| HSL | 340.91º | 0.97% | 0.44% | - |
| HSV(B) | 340.91º | 0.99% | 0.87% | - |
| XYZ | 31.67 | 16.23 | 7.77 | - |
| YUV | 76.76 | 125.89 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 73 | 0 | 0.99 | 0.67 | 0.13 | 340.91 | 0.97 | 0.44 |
| Hex | DF | 3 | 49 | 0 | 63 | 43 | D | 155 | 61 | 2C |
| Octal | 337 | 3 | 111 | 0 | 143 | 103 | 15 | 525 | 141 | 54 |
| Binary | 11011111 | 11 | 1001001 | 0 | 1100011 | 1000011 | 1101 | 101010101 | 1100001 | 101100 |
Color Harmonies of #DF0349
Complementary color
Monochromatic Colors of #DF0349
Black with #DF0349
Text Example
Text Example
White with #DF0349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0349; }
p { color: rgb(223,3,73); }
H1.HeaderClassName
{
color: #DF0349;
}
.AnyTagClassName
{
color: #DF0349;
}
</style>
background-color css
<style>
a { background-color: #DF0349; }
a { background-color: rgb(223,3,73); }
div.DivClassName
{
background-color: #DF0349;
}
.BgClassName
{
background-color: #DF0349;
}
</style>
border-color css
<style>
span { border-color: #DF0349; }
span { border-color: rgb(223,3,73); }
td.TdClassName
{
border-color: #DF0349;
}
.TagClassName
{
border-color: #DF0349;
}
</style>