Shades of Razzmatazz #DC094B
Tints of Razzmatazz #DC094B
RGB
CMYK
RGB Variations
Color information
#DC094B (or 0xDC094B) is known color: Razzmatazz. HEX triplet: DC, 09 and 4B. RGB value is (220,9,75). Sum of RGB (Red+Green+Blue) = 220+9+75=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC094B is #23F6B4. Grayscale: #4F4F4F. Windows color (decimal): -2356917 or 4917724. OLE color: 4917724.
HSL color Cylindrical-coordinate representation of color #DC094B: hue angle of 341.23º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC094B is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 75 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.14 |
| HSL | 341.23º | 0.92% | 0.45% | - |
| HSV(B) | 341.23º | 0.96% | 0.86% | - |
| XYZ | 30.88 | 15.92 | 8.1 | - |
| YUV | 79.61 | 125.4 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 75 | 0 | 0.96 | 0.66 | 0.14 | 341.23 | 0.92 | 0.45 |
| Hex | DC | 9 | 4B | 0 | 60 | 42 | E | 155 | 5C | 2D |
| Octal | 334 | 11 | 113 | 0 | 140 | 102 | 16 | 525 | 134 | 55 |
| Binary | 11011100 | 1001 | 1001011 | 0 | 1100000 | 1000010 | 1110 | 101010101 | 1011100 | 101101 |
Color Harmonies of #DC094B
Complementary color
Monochromatic Colors of #DC094B
Black with #DC094B
Text Example
Text Example
White with #DC094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC094B; }
p { color: rgb(220,9,75); }
H1.HeaderClassName
{
color: #DC094B;
}
.AnyTagClassName
{
color: #DC094B;
}
</style>
background-color css
<style>
a { background-color: #DC094B; }
a { background-color: rgb(220,9,75); }
div.DivClassName
{
background-color: #DC094B;
}
.BgClassName
{
background-color: #DC094B;
}
</style>
border-color css
<style>
span { border-color: #DC094B; }
span { border-color: rgb(220,9,75); }
td.TdClassName
{
border-color: #DC094B;
}
.TagClassName
{
border-color: #DC094B;
}
</style>