Shades of Razzmatazz #D40451
Tints of Razzmatazz #D40451
RGB
CMYK
RGB Variations
Color information
#D40451 (or 0xD40451) is known color: Razzmatazz. HEX triplet: D4, 04 and 51. RGB value is (212,4,81). Sum of RGB (Red+Green+Blue) = 212+4+81=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D40451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40451 is #2BFBAE. Grayscale: #4A4A4A. Windows color (decimal): -2882479 or 5309652. OLE color: 5309652.
HSL color Cylindrical-coordinate representation of color #D40451: hue angle of 337.79º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40451 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.17 |
| HSL | 337.79º | 0.96% | 0.42% | - |
| HSV(B) | 337.79º | 0.98% | 0.83% | - |
| XYZ | 28.68 | 14.68 | 9.11 | - |
| YUV | 74.97 | 131.41 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 81 | 0 | 0.98 | 0.62 | 0.17 | 337.79 | 0.96 | 0.42 |
| Hex | D4 | 4 | 51 | 0 | 62 | 3E | 11 | 152 | 60 | 2A |
| Octal | 324 | 4 | 121 | 0 | 142 | 76 | 21 | 522 | 140 | 52 |
| Binary | 11010100 | 100 | 1010001 | 0 | 1100010 | 111110 | 10001 | 101010010 | 1100000 | 101010 |
Color Harmonies of #D40451
Complementary color
Monochromatic Colors of #D40451
Black with #D40451
Text Example
Text Example
White with #D40451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40451; }
p { color: rgb(212,4,81); }
H1.HeaderClassName
{
color: #D40451;
}
.AnyTagClassName
{
color: #D40451;
}
</style>
background-color css
<style>
a { background-color: #D40451; }
a { background-color: rgb(212,4,81); }
div.DivClassName
{
background-color: #D40451;
}
.BgClassName
{
background-color: #D40451;
}
</style>
border-color css
<style>
span { border-color: #D40451; }
span { border-color: rgb(212,4,81); }
td.TdClassName
{
border-color: #D40451;
}
.TagClassName
{
border-color: #D40451;
}
</style>