Shades of Razzmatazz #D00351
Tints of Razzmatazz #D00351
RGB
CMYK
RGB Variations
Color information
#D00351 (or 0xD00351) is known color: Razzmatazz. HEX triplet: D0, 03 and 51. RGB value is (208,3,81). Sum of RGB (Red+Green+Blue) = 208+3+81=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D00351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00351 is #2FFCAE. Grayscale: #494949. Windows color (decimal): -3144879 or 5309392. OLE color: 5309392.
HSL color Cylindrical-coordinate representation of color #D00351: hue angle of 337.17º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00351 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.18 |
| HSL | 337.17º | 0.97% | 0.41% | - |
| HSV(B) | 337.17º | 0.99% | 0.82% | - |
| XYZ | 27.53 | 14.07 | 9.05 | - |
| YUV | 73.19 | 132.42 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 81 | 0 | 0.99 | 0.61 | 0.18 | 337.17 | 0.97 | 0.41 |
| Hex | D0 | 3 | 51 | 0 | 63 | 3D | 12 | 151 | 61 | 29 |
| Octal | 320 | 3 | 121 | 0 | 143 | 75 | 22 | 521 | 141 | 51 |
| Binary | 11010000 | 11 | 1010001 | 0 | 1100011 | 111101 | 10010 | 101010001 | 1100001 | 101001 |
Color Harmonies of #D00351
Complementary color
Monochromatic Colors of #D00351
Black with #D00351
Text Example
Text Example
White with #D00351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00351; }
p { color: rgb(208,3,81); }
H1.HeaderClassName
{
color: #D00351;
}
.AnyTagClassName
{
color: #D00351;
}
</style>
background-color css
<style>
a { background-color: #D00351; }
a { background-color: rgb(208,3,81); }
div.DivClassName
{
background-color: #D00351;
}
.BgClassName
{
background-color: #D00351;
}
</style>
border-color css
<style>
span { border-color: #D00351; }
span { border-color: rgb(208,3,81); }
td.TdClassName
{
border-color: #D00351;
}
.TagClassName
{
border-color: #D00351;
}
</style>