Shades of Razzmatazz #DF134F
Tints of Razzmatazz #DF134F
RGB
CMYK
RGB Variations
Color information
#DF134F (or 0xDF134F) is known color: Razzmatazz. HEX triplet: DF, 13 and 4F. RGB value is (223,19,79). Sum of RGB (Red+Green+Blue) = 223+19+79=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF134F is #20ECB0. Grayscale: #565656. Windows color (decimal): -2157745 or 5182431. OLE color: 5182431.
HSL color Cylindrical-coordinate representation of color #DF134F: hue angle of 342.35º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF134F is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 79 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.13 |
| HSL | 342.35º | 0.84% | 0.47% | - |
| HSV(B) | 342.35º | 0.91% | 0.87% | - |
| XYZ | 32.08 | 16.72 | 8.93 | - |
| YUV | 86.84 | 123.59 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 79 | 0 | 0.91 | 0.65 | 0.13 | 342.35 | 0.84 | 0.47 |
| Hex | DF | 13 | 4F | 0 | 5B | 41 | D | 156 | 54 | 2F |
| Octal | 337 | 23 | 117 | 0 | 133 | 101 | 15 | 526 | 124 | 57 |
| Binary | 11011111 | 10011 | 1001111 | 0 | 1011011 | 1000001 | 1101 | 101010110 | 1010100 | 101111 |
Color Harmonies of #DF134F
Complementary color
Monochromatic Colors of #DF134F
Black with #DF134F
Text Example
Text Example
White with #DF134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF134F; }
p { color: rgb(223,19,79); }
H1.HeaderClassName
{
color: #DF134F;
}
.AnyTagClassName
{
color: #DF134F;
}
</style>
background-color css
<style>
a { background-color: #DF134F; }
a { background-color: rgb(223,19,79); }
div.DivClassName
{
background-color: #DF134F;
}
.BgClassName
{
background-color: #DF134F;
}
</style>
border-color css
<style>
span { border-color: #DF134F; }
span { border-color: rgb(223,19,79); }
td.TdClassName
{
border-color: #DF134F;
}
.TagClassName
{
border-color: #DF134F;
}
</style>