Shades of Razzmatazz #D9034A
Tints of Razzmatazz #D9034A
RGB
CMYK
RGB Variations
Color information
#D9034A (or 0xD9034A) is known color: Razzmatazz. HEX triplet: D9, 03 and 4A. RGB value is (217,3,74). Sum of RGB (Red+Green+Blue) = 217+3+74=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D9034A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9034A is #26FCB5. Grayscale: #4B4B4B. Windows color (decimal): -2555062 or 4850649. OLE color: 4850649.
HSL color Cylindrical-coordinate representation of color #D9034A: hue angle of 340.09º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9034A is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 74 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.15 |
| HSL | 340.09º | 0.97% | 0.43% | - |
| HSV(B) | 340.09º | 0.99% | 0.85% | - |
| XYZ | 29.88 | 15.31 | 7.86 | - |
| YUV | 75.08 | 127.4 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 74 | 0 | 0.99 | 0.66 | 0.15 | 340.09 | 0.97 | 0.43 |
| Hex | D9 | 3 | 4A | 0 | 63 | 42 | F | 154 | 61 | 2B |
| Octal | 331 | 3 | 112 | 0 | 143 | 102 | 17 | 524 | 141 | 53 |
| Binary | 11011001 | 11 | 1001010 | 0 | 1100011 | 1000010 | 1111 | 101010100 | 1100001 | 101011 |
Color Harmonies of #D9034A
Complementary color
Monochromatic Colors of #D9034A
Black with #D9034A
Text Example
Text Example
White with #D9034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9034A; }
p { color: rgb(217,3,74); }
H1.HeaderClassName
{
color: #D9034A;
}
.AnyTagClassName
{
color: #D9034A;
}
</style>
background-color css
<style>
a { background-color: #D9034A; }
a { background-color: rgb(217,3,74); }
div.DivClassName
{
background-color: #D9034A;
}
.BgClassName
{
background-color: #D9034A;
}
</style>
border-color css
<style>
span { border-color: #D9034A; }
span { border-color: rgb(217,3,74); }
td.TdClassName
{
border-color: #D9034A;
}
.TagClassName
{
border-color: #D9034A;
}
</style>