Shades of Razzmatazz #D3024B
Tints of Razzmatazz #D3024B
RGB
CMYK
RGB Variations
Color information
#D3024B (or 0xD3024B) is known color: Razzmatazz. HEX triplet: D3, 02 and 4B. RGB value is (211,2,75). Sum of RGB (Red+Green+Blue) = 211+2+75=288 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.26% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 211 - color contains mainly: red. Hex color #D3024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3024B is #2CFDB4. Grayscale: #484848. Windows color (decimal): -2948533 or 4915923. OLE color: 4915923.
HSL color Cylindrical-coordinate representation of color #D3024B: hue angle of 339.04º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3024B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.17 |
| HSL | 339.04º | 0.98% | 0.42% | - |
| HSV(B) | 339.04º | 0.99% | 0.83% | - |
| XYZ | 28.16 | 14.4 | 7.95 | - |
| YUV | 72.81 | 129.24 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 75 | 0 | 0.99 | 0.64 | 0.17 | 339.04 | 0.98 | 0.42 |
| Hex | D3 | 2 | 4B | 0 | 63 | 40 | 11 | 153 | 62 | 2A |
| Octal | 323 | 2 | 113 | 0 | 143 | 100 | 21 | 523 | 142 | 52 |
| Binary | 11010011 | 10 | 1001011 | 0 | 1100011 | 1000000 | 10001 | 101010011 | 1100010 | 101010 |
Color Harmonies of #D3024B
Complementary color
Monochromatic Colors of #D3024B
Black with #D3024B
Text Example
Text Example
White with #D3024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3024B; }
p { color: rgb(211,2,75); }
H1.HeaderClassName
{
color: #D3024B;
}
.AnyTagClassName
{
color: #D3024B;
}
</style>
background-color css
<style>
a { background-color: #D3024B; }
a { background-color: rgb(211,2,75); }
div.DivClassName
{
background-color: #D3024B;
}
.BgClassName
{
background-color: #D3024B;
}
</style>
border-color css
<style>
span { border-color: #D3024B; }
span { border-color: rgb(211,2,75); }
td.TdClassName
{
border-color: #D3024B;
}
.TagClassName
{
border-color: #D3024B;
}
</style>