Shades of Razzmatazz #D8014B
Tints of Razzmatazz #D8014B
RGB
CMYK
RGB Variations
Color information
#D8014B (or 0xD8014B) is known color: Razzmatazz. HEX triplet: D8, 01 and 4B. RGB value is (216,1,75). Sum of RGB (Red+Green+Blue) = 216+1+75=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D8014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8014B is #27FEB4. Grayscale: #494949. Windows color (decimal): -2621109 or 4915672. OLE color: 4915672.
HSL color Cylindrical-coordinate representation of color #D8014B: hue angle of 339.35º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8014B is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 75 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.15 |
| HSL | 339.35º | 0.99% | 0.43% | - |
| HSV(B) | 339.35º | 1% | 0.85% | - |
| XYZ | 29.6 | 15.13 | 8.02 | - |
| YUV | 73.72 | 128.73 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 75 | 0 | 1.00 | 0.65 | 0.15 | 339.35 | 0.99 | 0.43 |
| Hex | D8 | 1 | 4B | 0 | 64 | 41 | F | 153 | 63 | 2B |
| Octal | 330 | 1 | 113 | 0 | 144 | 101 | 17 | 523 | 143 | 53 |
| Binary | 11011000 | 1 | 1001011 | 0 | 1100100 | 1000001 | 1111 | 101010011 | 1100011 | 101011 |
Color Harmonies of #D8014B
Complementary color
Monochromatic Colors of #D8014B
Black with #D8014B
Text Example
Text Example
White with #D8014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8014B; }
p { color: rgb(216,1,75); }
H1.HeaderClassName
{
color: #D8014B;
}
.AnyTagClassName
{
color: #D8014B;
}
</style>
background-color css
<style>
a { background-color: #D8014B; }
a { background-color: rgb(216,1,75); }
div.DivClassName
{
background-color: #D8014B;
}
.BgClassName
{
background-color: #D8014B;
}
</style>
border-color css
<style>
span { border-color: #D8014B; }
span { border-color: rgb(216,1,75); }
td.TdClassName
{
border-color: #D8014B;
}
.TagClassName
{
border-color: #D8014B;
}
</style>