Shades of Razzmatazz #DF0B4F
Tints of Razzmatazz #DF0B4F
RGB
CMYK
RGB Variations
Color information
#DF0B4F (or 0xDF0B4F) is known color: Razzmatazz. HEX triplet: DF, 0B and 4F. RGB value is (223,11,79). Sum of RGB (Red+Green+Blue) = 223+11+79=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0B4F is #20F4B0. Grayscale: #525252. Windows color (decimal): -2159793 or 5180383. OLE color: 5180383.
HSL color Cylindrical-coordinate representation of color #DF0B4F: hue angle of 340.75º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0B4F is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 79 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.13 |
| HSL | 340.75º | 0.91% | 0.46% | - |
| HSV(B) | 340.75º | 0.95% | 0.87% | - |
| XYZ | 31.96 | 16.49 | 8.9 | - |
| YUV | 82.14 | 126.24 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 79 | 0 | 0.95 | 0.65 | 0.13 | 340.75 | 0.91 | 0.46 |
| Hex | DF | B | 4F | 0 | 5F | 41 | D | 155 | 5B | 2E |
| Octal | 337 | 13 | 117 | 0 | 137 | 101 | 15 | 525 | 133 | 56 |
| Binary | 11011111 | 1011 | 1001111 | 0 | 1011111 | 1000001 | 1101 | 101010101 | 1011011 | 101110 |
Color Harmonies of #DF0B4F
Complementary color
Monochromatic Colors of #DF0B4F
Black with #DF0B4F
Text Example
Text Example
White with #DF0B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B4F; }
p { color: rgb(223,11,79); }
H1.HeaderClassName
{
color: #DF0B4F;
}
.AnyTagClassName
{
color: #DF0B4F;
}
</style>
background-color css
<style>
a { background-color: #DF0B4F; }
a { background-color: rgb(223,11,79); }
div.DivClassName
{
background-color: #DF0B4F;
}
.BgClassName
{
background-color: #DF0B4F;
}
</style>
border-color css
<style>
span { border-color: #DF0B4F; }
span { border-color: rgb(223,11,79); }
td.TdClassName
{
border-color: #DF0B4F;
}
.TagClassName
{
border-color: #DF0B4F;
}
</style>