Shades of Razzmatazz #D6014A
Tints of Razzmatazz #D6014A
RGB
CMYK
RGB Variations
Color information
#D6014A (or 0xD6014A) is known color: Razzmatazz. HEX triplet: D6, 01 and 4A. RGB value is (214,1,74). Sum of RGB (Red+Green+Blue) = 214+1+74=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D6014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6014A is #29FEB5. Grayscale: #484848. Windows color (decimal): -2752182 or 4850134. OLE color: 4850134.
HSL color Cylindrical-coordinate representation of color #D6014A: hue angle of 339.44º 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 #D6014A is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 74 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.16 |
| HSL | 339.44º | 0.99% | 0.42% | - |
| HSV(B) | 339.44º | 1% | 0.84% | - |
| XYZ | 28.98 | 14.81 | 7.81 | - |
| YUV | 73.01 | 128.57 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 74 | 0 | 1.00 | 0.65 | 0.16 | 339.44 | 0.99 | 0.42 |
| Hex | D6 | 1 | 4A | 0 | 64 | 41 | 10 | 153 | 63 | 2A |
| Octal | 326 | 1 | 112 | 0 | 144 | 101 | 20 | 523 | 143 | 52 |
| Binary | 11010110 | 1 | 1001010 | 0 | 1100100 | 1000001 | 10000 | 101010011 | 1100011 | 101010 |
Color Harmonies of #D6014A
Complementary color
Monochromatic Colors of #D6014A
Black with #D6014A
Text Example
Text Example
White with #D6014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6014A; }
p { color: rgb(214,1,74); }
H1.HeaderClassName
{
color: #D6014A;
}
.AnyTagClassName
{
color: #D6014A;
}
</style>
background-color css
<style>
a { background-color: #D6014A; }
a { background-color: rgb(214,1,74); }
div.DivClassName
{
background-color: #D6014A;
}
.BgClassName
{
background-color: #D6014A;
}
</style>
border-color css
<style>
span { border-color: #D6014A; }
span { border-color: rgb(214,1,74); }
td.TdClassName
{
border-color: #D6014A;
}
.TagClassName
{
border-color: #D6014A;
}
</style>