Shades of Razzmatazz #D7024B
Tints of Razzmatazz #D7024B
RGB
CMYK
RGB Variations
Color information
#D7024B (or 0xD7024B) is known color: Razzmatazz. HEX triplet: D7, 02 and 4B. RGB value is (215,2,75). Sum of RGB (Red+Green+Blue) = 215+2+75=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D7024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7024B is #28FDB4. Grayscale: #494949. Windows color (decimal): -2686389 or 4915927. OLE color: 4915927.
HSL color Cylindrical-coordinate representation of color #D7024B: hue angle of 339.44º 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 #D7024B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.16 |
| HSL | 339.44º | 0.98% | 0.43% | - |
| HSV(B) | 339.44º | 0.99% | 0.84% | - |
| XYZ | 29.32 | 15 | 8.01 | - |
| YUV | 74.01 | 128.57 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 75 | 0 | 0.99 | 0.65 | 0.16 | 339.44 | 0.98 | 0.43 |
| Hex | D7 | 2 | 4B | 0 | 63 | 41 | 10 | 153 | 62 | 2B |
| Octal | 327 | 2 | 113 | 0 | 143 | 101 | 20 | 523 | 142 | 53 |
| Binary | 11010111 | 10 | 1001011 | 0 | 1100011 | 1000001 | 10000 | 101010011 | 1100010 | 101011 |
Color Harmonies of #D7024B
Complementary color
Monochromatic Colors of #D7024B
Black with #D7024B
Text Example
Text Example
White with #D7024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7024B; }
p { color: rgb(215,2,75); }
H1.HeaderClassName
{
color: #D7024B;
}
.AnyTagClassName
{
color: #D7024B;
}
</style>
background-color css
<style>
a { background-color: #D7024B; }
a { background-color: rgb(215,2,75); }
div.DivClassName
{
background-color: #D7024B;
}
.BgClassName
{
background-color: #D7024B;
}
</style>
border-color css
<style>
span { border-color: #D7024B; }
span { border-color: rgb(215,2,75); }
td.TdClassName
{
border-color: #D7024B;
}
.TagClassName
{
border-color: #D7024B;
}
</style>