Shades of Razzmatazz #D00353
Tints of Razzmatazz #D00353
RGB
CMYK
RGB Variations
Color information
#D00353 (or 0xD00353) is known color: Razzmatazz. HEX triplet: D0, 03 and 53. RGB value is (208,3,83). Sum of RGB (Red+Green+Blue) = 208+3+83=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D00353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00353 is #2FFCAC. Grayscale: #494949. Windows color (decimal): -3144877 or 5440464. OLE color: 5440464.
HSL color Cylindrical-coordinate representation of color #D00353: hue angle of 336.59º 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 #D00353 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.18 |
| HSL | 336.59º | 0.97% | 0.41% | - |
| HSV(B) | 336.59º | 0.99% | 0.82% | - |
| XYZ | 27.61 | 14.1 | 9.45 | - |
| YUV | 73.42 | 133.42 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 83 | 0 | 0.99 | 0.60 | 0.18 | 336.59 | 0.97 | 0.41 |
| Hex | D0 | 3 | 53 | 0 | 63 | 3C | 12 | 151 | 61 | 29 |
| Octal | 320 | 3 | 123 | 0 | 143 | 74 | 22 | 521 | 141 | 51 |
| Binary | 11010000 | 11 | 1010011 | 0 | 1100011 | 111100 | 10010 | 101010001 | 1100001 | 101001 |
Color Harmonies of #D00353
Complementary color
Monochromatic Colors of #D00353
Black with #D00353
Text Example
Text Example
White with #D00353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00353; }
p { color: rgb(208,3,83); }
H1.HeaderClassName
{
color: #D00353;
}
.AnyTagClassName
{
color: #D00353;
}
</style>
background-color css
<style>
a { background-color: #D00353; }
a { background-color: rgb(208,3,83); }
div.DivClassName
{
background-color: #D00353;
}
.BgClassName
{
background-color: #D00353;
}
</style>
border-color css
<style>
span { border-color: #D00353; }
span { border-color: rgb(208,3,83); }
td.TdClassName
{
border-color: #D00353;
}
.TagClassName
{
border-color: #D00353;
}
</style>