Shades of Razzmatazz #D1004A
Tints of Razzmatazz #D1004A
RGB
CMYK
RGB Variations
Color information
#D1004A (or 0xD1004A) is known color: Razzmatazz. HEX triplet: D1, 00 and 4A. RGB value is (209,0,74). Sum of RGB (Red+Green+Blue) = 209+0+74=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D1004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1004A is #2EFFB5. Grayscale: #464646. Windows color (decimal): -3080118 or 4849873. OLE color: 4849873.
HSL color Cylindrical-coordinate representation of color #D1004A: hue angle of 338.76º 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 #D1004A is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.65 | 0.18 |
| HSL | 338.76º | 1% | 0.41% | - |
| HSV(B) | 338.76º | 1% | 0.82% | - |
| XYZ | 27.53 | 14.05 | 7.74 | - |
| YUV | 70.93 | 129.74 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 74 | 0 | 1 | 0.65 | 0.18 | 338.76 | 1 | 0.41 |
| Hex | D1 | 0 | 4A | 0 | 64 | 41 | 12 | 153 | 64 | 29 |
| Octal | 321 | 0 | 112 | 0 | 144 | 101 | 22 | 523 | 144 | 51 |
| Binary | 11010001 | 0 | 1001010 | 0 | 1100100 | 1000001 | 10010 | 101010011 | 1100100 | 101001 |
Color Harmonies of #D1004A
Complementary color
Monochromatic Colors of #D1004A
Black with #D1004A
Text Example
Text Example
White with #D1004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1004A; }
p { color: rgb(209,0,74); }
H1.HeaderClassName
{
color: #D1004A;
}
.AnyTagClassName
{
color: #D1004A;
}
</style>
background-color css
<style>
a { background-color: #D1004A; }
a { background-color: rgb(209,0,74); }
div.DivClassName
{
background-color: #D1004A;
}
.BgClassName
{
background-color: #D1004A;
}
</style>
border-color css
<style>
span { border-color: #D1004A; }
span { border-color: rgb(209,0,74); }
td.TdClassName
{
border-color: #D1004A;
}
.TagClassName
{
border-color: #D1004A;
}
</style>