Shades of Razzmatazz #D40253
Tints of Razzmatazz #D40253
RGB
CMYK
RGB Variations
Color information
#D40253 (or 0xD40253) is known color: Razzmatazz. HEX triplet: D4, 02 and 53. RGB value is (212,2,83). Sum of RGB (Red+Green+Blue) = 212+2+83=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D40253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40253 is #2BFDAC. Grayscale: #494949. Windows color (decimal): -2882989 or 5440212. OLE color: 5440212.
HSL color Cylindrical-coordinate representation of color #D40253: hue angle of 336.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40253 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.17 |
| HSL | 336.86º | 0.98% | 0.42% | - |
| HSV(B) | 336.86º | 0.99% | 0.83% | - |
| XYZ | 28.73 | 14.67 | 9.5 | - |
| YUV | 74.02 | 133.07 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 83 | 0 | 0.99 | 0.61 | 0.17 | 336.86 | 0.98 | 0.42 |
| Hex | D4 | 2 | 53 | 0 | 63 | 3D | 11 | 151 | 62 | 2A |
| Octal | 324 | 2 | 123 | 0 | 143 | 75 | 21 | 521 | 142 | 52 |
| Binary | 11010100 | 10 | 1010011 | 0 | 1100011 | 111101 | 10001 | 101010001 | 1100010 | 101010 |
Color Harmonies of #D40253
Complementary color
Monochromatic Colors of #D40253
Black with #D40253
Text Example
Text Example
White with #D40253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40253; }
p { color: rgb(212,2,83); }
H1.HeaderClassName
{
color: #D40253;
}
.AnyTagClassName
{
color: #D40253;
}
</style>
background-color css
<style>
a { background-color: #D40253; }
a { background-color: rgb(212,2,83); }
div.DivClassName
{
background-color: #D40253;
}
.BgClassName
{
background-color: #D40253;
}
</style>
border-color css
<style>
span { border-color: #D40253; }
span { border-color: rgb(212,2,83); }
td.TdClassName
{
border-color: #D40253;
}
.TagClassName
{
border-color: #D40253;
}
</style>