Shades of Razzmatazz #C7024B
Tints of Razzmatazz #C7024B
RGB
CMYK
RGB Variations
Color information
#C7024B (or 0xC7024B) is known color: Razzmatazz. HEX triplet: C7, 02 and 4B. RGB value is (199,2,75). Sum of RGB (Red+Green+Blue) = 199+2+75=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C7024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7024B is #38FDB4. Grayscale: #454545. Windows color (decimal): -3734965 or 4915911. OLE color: 4915911.
HSL color Cylindrical-coordinate representation of color #C7024B: hue angle of 337.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7024B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.22 |
| HSL | 337.77º | 0.98% | 0.39% | - |
| HSV(B) | 337.77º | 0.99% | 0.78% | - |
| XYZ | 24.84 | 12.69 | 7.8 | - |
| YUV | 69.23 | 131.27 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 75 | 0 | 0.99 | 0.62 | 0.22 | 337.77 | 0.98 | 0.39 |
| Hex | C7 | 2 | 4B | 0 | 63 | 3E | 16 | 152 | 62 | 27 |
| Octal | 307 | 2 | 113 | 0 | 143 | 76 | 26 | 522 | 142 | 47 |
| Binary | 11000111 | 10 | 1001011 | 0 | 1100011 | 111110 | 10110 | 101010010 | 1100010 | 100111 |
Color Harmonies of #C7024B
Complementary color
Monochromatic Colors of #C7024B
Black with #C7024B
Text Example
Text Example
White with #C7024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7024B; }
p { color: rgb(199,2,75); }
H1.HeaderClassName
{
color: #C7024B;
}
.AnyTagClassName
{
color: #C7024B;
}
</style>
background-color css
<style>
a { background-color: #C7024B; }
a { background-color: rgb(199,2,75); }
div.DivClassName
{
background-color: #C7024B;
}
.BgClassName
{
background-color: #C7024B;
}
</style>
border-color css
<style>
span { border-color: #C7024B; }
span { border-color: rgb(199,2,75); }
td.TdClassName
{
border-color: #C7024B;
}
.TagClassName
{
border-color: #C7024B;
}
</style>