Shades of Razzmatazz #D5014D
Tints of Razzmatazz #D5014D
RGB
CMYK
RGB Variations
Color information
#D5014D (or 0xD5014D) is known color: Razzmatazz. HEX triplet: D5, 01 and 4D. RGB value is (213,1,77). Sum of RGB (Red+Green+Blue) = 213+1+77=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5014D is #2AFEB2. Grayscale: #484848. Windows color (decimal): -2817715 or 5046741. OLE color: 5046741.
HSL color Cylindrical-coordinate representation of color #D5014D: hue angle of 338.49º 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 #D5014D is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.16 |
| HSL | 338.49º | 0.99% | 0.42% | - |
| HSV(B) | 338.49º | 1% | 0.84% | - |
| XYZ | 28.79 | 14.7 | 8.34 | - |
| YUV | 73.05 | 130.24 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 77 | 0 | 1.00 | 0.64 | 0.16 | 338.49 | 0.99 | 0.42 |
| Hex | D5 | 1 | 4D | 0 | 64 | 40 | 10 | 152 | 63 | 2A |
| Octal | 325 | 1 | 115 | 0 | 144 | 100 | 20 | 522 | 143 | 52 |
| Binary | 11010101 | 1 | 1001101 | 0 | 1100100 | 1000000 | 10000 | 101010010 | 1100011 | 101010 |
Color Harmonies of #D5014D
Complementary color
Monochromatic Colors of #D5014D
Black with #D5014D
Text Example
Text Example
White with #D5014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5014D; }
p { color: rgb(213,1,77); }
H1.HeaderClassName
{
color: #D5014D;
}
.AnyTagClassName
{
color: #D5014D;
}
</style>
background-color css
<style>
a { background-color: #D5014D; }
a { background-color: rgb(213,1,77); }
div.DivClassName
{
background-color: #D5014D;
}
.BgClassName
{
background-color: #D5014D;
}
</style>
border-color css
<style>
span { border-color: #D5014D; }
span { border-color: rgb(213,1,77); }
td.TdClassName
{
border-color: #D5014D;
}
.TagClassName
{
border-color: #D5014D;
}
</style>