Shades of Razzmatazz #D00151
Tints of Razzmatazz #D00151
RGB
CMYK
RGB Variations
Color information
#D00151 (or 0xD00151) is known color: Razzmatazz. HEX triplet: D0, 01 and 51. RGB value is (208,1,81). Sum of RGB (Red+Green+Blue) = 208+1+81=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D00151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00151 is #2FFEAE. Grayscale: #474747. Windows color (decimal): -3145391 or 5308880. OLE color: 5308880.
HSL color Cylindrical-coordinate representation of color #D00151: hue angle of 336.81º 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 #D00151 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.18 |
| HSL | 336.81º | 0.99% | 0.41% | - |
| HSV(B) | 336.81º | 1% | 0.82% | - |
| XYZ | 27.51 | 14.03 | 9.04 | - |
| YUV | 72.01 | 133.08 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 81 | 0 | 1.00 | 0.61 | 0.18 | 336.81 | 0.99 | 0.41 |
| Hex | D0 | 1 | 51 | 0 | 64 | 3D | 12 | 151 | 63 | 29 |
| Octal | 320 | 1 | 121 | 0 | 144 | 75 | 22 | 521 | 143 | 51 |
| Binary | 11010000 | 1 | 1010001 | 0 | 1100100 | 111101 | 10010 | 101010001 | 1100011 | 101001 |
Color Harmonies of #D00151
Complementary color
Monochromatic Colors of #D00151
Black with #D00151
Text Example
Text Example
White with #D00151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00151; }
p { color: rgb(208,1,81); }
H1.HeaderClassName
{
color: #D00151;
}
.AnyTagClassName
{
color: #D00151;
}
</style>
background-color css
<style>
a { background-color: #D00151; }
a { background-color: rgb(208,1,81); }
div.DivClassName
{
background-color: #D00151;
}
.BgClassName
{
background-color: #D00151;
}
</style>
border-color css
<style>
span { border-color: #D00151; }
span { border-color: rgb(208,1,81); }
td.TdClassName
{
border-color: #D00151;
}
.TagClassName
{
border-color: #D00151;
}
</style>