Shades of Razzmatazz #D2014B
Tints of Razzmatazz #D2014B
RGB
CMYK
RGB Variations
Color information
#D2014B (or 0xD2014B) is known color: Razzmatazz. HEX triplet: D2, 01 and 4B. RGB value is (210,1,75). Sum of RGB (Red+Green+Blue) = 210+1+75=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D2014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2014B is #2DFEB4. Grayscale: #474747. Windows color (decimal): -3014325 or 4915666. OLE color: 4915666.
HSL color Cylindrical-coordinate representation of color #D2014B: hue angle of 338.76º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2014B is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 75 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.18 |
| HSL | 338.76º | 0.99% | 0.41% | - |
| HSV(B) | 338.76º | 1% | 0.82% | - |
| XYZ | 27.86 | 14.23 | 7.94 | - |
| YUV | 71.93 | 129.74 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 75 | 0 | 1.00 | 0.64 | 0.18 | 338.76 | 0.99 | 0.41 |
| Hex | D2 | 1 | 4B | 0 | 64 | 40 | 12 | 153 | 63 | 29 |
| Octal | 322 | 1 | 113 | 0 | 144 | 100 | 22 | 523 | 143 | 51 |
| Binary | 11010010 | 1 | 1001011 | 0 | 1100100 | 1000000 | 10010 | 101010011 | 1100011 | 101001 |
Color Harmonies of #D2014B
Complementary color
Monochromatic Colors of #D2014B
Black with #D2014B
Text Example
Text Example
White with #D2014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2014B; }
p { color: rgb(210,1,75); }
H1.HeaderClassName
{
color: #D2014B;
}
.AnyTagClassName
{
color: #D2014B;
}
</style>
background-color css
<style>
a { background-color: #D2014B; }
a { background-color: rgb(210,1,75); }
div.DivClassName
{
background-color: #D2014B;
}
.BgClassName
{
background-color: #D2014B;
}
</style>
border-color css
<style>
span { border-color: #D2014B; }
span { border-color: rgb(210,1,75); }
td.TdClassName
{
border-color: #D2014B;
}
.TagClassName
{
border-color: #D2014B;
}
</style>