Shades of Razzmatazz #D3004D
Tints of Razzmatazz #D3004D
RGB
CMYK
RGB Variations
Color information
#D3004D (or 0xD3004D) is known color: Razzmatazz. HEX triplet: D3, 00 and 4D. RGB value is (211,0,77). Sum of RGB (Red+Green+Blue) = 211+0+77=288 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.26% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 211 - color contains mainly: red. Hex color #D3004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3004D is #2CFFB2. Grayscale: #474747. Windows color (decimal): -2949043 or 5046483. OLE color: 5046483.
HSL color Cylindrical-coordinate representation of color #D3004D: hue angle of 338.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3004D is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.64 | 0.17 |
| HSL | 338.1º | 1% | 0.41% | - |
| HSV(B) | 338.1º | 1% | 0.83% | - |
| XYZ | 28.2 | 14.38 | 8.31 | - |
| YUV | 71.87 | 130.9 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 77 | 0 | 1 | 0.64 | 0.17 | 338.1 | 1 | 0.41 |
| Hex | D3 | 0 | 4D | 0 | 64 | 40 | 11 | 152 | 64 | 29 |
| Octal | 323 | 0 | 115 | 0 | 144 | 100 | 21 | 522 | 144 | 51 |
| Binary | 11010011 | 0 | 1001101 | 0 | 1100100 | 1000000 | 10001 | 101010010 | 1100100 | 101001 |
Color Harmonies of #D3004D
Complementary color
Monochromatic Colors of #D3004D
Black with #D3004D
Text Example
Text Example
White with #D3004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3004D; }
p { color: rgb(211,0,77); }
H1.HeaderClassName
{
color: #D3004D;
}
.AnyTagClassName
{
color: #D3004D;
}
</style>
background-color css
<style>
a { background-color: #D3004D; }
a { background-color: rgb(211,0,77); }
div.DivClassName
{
background-color: #D3004D;
}
.BgClassName
{
background-color: #D3004D;
}
</style>
border-color css
<style>
span { border-color: #D3004D; }
span { border-color: rgb(211,0,77); }
td.TdClassName
{
border-color: #D3004D;
}
.TagClassName
{
border-color: #D3004D;
}
</style>