Shades of Razzmatazz #D5014B
Tints of Razzmatazz #D5014B
RGB
CMYK
RGB Variations
Color information
#D5014B (or 0xD5014B) is known color: Razzmatazz. HEX triplet: D5, 01 and 4B. RGB value is (213,1,75). Sum of RGB (Red+Green+Blue) = 213+1+75=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D5014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5014B is #2AFEB4. Grayscale: #484848. Windows color (decimal): -2817717 or 4915669. OLE color: 4915669.
HSL color Cylindrical-coordinate representation of color #D5014B: hue angle of 339.06º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5014B is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 75 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.16 |
| HSL | 339.06º | 0.99% | 0.42% | - |
| HSV(B) | 339.06º | 1% | 0.84% | - |
| XYZ | 28.72 | 14.68 | 7.98 | - |
| YUV | 72.82 | 129.24 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 75 | 0 | 1.00 | 0.65 | 0.16 | 339.06 | 0.99 | 0.42 |
| Hex | D5 | 1 | 4B | 0 | 64 | 41 | 10 | 153 | 63 | 2A |
| Octal | 325 | 1 | 113 | 0 | 144 | 101 | 20 | 523 | 143 | 52 |
| Binary | 11010101 | 1 | 1001011 | 0 | 1100100 | 1000001 | 10000 | 101010011 | 1100011 | 101010 |
Color Harmonies of #D5014B
Complementary color
Monochromatic Colors of #D5014B
Black with #D5014B
Text Example
Text Example
White with #D5014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5014B; }
p { color: rgb(213,1,75); }
H1.HeaderClassName
{
color: #D5014B;
}
.AnyTagClassName
{
color: #D5014B;
}
</style>
background-color css
<style>
a { background-color: #D5014B; }
a { background-color: rgb(213,1,75); }
div.DivClassName
{
background-color: #D5014B;
}
.BgClassName
{
background-color: #D5014B;
}
</style>
border-color css
<style>
span { border-color: #D5014B; }
span { border-color: rgb(213,1,75); }
td.TdClassName
{
border-color: #D5014B;
}
.TagClassName
{
border-color: #D5014B;
}
</style>