Shades of Razzmatazz #D2024F
Tints of Razzmatazz #D2024F
RGB
CMYK
RGB Variations
Color information
#D2024F (or 0xD2024F) is known color: Razzmatazz. HEX triplet: D2, 02 and 4F. RGB value is (210,2,79). Sum of RGB (Red+Green+Blue) = 210+2+79=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D2024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2024F is #2DFDB0. Grayscale: #484848. Windows color (decimal): -3014065 or 5178066. OLE color: 5178066.
HSL color Cylindrical-coordinate representation of color #D2024F: hue angle of 337.79º 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 #D2024F is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.18 |
| HSL | 337.79º | 0.98% | 0.42% | - |
| HSV(B) | 337.79º | 0.99% | 0.82% | - |
| XYZ | 28.01 | 14.31 | 8.68 | - |
| YUV | 72.97 | 131.41 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 79 | 0 | 0.99 | 0.62 | 0.18 | 337.79 | 0.98 | 0.42 |
| Hex | D2 | 2 | 4F | 0 | 63 | 3E | 12 | 152 | 62 | 2A |
| Octal | 322 | 2 | 117 | 0 | 143 | 76 | 22 | 522 | 142 | 52 |
| Binary | 11010010 | 10 | 1001111 | 0 | 1100011 | 111110 | 10010 | 101010010 | 1100010 | 101010 |
Color Harmonies of #D2024F
Complementary color
Monochromatic Colors of #D2024F
Black with #D2024F
Text Example
Text Example
White with #D2024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2024F; }
p { color: rgb(210,2,79); }
H1.HeaderClassName
{
color: #D2024F;
}
.AnyTagClassName
{
color: #D2024F;
}
</style>
background-color css
<style>
a { background-color: #D2024F; }
a { background-color: rgb(210,2,79); }
div.DivClassName
{
background-color: #D2024F;
}
.BgClassName
{
background-color: #D2024F;
}
</style>
border-color css
<style>
span { border-color: #D2024F; }
span { border-color: rgb(210,2,79); }
td.TdClassName
{
border-color: #D2024F;
}
.TagClassName
{
border-color: #D2024F;
}
</style>