Shades of Razzmatazz #D0024F
Tints of Razzmatazz #D0024F
RGB
CMYK
RGB Variations
Color information
#D0024F (or 0xD0024F) is known color: Razzmatazz. HEX triplet: D0, 02 and 4F. RGB value is (208,2,79). Sum of RGB (Red+Green+Blue) = 208+2+79=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0024F is #2FFDB0. Grayscale: #484848. Windows color (decimal): -3145137 or 5178064. OLE color: 5178064.
HSL color Cylindrical-coordinate representation of color #D0024F: hue angle of 337.57º 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 #D0024F is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.18 |
| HSL | 337.57º | 0.98% | 0.41% | - |
| HSV(B) | 337.57º | 0.99% | 0.82% | - |
| XYZ | 27.45 | 14.02 | 8.66 | - |
| YUV | 72.37 | 131.75 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 79 | 0 | 0.99 | 0.62 | 0.18 | 337.57 | 0.98 | 0.41 |
| Hex | D0 | 2 | 4F | 0 | 63 | 3E | 12 | 152 | 62 | 29 |
| Octal | 320 | 2 | 117 | 0 | 143 | 76 | 22 | 522 | 142 | 51 |
| Binary | 11010000 | 10 | 1001111 | 0 | 1100011 | 111110 | 10010 | 101010010 | 1100010 | 101001 |
Color Harmonies of #D0024F
Complementary color
Monochromatic Colors of #D0024F
Black with #D0024F
Text Example
Text Example
White with #D0024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0024F; }
p { color: rgb(208,2,79); }
H1.HeaderClassName
{
color: #D0024F;
}
.AnyTagClassName
{
color: #D0024F;
}
</style>
background-color css
<style>
a { background-color: #D0024F; }
a { background-color: rgb(208,2,79); }
div.DivClassName
{
background-color: #D0024F;
}
.BgClassName
{
background-color: #D0024F;
}
</style>
border-color css
<style>
span { border-color: #D0024F; }
span { border-color: rgb(208,2,79); }
td.TdClassName
{
border-color: #D0024F;
}
.TagClassName
{
border-color: #D0024F;
}
</style>