Shades of Razzmatazz #D00453
Tints of Razzmatazz #D00453
RGB
CMYK
RGB Variations
Color information
#D00453 (or 0xD00453) is known color: Razzmatazz. HEX triplet: D0, 04 and 53. RGB value is (208,4,83). Sum of RGB (Red+Green+Blue) = 208+4+83=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D00453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00453 is #2FFBAC. Grayscale: #494949. Windows color (decimal): -3144621 or 5440720. OLE color: 5440720.
HSL color Cylindrical-coordinate representation of color #D00453: hue angle of 336.76º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00453 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 83 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.18 |
| HSL | 336.76º | 0.96% | 0.42% | - |
| HSV(B) | 336.76º | 0.98% | 0.82% | - |
| XYZ | 27.62 | 14.12 | 9.45 | - |
| YUV | 74 | 133.09 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 83 | 0 | 0.98 | 0.60 | 0.18 | 336.76 | 0.96 | 0.42 |
| Hex | D0 | 4 | 53 | 0 | 62 | 3C | 12 | 151 | 60 | 2A |
| Octal | 320 | 4 | 123 | 0 | 142 | 74 | 22 | 521 | 140 | 52 |
| Binary | 11010000 | 100 | 1010011 | 0 | 1100010 | 111100 | 10010 | 101010001 | 1100000 | 101010 |
Color Harmonies of #D00453
Complementary color
Monochromatic Colors of #D00453
Black with #D00453
Text Example
Text Example
White with #D00453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00453; }
p { color: rgb(208,4,83); }
H1.HeaderClassName
{
color: #D00453;
}
.AnyTagClassName
{
color: #D00453;
}
</style>
background-color css
<style>
a { background-color: #D00453; }
a { background-color: rgb(208,4,83); }
div.DivClassName
{
background-color: #D00453;
}
.BgClassName
{
background-color: #D00453;
}
</style>
border-color css
<style>
span { border-color: #D00453; }
span { border-color: rgb(208,4,83); }
td.TdClassName
{
border-color: #D00453;
}
.TagClassName
{
border-color: #D00453;
}
</style>