Shades of Razzmatazz #ED134C
Tints of Razzmatazz #ED134C
RGB
CMYK
RGB Variations
Color information
#ED134C (or 0xED134C) is known color: Razzmatazz. HEX triplet: ED, 13 and 4C. RGB value is (237,19,76). Sum of RGB (Red+Green+Blue) = 237+19+76=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED134C is #12ECB3. Grayscale: #5A5A5A. Windows color (decimal): -1240244 or 4985837. OLE color: 4985837.
HSL color Cylindrical-coordinate representation of color #ED134C: hue angle of 344.31º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED134C is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 76 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.07 |
| HSL | 344.31º | 0.86% | 0.5% | - |
| HSV(B) | 344.31º | 0.92% | 0.93% | - |
| XYZ | 36.46 | 18.99 | 8.58 | - |
| YUV | 90.68 | 119.72 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 76 | 0 | 0.92 | 0.68 | 0.07 | 344.31 | 0.86 | 0.5 |
| Hex | ED | 13 | 4C | 0 | 5C | 44 | 7 | 158 | 56 | 32 |
| Octal | 355 | 23 | 114 | 0 | 134 | 104 | 7 | 530 | 126 | 62 |
| Binary | 11101101 | 10011 | 1001100 | 0 | 1011100 | 1000100 | 111 | 101011000 | 1010110 | 110010 |
Color Harmonies of #ED134C
Complementary color
Monochromatic Colors of #ED134C
Black with #ED134C
Text Example
Text Example
White with #ED134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED134C; }
p { color: rgb(237,19,76); }
H1.HeaderClassName
{
color: #ED134C;
}
.AnyTagClassName
{
color: #ED134C;
}
</style>
background-color css
<style>
a { background-color: #ED134C; }
a { background-color: rgb(237,19,76); }
div.DivClassName
{
background-color: #ED134C;
}
.BgClassName
{
background-color: #ED134C;
}
</style>
border-color css
<style>
span { border-color: #ED134C; }
span { border-color: rgb(237,19,76); }
td.TdClassName
{
border-color: #ED134C;
}
.TagClassName
{
border-color: #ED134C;
}
</style>