Shades of Razzmatazz #D70C51
Tints of Razzmatazz #D70C51
RGB
CMYK
RGB Variations
Color information
#D70C51 (or 0xD70C51) is known color: Razzmatazz. HEX triplet: D7, 0C and 51. RGB value is (215,12,81). Sum of RGB (Red+Green+Blue) = 215+12+81=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C51 is #28F3AE. Grayscale: #505050. Windows color (decimal): -2683823 or 5311703. OLE color: 5311703.
HSL color Cylindrical-coordinate representation of color #D70C51: hue angle of 339.61º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C51 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 81 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.16 |
| HSL | 339.61º | 0.89% | 0.45% | - |
| HSV(B) | 339.61º | 0.94% | 0.84% | - |
| XYZ | 29.64 | 15.3 | 9.18 | - |
| YUV | 80.56 | 128.25 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 81 | 0 | 0.94 | 0.62 | 0.16 | 339.61 | 0.89 | 0.45 |
| Hex | D7 | C | 51 | 0 | 5E | 3E | 10 | 154 | 59 | 2D |
| Octal | 327 | 14 | 121 | 0 | 136 | 76 | 20 | 524 | 131 | 55 |
| Binary | 11010111 | 1100 | 1010001 | 0 | 1011110 | 111110 | 10000 | 101010100 | 1011001 | 101101 |
Color Harmonies of #D70C51
Complementary color
Monochromatic Colors of #D70C51
Black with #D70C51
Text Example
Text Example
White with #D70C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C51; }
p { color: rgb(215,12,81); }
H1.HeaderClassName
{
color: #D70C51;
}
.AnyTagClassName
{
color: #D70C51;
}
</style>
background-color css
<style>
a { background-color: #D70C51; }
a { background-color: rgb(215,12,81); }
div.DivClassName
{
background-color: #D70C51;
}
.BgClassName
{
background-color: #D70C51;
}
</style>
border-color css
<style>
span { border-color: #D70C51; }
span { border-color: rgb(215,12,81); }
td.TdClassName
{
border-color: #D70C51;
}
.TagClassName
{
border-color: #D70C51;
}
</style>