Shades of Razzmatazz #D2024B
Tints of Razzmatazz #D2024B
RGB
CMYK
RGB Variations
Color information
#D2024B (or 0xD2024B) is known color: Razzmatazz. HEX triplet: D2, 02 and 4B. RGB value is (210,2,75). Sum of RGB (Red+Green+Blue) = 210+2+75=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D2024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2024B is #2DFDB4. Grayscale: #484848. Windows color (decimal): -3014069 or 4915922. OLE color: 4915922.
HSL color Cylindrical-coordinate representation of color #D2024B: hue angle of 338.94º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2024B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.18 |
| HSL | 338.94º | 0.98% | 0.42% | - |
| HSV(B) | 338.94º | 0.99% | 0.82% | - |
| XYZ | 27.87 | 14.25 | 7.94 | - |
| YUV | 72.51 | 129.41 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 75 | 0 | 0.99 | 0.64 | 0.18 | 338.94 | 0.98 | 0.42 |
| Hex | D2 | 2 | 4B | 0 | 63 | 40 | 12 | 153 | 62 | 2A |
| Octal | 322 | 2 | 113 | 0 | 143 | 100 | 22 | 523 | 142 | 52 |
| Binary | 11010010 | 10 | 1001011 | 0 | 1100011 | 1000000 | 10010 | 101010011 | 1100010 | 101010 |
Color Harmonies of #D2024B
Complementary color
Monochromatic Colors of #D2024B
Black with #D2024B
Text Example
Text Example
White with #D2024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2024B; }
p { color: rgb(210,2,75); }
H1.HeaderClassName
{
color: #D2024B;
}
.AnyTagClassName
{
color: #D2024B;
}
</style>
background-color css
<style>
a { background-color: #D2024B; }
a { background-color: rgb(210,2,75); }
div.DivClassName
{
background-color: #D2024B;
}
.BgClassName
{
background-color: #D2024B;
}
</style>
border-color css
<style>
span { border-color: #D2024B; }
span { border-color: rgb(210,2,75); }
td.TdClassName
{
border-color: #D2024B;
}
.TagClassName
{
border-color: #D2024B;
}
</style>