Shades of Razzmatazz #D4035A
Tints of Razzmatazz #D4035A
RGB
CMYK
RGB Variations
Color information
#D4035A (or 0xD4035A) is known color: Razzmatazz. HEX triplet: D4, 03 and 5A. RGB value is (212,3,90). Sum of RGB (Red+Green+Blue) = 212+3+90=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D4035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4035A is #2BFCA5. Grayscale: #4B4B4B. Windows color (decimal): -2882726 or 5899220. OLE color: 5899220.
HSL color Cylindrical-coordinate representation of color #D4035A: hue angle of 335.02º 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 #D4035A is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.17 |
| HSL | 335.02º | 0.97% | 0.42% | - |
| HSV(B) | 335.02º | 0.99% | 0.83% | - |
| XYZ | 29.03 | 14.8 | 11 | - |
| YUV | 75.41 | 136.24 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 90 | 0 | 0.99 | 0.58 | 0.17 | 335.02 | 0.97 | 0.42 |
| Hex | D4 | 3 | 5A | 0 | 63 | 3A | 11 | 14F | 61 | 2A |
| Octal | 324 | 3 | 132 | 0 | 143 | 72 | 21 | 517 | 141 | 52 |
| Binary | 11010100 | 11 | 1011010 | 0 | 1100011 | 111010 | 10001 | 101001111 | 1100001 | 101010 |
Color Harmonies of #D4035A
Complementary color
Monochromatic Colors of #D4035A
Black with #D4035A
Text Example
Text Example
White with #D4035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4035A; }
p { color: rgb(212,3,90); }
H1.HeaderClassName
{
color: #D4035A;
}
.AnyTagClassName
{
color: #D4035A;
}
</style>
background-color css
<style>
a { background-color: #D4035A; }
a { background-color: rgb(212,3,90); }
div.DivClassName
{
background-color: #D4035A;
}
.BgClassName
{
background-color: #D4035A;
}
</style>
border-color css
<style>
span { border-color: #D4035A; }
span { border-color: rgb(212,3,90); }
td.TdClassName
{
border-color: #D4035A;
}
.TagClassName
{
border-color: #D4035A;
}
</style>