Shades of Razzmatazz #DE004A
Tints of Razzmatazz #DE004A
RGB
CMYK
RGB Variations
Color information
#DE004A (or 0xDE004A) is known color: Razzmatazz. HEX triplet: DE, 00 and 4A. RGB value is (222,0,74). Sum of RGB (Red+Green+Blue) = 222+0+74=296 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 222 - color contains mainly: red. Hex color #DE004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE004A is #21FFB5. Grayscale: #4A4A4A. Windows color (decimal): -2228150 or 4849886. OLE color: 4849886.
HSL color Cylindrical-coordinate representation of color #DE004A: hue angle of 340º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE004A is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.67 | 0.13 |
| HSL | 340º | 1% | 0.44% | - |
| HSV(B) | 340º | 1% | 0.87% | - |
| XYZ | 31.36 | 16.02 | 7.92 | - |
| YUV | 74.81 | 127.55 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 74 | 0 | 1 | 0.67 | 0.13 | 340 | 1 | 0.44 |
| Hex | DE | 0 | 4A | 0 | 64 | 43 | D | 154 | 64 | 2C |
| Octal | 336 | 0 | 112 | 0 | 144 | 103 | 15 | 524 | 144 | 54 |
| Binary | 11011110 | 0 | 1001010 | 0 | 1100100 | 1000011 | 1101 | 101010100 | 1100100 | 101100 |
Color Harmonies of #DE004A
Complementary color
Monochromatic Colors of #DE004A
Black with #DE004A
Text Example
Text Example
White with #DE004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE004A; }
p { color: rgb(222,0,74); }
H1.HeaderClassName
{
color: #DE004A;
}
.AnyTagClassName
{
color: #DE004A;
}
</style>
background-color css
<style>
a { background-color: #DE004A; }
a { background-color: rgb(222,0,74); }
div.DivClassName
{
background-color: #DE004A;
}
.BgClassName
{
background-color: #DE004A;
}
</style>
border-color css
<style>
span { border-color: #DE004A; }
span { border-color: rgb(222,0,74); }
td.TdClassName
{
border-color: #DE004A;
}
.TagClassName
{
border-color: #DE004A;
}
</style>