Shades of Razzmatazz #D2034A
Tints of Razzmatazz #D2034A
RGB
CMYK
RGB Variations
Color information
#D2034A (or 0xD2034A) is known color: Razzmatazz. HEX triplet: D2, 03 and 4A. RGB value is (210,3,74). Sum of RGB (Red+Green+Blue) = 210+3+74=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D2034A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2034A is #2DFCB5. Grayscale: #484848. Windows color (decimal): -3013814 or 4850642. OLE color: 4850642.
HSL color Cylindrical-coordinate representation of color #D2034A: hue angle of 339.42º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2034A is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 74 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.18 |
| HSL | 339.42º | 0.97% | 0.42% | - |
| HSV(B) | 339.42º | 0.99% | 0.82% | - |
| XYZ | 27.85 | 14.26 | 7.76 | - |
| YUV | 72.99 | 128.58 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 74 | 0 | 0.99 | 0.65 | 0.18 | 339.42 | 0.97 | 0.42 |
| Hex | D2 | 3 | 4A | 0 | 63 | 41 | 12 | 153 | 61 | 2A |
| Octal | 322 | 3 | 112 | 0 | 143 | 101 | 22 | 523 | 141 | 52 |
| Binary | 11010010 | 11 | 1001010 | 0 | 1100011 | 1000001 | 10010 | 101010011 | 1100001 | 101010 |
Color Harmonies of #D2034A
Complementary color
Monochromatic Colors of #D2034A
Black with #D2034A
Text Example
Text Example
White with #D2034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2034A; }
p { color: rgb(210,3,74); }
H1.HeaderClassName
{
color: #D2034A;
}
.AnyTagClassName
{
color: #D2034A;
}
</style>
background-color css
<style>
a { background-color: #D2034A; }
a { background-color: rgb(210,3,74); }
div.DivClassName
{
background-color: #D2034A;
}
.BgClassName
{
background-color: #D2034A;
}
</style>
border-color css
<style>
span { border-color: #D2034A; }
span { border-color: rgb(210,3,74); }
td.TdClassName
{
border-color: #D2034A;
}
.TagClassName
{
border-color: #D2034A;
}
</style>