Shades of Razzmatazz #D60A51
Tints of Razzmatazz #D60A51
RGB
CMYK
RGB Variations
Color information
#D60A51 (or 0xD60A51) is known color: Razzmatazz. HEX triplet: D6, 0A and 51. RGB value is (214,10,81). Sum of RGB (Red+Green+Blue) = 214+10+81=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60A51 is #29F5AE. Grayscale: #4F4F4F. Windows color (decimal): -2749871 or 5311190. OLE color: 5311190.
HSL color Cylindrical-coordinate representation of color #D60A51: hue angle of 339.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A51 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 81 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.16 |
| HSL | 339.12º | 0.91% | 0.44% | - |
| HSV(B) | 339.12º | 0.95% | 0.84% | - |
| XYZ | 29.33 | 15.11 | 9.15 | - |
| YUV | 79.09 | 129.09 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 81 | 0 | 0.95 | 0.62 | 0.16 | 339.12 | 0.91 | 0.44 |
| Hex | D6 | A | 51 | 0 | 5F | 3E | 10 | 153 | 5B | 2C |
| Octal | 326 | 12 | 121 | 0 | 137 | 76 | 20 | 523 | 133 | 54 |
| Binary | 11010110 | 1010 | 1010001 | 0 | 1011111 | 111110 | 10000 | 101010011 | 1011011 | 101100 |
Color Harmonies of #D60A51
Complementary color
Monochromatic Colors of #D60A51
Black with #D60A51
Text Example
Text Example
White with #D60A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A51; }
p { color: rgb(214,10,81); }
H1.HeaderClassName
{
color: #D60A51;
}
.AnyTagClassName
{
color: #D60A51;
}
</style>
background-color css
<style>
a { background-color: #D60A51; }
a { background-color: rgb(214,10,81); }
div.DivClassName
{
background-color: #D60A51;
}
.BgClassName
{
background-color: #D60A51;
}
</style>
border-color css
<style>
span { border-color: #D60A51; }
span { border-color: rgb(214,10,81); }
td.TdClassName
{
border-color: #D60A51;
}
.TagClassName
{
border-color: #D60A51;
}
</style>