Shades of Razzmatazz #DF0B4B
Tints of Razzmatazz #DF0B4B
RGB
CMYK
RGB Variations
Color information
#DF0B4B (or 0xDF0B4B) is known color: Razzmatazz. HEX triplet: DF, 0B and 4B. RGB value is (223,11,75). Sum of RGB (Red+Green+Blue) = 223+11+75=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B4B is #20F4B4. Grayscale: #515151. Windows color (decimal): -2159797 or 4918239. OLE color: 4918239.
HSL color Cylindrical-coordinate representation of color #DF0B4B: hue angle of 341.89º 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 #DF0B4B is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 75 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.13 |
| HSL | 341.89º | 0.91% | 0.46% | - |
| HSV(B) | 341.89º | 0.95% | 0.87% | - |
| XYZ | 31.82 | 16.44 | 8.15 | - |
| YUV | 81.68 | 124.24 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 75 | 0 | 0.95 | 0.66 | 0.13 | 341.89 | 0.91 | 0.46 |
| Hex | DF | B | 4B | 0 | 5F | 42 | D | 156 | 5B | 2E |
| Octal | 337 | 13 | 113 | 0 | 137 | 102 | 15 | 526 | 133 | 56 |
| Binary | 11011111 | 1011 | 1001011 | 0 | 1011111 | 1000010 | 1101 | 101010110 | 1011011 | 101110 |
Color Harmonies of #DF0B4B
Complementary color
Monochromatic Colors of #DF0B4B
Black with #DF0B4B
Text Example
Text Example
White with #DF0B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B4B; }
p { color: rgb(223,11,75); }
H1.HeaderClassName
{
color: #DF0B4B;
}
.AnyTagClassName
{
color: #DF0B4B;
}
</style>
background-color css
<style>
a { background-color: #DF0B4B; }
a { background-color: rgb(223,11,75); }
div.DivClassName
{
background-color: #DF0B4B;
}
.BgClassName
{
background-color: #DF0B4B;
}
</style>
border-color css
<style>
span { border-color: #DF0B4B; }
span { border-color: rgb(223,11,75); }
td.TdClassName
{
border-color: #DF0B4B;
}
.TagClassName
{
border-color: #DF0B4B;
}
</style>