Shades of Razzmatazz #D4035F
Tints of Razzmatazz #D4035F
RGB
CMYK
RGB Variations
Color information
#D4035F (or 0xD4035F) is known color: Razzmatazz. HEX triplet: D4, 03 and 5F. RGB value is (212,3,95). Sum of RGB (Red+Green+Blue) = 212+3+95=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D4035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4035F is #2BFCA0. Grayscale: #4B4B4B. Windows color (decimal): -2882721 or 6226900. OLE color: 6226900.
HSL color Cylindrical-coordinate representation of color #D4035F: hue angle of 333.59º degrees, saturation: 0.97, 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 #D4035F is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 95 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.17 |
| HSL | 333.59º | 0.97% | 0.42% | - |
| HSV(B) | 333.59º | 0.99% | 0.83% | - |
| XYZ | 29.25 | 14.89 | 12.16 | - |
| YUV | 75.98 | 138.74 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 95 | 0 | 0.99 | 0.55 | 0.17 | 333.59 | 0.97 | 0.42 |
| Hex | D4 | 3 | 5F | 0 | 63 | 37 | 11 | 14E | 61 | 2A |
| Octal | 324 | 3 | 137 | 0 | 143 | 67 | 21 | 516 | 141 | 52 |
| Binary | 11010100 | 11 | 1011111 | 0 | 1100011 | 110111 | 10001 | 101001110 | 1100001 | 101010 |
Color Harmonies of #D4035F
Complementary color
Monochromatic Colors of #D4035F
Black with #D4035F
Text Example
Text Example
White with #D4035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4035F; }
p { color: rgb(212,3,95); }
H1.HeaderClassName
{
color: #D4035F;
}
.AnyTagClassName
{
color: #D4035F;
}
</style>
background-color css
<style>
a { background-color: #D4035F; }
a { background-color: rgb(212,3,95); }
div.DivClassName
{
background-color: #D4035F;
}
.BgClassName
{
background-color: #D4035F;
}
</style>
border-color css
<style>
span { border-color: #D4035F; }
span { border-color: rgb(212,3,95); }
td.TdClassName
{
border-color: #D4035F;
}
.TagClassName
{
border-color: #D4035F;
}
</style>