Shades of Razzmatazz #D00149
Tints of Razzmatazz #D00149
RGB
CMYK
RGB Variations
Color information
#D00149 (or 0xD00149) is known color: Razzmatazz. HEX triplet: D0, 01 and 49. RGB value is (208,1,73). Sum of RGB (Red+Green+Blue) = 208+1+73=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D00149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00149 is #2FFEB6. Grayscale: #474747. Windows color (decimal): -3145399 or 4784592. OLE color: 4784592.
HSL color Cylindrical-coordinate representation of color #D00149: hue angle of 339.13º 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 #D00149 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 73 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.18 |
| HSL | 339.13º | 0.99% | 0.41% | - |
| HSV(B) | 339.13º | 1% | 0.82% | - |
| XYZ | 27.23 | 13.91 | 7.55 | - |
| YUV | 71.1 | 129.08 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 73 | 0 | 1.00 | 0.65 | 0.18 | 339.13 | 0.99 | 0.41 |
| Hex | D0 | 1 | 49 | 0 | 64 | 41 | 12 | 153 | 63 | 29 |
| Octal | 320 | 1 | 111 | 0 | 144 | 101 | 22 | 523 | 143 | 51 |
| Binary | 11010000 | 1 | 1001001 | 0 | 1100100 | 1000001 | 10010 | 101010011 | 1100011 | 101001 |
Color Harmonies of #D00149
Complementary color
Monochromatic Colors of #D00149
Black with #D00149
Text Example
Text Example
White with #D00149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00149; }
p { color: rgb(208,1,73); }
H1.HeaderClassName
{
color: #D00149;
}
.AnyTagClassName
{
color: #D00149;
}
</style>
background-color css
<style>
a { background-color: #D00149; }
a { background-color: rgb(208,1,73); }
div.DivClassName
{
background-color: #D00149;
}
.BgClassName
{
background-color: #D00149;
}
</style>
border-color css
<style>
span { border-color: #D00149; }
span { border-color: rgb(208,1,73); }
td.TdClassName
{
border-color: #D00149;
}
.TagClassName
{
border-color: #D00149;
}
</style>