Shades of Razzmatazz #D2014D
Tints of Razzmatazz #D2014D
RGB
CMYK
RGB Variations
Color information
#D2014D (or 0xD2014D) is known color: Razzmatazz. HEX triplet: D2, 01 and 4D. RGB value is (210,1,77). Sum of RGB (Red+Green+Blue) = 210+1+77=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D2014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2014D is #2DFEB2. Grayscale: #484848. Windows color (decimal): -3014323 or 5046738. OLE color: 5046738.
HSL color Cylindrical-coordinate representation of color #D2014D: hue angle of 338.18º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2014D is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.18 |
| HSL | 338.18º | 0.99% | 0.41% | - |
| HSV(B) | 338.18º | 1% | 0.82% | - |
| XYZ | 27.93 | 14.26 | 8.3 | - |
| YUV | 72.16 | 130.74 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 77 | 0 | 1.00 | 0.63 | 0.18 | 338.18 | 0.99 | 0.41 |
| Hex | D2 | 1 | 4D | 0 | 64 | 3F | 12 | 152 | 63 | 29 |
| Octal | 322 | 1 | 115 | 0 | 144 | 77 | 22 | 522 | 143 | 51 |
| Binary | 11010010 | 1 | 1001101 | 0 | 1100100 | 111111 | 10010 | 101010010 | 1100011 | 101001 |
Color Harmonies of #D2014D
Complementary color
Monochromatic Colors of #D2014D
Black with #D2014D
Text Example
Text Example
White with #D2014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2014D; }
p { color: rgb(210,1,77); }
H1.HeaderClassName
{
color: #D2014D;
}
.AnyTagClassName
{
color: #D2014D;
}
</style>
background-color css
<style>
a { background-color: #D2014D; }
a { background-color: rgb(210,1,77); }
div.DivClassName
{
background-color: #D2014D;
}
.BgClassName
{
background-color: #D2014D;
}
</style>
border-color css
<style>
span { border-color: #D2014D; }
span { border-color: rgb(210,1,77); }
td.TdClassName
{
border-color: #D2014D;
}
.TagClassName
{
border-color: #D2014D;
}
</style>