Shades of Radical Red #FF3276
Tints of Radical Red #FF3276
RGB
CMYK
RGB Variations
Color information
#FF3276 (or 0xFF3276) is known color: Radical Red. HEX triplet: FF, 32 and 76. RGB value is (255,50,118). Sum of RGB (Red+Green+Blue) = 255+50+118=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3276 is #00CD89. Grayscale: #767676. Windows color (decimal): -52618 or 7746303. OLE color: 7746303.
HSL color Cylindrical-coordinate representation of color #FF3276: hue angle of 340.1º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3276 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 118 | - |
| CMYK | 0 | 0.80 | 0.54 | 0 |
| HSL | 340.1º | 1% | 0.6% | - |
| HSV(B) | 340.1º | 0.8% | 1% | - |
| XYZ | 45.65 | 24.85 | 19.53 | - |
| YUV | 119.05 | 127.42 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 118 | 0 | 0.80 | 0.54 | 0 | 340.1 | 1 | 0.6 |
| Hex | FF | 32 | 76 | 0 | 50 | 36 | 0 | 154 | 64 | 3C |
| Octal | 377 | 62 | 166 | 0 | 120 | 66 | 0 | 524 | 144 | 74 |
| Binary | 11111111 | 110010 | 1110110 | 0 | 1010000 | 110110 | 0 | 101010100 | 1100100 | 111100 |
Color Harmonies of #FF3276
Complementary color
Monochromatic Colors of #FF3276
Black with #FF3276
Text Example
Text Example
White with #FF3276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3276; }
p { color: rgb(255,50,118); }
H1.HeaderClassName
{
color: #FF3276;
}
.AnyTagClassName
{
color: #FF3276;
}
</style>
background-color css
<style>
a { background-color: #FF3276; }
a { background-color: rgb(255,50,118); }
div.DivClassName
{
background-color: #FF3276;
}
.BgClassName
{
background-color: #FF3276;
}
</style>
border-color css
<style>
span { border-color: #FF3276; }
span { border-color: rgb(255,50,118); }
td.TdClassName
{
border-color: #FF3276;
}
.TagClassName
{
border-color: #FF3276;
}
</style>