Shades of Razzmatazz #D6014F
Tints of Razzmatazz #D6014F
RGB
CMYK
RGB Variations
Color information
#D6014F (or 0xD6014F) is known color: Razzmatazz. HEX triplet: D6, 01 and 4F. RGB value is (214,1,79). Sum of RGB (Red+Green+Blue) = 214+1+79=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D6014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6014F is #29FEB0. Grayscale: #494949. Windows color (decimal): -2752177 or 5177814. OLE color: 5177814.
HSL color Cylindrical-coordinate representation of color #D6014F: hue angle of 338.03º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6014F is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 79 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.16 |
| HSL | 338.03º | 0.99% | 0.42% | - |
| HSV(B) | 338.03º | 1% | 0.84% | - |
| XYZ | 29.15 | 14.88 | 8.73 | - |
| YUV | 73.58 | 131.07 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 79 | 0 | 1.00 | 0.63 | 0.16 | 338.03 | 0.99 | 0.42 |
| Hex | D6 | 1 | 4F | 0 | 64 | 3F | 10 | 152 | 63 | 2A |
| Octal | 326 | 1 | 117 | 0 | 144 | 77 | 20 | 522 | 143 | 52 |
| Binary | 11010110 | 1 | 1001111 | 0 | 1100100 | 111111 | 10000 | 101010010 | 1100011 | 101010 |
Color Harmonies of #D6014F
Complementary color
Monochromatic Colors of #D6014F
Black with #D6014F
Text Example
Text Example
White with #D6014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6014F; }
p { color: rgb(214,1,79); }
H1.HeaderClassName
{
color: #D6014F;
}
.AnyTagClassName
{
color: #D6014F;
}
</style>
background-color css
<style>
a { background-color: #D6014F; }
a { background-color: rgb(214,1,79); }
div.DivClassName
{
background-color: #D6014F;
}
.BgClassName
{
background-color: #D6014F;
}
</style>
border-color css
<style>
span { border-color: #D6014F; }
span { border-color: rgb(214,1,79); }
td.TdClassName
{
border-color: #D6014F;
}
.TagClassName
{
border-color: #D6014F;
}
</style>