Shades of Razzmatazz #DF014A
Tints of Razzmatazz #DF014A
RGB
CMYK
RGB Variations
Color information
#DF014A (or 0xDF014A) is known color: Razzmatazz. HEX triplet: DF, 01 and 4A. RGB value is (223,1,74). Sum of RGB (Red+Green+Blue) = 223+1+74=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF014A is #20FEB5. Grayscale: #4B4B4B. Windows color (decimal): -2162358 or 4850143. OLE color: 4850143.
HSL color Cylindrical-coordinate representation of color #DF014A: hue angle of 340.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF014A is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 74 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.13 |
| HSL | 340.27º | 0.99% | 0.44% | - |
| HSV(B) | 340.27º | 1% | 0.87% | - |
| XYZ | 31.68 | 16.2 | 7.94 | - |
| YUV | 75.7 | 127.05 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 74 | 0 | 1.00 | 0.67 | 0.13 | 340.27 | 0.99 | 0.44 |
| Hex | DF | 1 | 4A | 0 | 64 | 43 | D | 154 | 63 | 2C |
| Octal | 337 | 1 | 112 | 0 | 144 | 103 | 15 | 524 | 143 | 54 |
| Binary | 11011111 | 1 | 1001010 | 0 | 1100100 | 1000011 | 1101 | 101010100 | 1100011 | 101100 |
Color Harmonies of #DF014A
Complementary color
Monochromatic Colors of #DF014A
Black with #DF014A
Text Example
Text Example
White with #DF014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF014A; }
p { color: rgb(223,1,74); }
H1.HeaderClassName
{
color: #DF014A;
}
.AnyTagClassName
{
color: #DF014A;
}
</style>
background-color css
<style>
a { background-color: #DF014A; }
a { background-color: rgb(223,1,74); }
div.DivClassName
{
background-color: #DF014A;
}
.BgClassName
{
background-color: #DF014A;
}
</style>
border-color css
<style>
span { border-color: #DF014A; }
span { border-color: rgb(223,1,74); }
td.TdClassName
{
border-color: #DF014A;
}
.TagClassName
{
border-color: #DF014A;
}
</style>