Shades of Razzmatazz #D10A4C
Tints of Razzmatazz #D10A4C
RGB
CMYK
RGB Variations
Color information
#D10A4C (or 0xD10A4C) is known color: Razzmatazz. HEX triplet: D1, 0A and 4C. RGB value is (209,10,76). Sum of RGB (Red+Green+Blue) = 209+10+76=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10A4C is #2EF5B3. Grayscale: #4C4C4C. Windows color (decimal): -3077556 or 4983505. OLE color: 4983505.
HSL color Cylindrical-coordinate representation of color #D10A4C: hue angle of 340.1º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10A4C is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 76 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.18 |
| HSL | 340.1º | 0.91% | 0.43% | - |
| HSV(B) | 340.1º | 0.95% | 0.82% | - |
| XYZ | 27.71 | 14.29 | 8.14 | - |
| YUV | 77.03 | 127.43 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 76 | 0 | 0.95 | 0.64 | 0.18 | 340.1 | 0.91 | 0.43 |
| Hex | D1 | A | 4C | 0 | 5F | 40 | 12 | 154 | 5B | 2B |
| Octal | 321 | 12 | 114 | 0 | 137 | 100 | 22 | 524 | 133 | 53 |
| Binary | 11010001 | 1010 | 1001100 | 0 | 1011111 | 1000000 | 10010 | 101010100 | 1011011 | 101011 |
Color Harmonies of #D10A4C
Complementary color
Monochromatic Colors of #D10A4C
Black with #D10A4C
Text Example
Text Example
White with #D10A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A4C; }
p { color: rgb(209,10,76); }
H1.HeaderClassName
{
color: #D10A4C;
}
.AnyTagClassName
{
color: #D10A4C;
}
</style>
background-color css
<style>
a { background-color: #D10A4C; }
a { background-color: rgb(209,10,76); }
div.DivClassName
{
background-color: #D10A4C;
}
.BgClassName
{
background-color: #D10A4C;
}
</style>
border-color css
<style>
span { border-color: #D10A4C; }
span { border-color: rgb(209,10,76); }
td.TdClassName
{
border-color: #D10A4C;
}
.TagClassName
{
border-color: #D10A4C;
}
</style>