Shades of Razzmatazz #D1004B
Tints of Razzmatazz #D1004B
RGB
CMYK
RGB Variations
Color information
#D1004B (or 0xD1004B) is known color: Razzmatazz. HEX triplet: D1, 00 and 4B. RGB value is (209,0,75). Sum of RGB (Red+Green+Blue) = 209+0+75=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D1004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1004B is #2EFFB4. Grayscale: #464646. Windows color (decimal): -3080117 or 4915409. OLE color: 4915409.
HSL color Cylindrical-coordinate representation of color #D1004B: hue angle of 338.47º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1004B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.64 | 0.18 |
| HSL | 338.47º | 1% | 0.41% | - |
| HSV(B) | 338.47º | 1% | 0.82% | - |
| XYZ | 27.56 | 14.06 | 7.92 | - |
| YUV | 71.04 | 130.24 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 75 | 0 | 1 | 0.64 | 0.18 | 338.47 | 1 | 0.41 |
| Hex | D1 | 0 | 4B | 0 | 64 | 40 | 12 | 152 | 64 | 29 |
| Octal | 321 | 0 | 113 | 0 | 144 | 100 | 22 | 522 | 144 | 51 |
| Binary | 11010001 | 0 | 1001011 | 0 | 1100100 | 1000000 | 10010 | 101010010 | 1100100 | 101001 |
Color Harmonies of #D1004B
Complementary color
Monochromatic Colors of #D1004B
Black with #D1004B
Text Example
Text Example
White with #D1004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1004B; }
p { color: rgb(209,0,75); }
H1.HeaderClassName
{
color: #D1004B;
}
.AnyTagClassName
{
color: #D1004B;
}
</style>
background-color css
<style>
a { background-color: #D1004B; }
a { background-color: rgb(209,0,75); }
div.DivClassName
{
background-color: #D1004B;
}
.BgClassName
{
background-color: #D1004B;
}
</style>
border-color css
<style>
span { border-color: #D1004B; }
span { border-color: rgb(209,0,75); }
td.TdClassName
{
border-color: #D1004B;
}
.TagClassName
{
border-color: #D1004B;
}
</style>