Shades of Razzmatazz #DF074A
Tints of Razzmatazz #DF074A
RGB
CMYK
RGB Variations
Color information
#DF074A (or 0xDF074A) is known color: Razzmatazz. HEX triplet: DF, 07 and 4A. RGB value is (223,7,74). Sum of RGB (Red+Green+Blue) = 223+7+74=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF074A is #20F8B5. Grayscale: #4F4F4F. Windows color (decimal): -2160822 or 4851679. OLE color: 4851679.
HSL color Cylindrical-coordinate representation of color #DF074A: hue angle of 341.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF074A is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 74 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.13 |
| HSL | 341.39º | 0.94% | 0.45% | - |
| HSV(B) | 341.39º | 0.97% | 0.87% | - |
| XYZ | 31.74 | 16.33 | 7.96 | - |
| YUV | 79.22 | 125.06 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 74 | 0 | 0.97 | 0.67 | 0.13 | 341.39 | 0.94 | 0.45 |
| Hex | DF | 7 | 4A | 0 | 61 | 43 | D | 155 | 5E | 2D |
| Octal | 337 | 7 | 112 | 0 | 141 | 103 | 15 | 525 | 136 | 55 |
| Binary | 11011111 | 111 | 1001010 | 0 | 1100001 | 1000011 | 1101 | 101010101 | 1011110 | 101101 |
Color Harmonies of #DF074A
Complementary color
Monochromatic Colors of #DF074A
Black with #DF074A
Text Example
Text Example
White with #DF074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF074A; }
p { color: rgb(223,7,74); }
H1.HeaderClassName
{
color: #DF074A;
}
.AnyTagClassName
{
color: #DF074A;
}
</style>
background-color css
<style>
a { background-color: #DF074A; }
a { background-color: rgb(223,7,74); }
div.DivClassName
{
background-color: #DF074A;
}
.BgClassName
{
background-color: #DF074A;
}
</style>
border-color css
<style>
span { border-color: #DF074A; }
span { border-color: rgb(223,7,74); }
td.TdClassName
{
border-color: #DF074A;
}
.TagClassName
{
border-color: #DF074A;
}
</style>