Shades of Razzmatazz #D1024B
Tints of Razzmatazz #D1024B
RGB
CMYK
RGB Variations
Color information
#D1024B (or 0xD1024B) is known color: Razzmatazz. HEX triplet: D1, 02 and 4B. RGB value is (209,2,75). Sum of RGB (Red+Green+Blue) = 209+2+75=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D1024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1024B is #2EFDB4. Grayscale: #484848. Windows color (decimal): -3079605 or 4915921. OLE color: 4915921.
HSL color Cylindrical-coordinate representation of color #D1024B: hue angle of 338.84º degrees, saturation: 0.98, 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 #D1024B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.18 |
| HSL | 338.84º | 0.98% | 0.41% | - |
| HSV(B) | 338.84º | 0.99% | 0.82% | - |
| XYZ | 27.59 | 14.11 | 7.93 | - |
| YUV | 72.22 | 129.58 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 75 | 0 | 0.99 | 0.64 | 0.18 | 338.84 | 0.98 | 0.41 |
| Hex | D1 | 2 | 4B | 0 | 63 | 40 | 12 | 153 | 62 | 29 |
| Octal | 321 | 2 | 113 | 0 | 143 | 100 | 22 | 523 | 142 | 51 |
| Binary | 11010001 | 10 | 1001011 | 0 | 1100011 | 1000000 | 10010 | 101010011 | 1100010 | 101001 |
Color Harmonies of #D1024B
Complementary color
Monochromatic Colors of #D1024B
Black with #D1024B
Text Example
Text Example
White with #D1024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1024B; }
p { color: rgb(209,2,75); }
H1.HeaderClassName
{
color: #D1024B;
}
.AnyTagClassName
{
color: #D1024B;
}
</style>
background-color css
<style>
a { background-color: #D1024B; }
a { background-color: rgb(209,2,75); }
div.DivClassName
{
background-color: #D1024B;
}
.BgClassName
{
background-color: #D1024B;
}
</style>
border-color css
<style>
span { border-color: #D1024B; }
span { border-color: rgb(209,2,75); }
td.TdClassName
{
border-color: #D1024B;
}
.TagClassName
{
border-color: #D1024B;
}
</style>