Shades of Razzmatazz #D70249
Tints of Razzmatazz #D70249
RGB
CMYK
RGB Variations
Color information
#D70249 (or 0xD70249) is known color: Razzmatazz. HEX triplet: D7, 02 and 49. RGB value is (215,2,73). Sum of RGB (Red+Green+Blue) = 215+2+73=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D70249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70249 is #28FDB6. Grayscale: #494949. Windows color (decimal): -2686391 or 4784855. OLE color: 4784855.
HSL color Cylindrical-coordinate representation of color #D70249: hue angle of 340º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70249 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.16 |
| HSL | 340º | 0.98% | 0.43% | - |
| HSV(B) | 340º | 0.99% | 0.84% | - |
| XYZ | 29.25 | 14.97 | 7.65 | - |
| YUV | 73.78 | 127.57 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 73 | 0 | 0.99 | 0.66 | 0.16 | 340 | 0.98 | 0.43 |
| Hex | D7 | 2 | 49 | 0 | 63 | 42 | 10 | 154 | 62 | 2B |
| Octal | 327 | 2 | 111 | 0 | 143 | 102 | 20 | 524 | 142 | 53 |
| Binary | 11010111 | 10 | 1001001 | 0 | 1100011 | 1000010 | 10000 | 101010100 | 1100010 | 101011 |
Color Harmonies of #D70249
Complementary color
Monochromatic Colors of #D70249
Black with #D70249
Text Example
Text Example
White with #D70249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70249; }
p { color: rgb(215,2,73); }
H1.HeaderClassName
{
color: #D70249;
}
.AnyTagClassName
{
color: #D70249;
}
</style>
background-color css
<style>
a { background-color: #D70249; }
a { background-color: rgb(215,2,73); }
div.DivClassName
{
background-color: #D70249;
}
.BgClassName
{
background-color: #D70249;
}
</style>
border-color css
<style>
span { border-color: #D70249; }
span { border-color: rgb(215,2,73); }
td.TdClassName
{
border-color: #D70249;
}
.TagClassName
{
border-color: #D70249;
}
</style>