Shades of Razzmatazz #D0024B
Tints of Razzmatazz #D0024B
RGB
CMYK
RGB Variations
Color information
#D0024B (or 0xD0024B) is known color: Razzmatazz. HEX triplet: D0, 02 and 4B. RGB value is (208,2,75). Sum of RGB (Red+Green+Blue) = 208+2+75=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D0024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0024B is #2FFDB4. Grayscale: #474747. Windows color (decimal): -3145141 or 4915920. OLE color: 4915920.
HSL color Cylindrical-coordinate representation of color #D0024B: hue angle of 338.74º 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 #D0024B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.18 |
| HSL | 338.74º | 0.98% | 0.41% | - |
| HSV(B) | 338.74º | 0.99% | 0.82% | - |
| XYZ | 27.3 | 13.96 | 7.91 | - |
| YUV | 71.92 | 129.75 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 75 | 0 | 0.99 | 0.64 | 0.18 | 338.74 | 0.98 | 0.41 |
| Hex | D0 | 2 | 4B | 0 | 63 | 40 | 12 | 153 | 62 | 29 |
| Octal | 320 | 2 | 113 | 0 | 143 | 100 | 22 | 523 | 142 | 51 |
| Binary | 11010000 | 10 | 1001011 | 0 | 1100011 | 1000000 | 10010 | 101010011 | 1100010 | 101001 |
Color Harmonies of #D0024B
Complementary color
Monochromatic Colors of #D0024B
Black with #D0024B
Text Example
Text Example
White with #D0024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0024B; }
p { color: rgb(208,2,75); }
H1.HeaderClassName
{
color: #D0024B;
}
.AnyTagClassName
{
color: #D0024B;
}
</style>
background-color css
<style>
a { background-color: #D0024B; }
a { background-color: rgb(208,2,75); }
div.DivClassName
{
background-color: #D0024B;
}
.BgClassName
{
background-color: #D0024B;
}
</style>
border-color css
<style>
span { border-color: #D0024B; }
span { border-color: rgb(208,2,75); }
td.TdClassName
{
border-color: #D0024B;
}
.TagClassName
{
border-color: #D0024B;
}
</style>