Shades of Razzmatazz #DE024B
Tints of Razzmatazz #DE024B
RGB
CMYK
RGB Variations
Color information
#DE024B (or 0xDE024B) is known color: Razzmatazz. HEX triplet: DE, 02 and 4B. RGB value is (222,2,75). Sum of RGB (Red+Green+Blue) = 222+2+75=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE024B is #21FDB4. Grayscale: #4C4C4C. Windows color (decimal): -2227637 or 4915934. OLE color: 4915934.
HSL color Cylindrical-coordinate representation of color #DE024B: hue angle of 340.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE024B is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.13 |
| HSL | 340.09º | 0.98% | 0.44% | - |
| HSV(B) | 340.09º | 0.99% | 0.87% | - |
| XYZ | 31.42 | 16.08 | 8.1 | - |
| YUV | 76.1 | 127.39 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 75 | 0 | 0.99 | 0.66 | 0.13 | 340.09 | 0.98 | 0.44 |
| Hex | DE | 2 | 4B | 0 | 63 | 42 | D | 154 | 62 | 2C |
| Octal | 336 | 2 | 113 | 0 | 143 | 102 | 15 | 524 | 142 | 54 |
| Binary | 11011110 | 10 | 1001011 | 0 | 1100011 | 1000010 | 1101 | 101010100 | 1100010 | 101100 |
Color Harmonies of #DE024B
Complementary color
Monochromatic Colors of #DE024B
Black with #DE024B
Text Example
Text Example
White with #DE024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE024B; }
p { color: rgb(222,2,75); }
H1.HeaderClassName
{
color: #DE024B;
}
.AnyTagClassName
{
color: #DE024B;
}
</style>
background-color css
<style>
a { background-color: #DE024B; }
a { background-color: rgb(222,2,75); }
div.DivClassName
{
background-color: #DE024B;
}
.BgClassName
{
background-color: #DE024B;
}
</style>
border-color css
<style>
span { border-color: #DE024B; }
span { border-color: rgb(222,2,75); }
td.TdClassName
{
border-color: #DE024B;
}
.TagClassName
{
border-color: #DE024B;
}
</style>