Shades of Razzmatazz #D5024B
Tints of Razzmatazz #D5024B
RGB
CMYK
RGB Variations
Color information
#D5024B (or 0xD5024B) is known color: Razzmatazz. HEX triplet: D5, 02 and 4B. RGB value is (213,2,75). Sum of RGB (Red+Green+Blue) = 213+2+75=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D5024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5024B is #2AFDB4. Grayscale: #494949. Windows color (decimal): -2817461 or 4915925. OLE color: 4915925.
HSL color Cylindrical-coordinate representation of color #D5024B: hue angle of 339.24º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5024B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.16 |
| HSL | 339.24º | 0.98% | 0.42% | - |
| HSV(B) | 339.24º | 0.99% | 0.84% | - |
| XYZ | 28.73 | 14.7 | 7.98 | - |
| YUV | 73.41 | 128.9 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 75 | 0 | 0.99 | 0.65 | 0.16 | 339.24 | 0.98 | 0.42 |
| Hex | D5 | 2 | 4B | 0 | 63 | 41 | 10 | 153 | 62 | 2A |
| Octal | 325 | 2 | 113 | 0 | 143 | 101 | 20 | 523 | 142 | 52 |
| Binary | 11010101 | 10 | 1001011 | 0 | 1100011 | 1000001 | 10000 | 101010011 | 1100010 | 101010 |
Color Harmonies of #D5024B
Complementary color
Monochromatic Colors of #D5024B
Black with #D5024B
Text Example
Text Example
White with #D5024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5024B; }
p { color: rgb(213,2,75); }
H1.HeaderClassName
{
color: #D5024B;
}
.AnyTagClassName
{
color: #D5024B;
}
</style>
background-color css
<style>
a { background-color: #D5024B; }
a { background-color: rgb(213,2,75); }
div.DivClassName
{
background-color: #D5024B;
}
.BgClassName
{
background-color: #D5024B;
}
</style>
border-color css
<style>
span { border-color: #D5024B; }
span { border-color: rgb(213,2,75); }
td.TdClassName
{
border-color: #D5024B;
}
.TagClassName
{
border-color: #D5024B;
}
</style>