Shades of Radical Red #FF334C
Tints of Radical Red #FF334C
RGB
CMYK
RGB Variations
Color information
#FF334C (or 0xFF334C) is known color: Radical Red. HEX triplet: FF, 33 and 4C. RGB value is (255,51,76). Sum of RGB (Red+Green+Blue) = 255+51+76=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF334C is #00CCB3. Grayscale: #727272. Windows color (decimal): -52404 or 4994047. OLE color: 4994047.
HSL color Cylindrical-coordinate representation of color #FF334C: hue angle of 352.65º 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 #FF334C is Cyan = 0, Magento = 0.8, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 76 | - |
| CMYK | 0 | 0.8 | 0.70 | 0 |
| HSL | 352.65º | 1% | 0.6% | - |
| HSV(B) | 352.65º | 0.8% | 1% | - |
| XYZ | 43.73 | 24.15 | 9.19 | - |
| YUV | 114.85 | 106.09 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 76 | 0 | 0.8 | 0.70 | 0 | 352.65 | 1 | 0.6 |
| Hex | FF | 33 | 4C | 0 | 50 | 46 | 0 | 161 | 64 | 3C |
| Octal | 377 | 63 | 114 | 0 | 120 | 106 | 0 | 541 | 144 | 74 |
| Binary | 11111111 | 110011 | 1001100 | 0 | 1010000 | 1000110 | 0 | 101100001 | 1100100 | 111100 |
Color Harmonies of #FF334C
Complementary color
Monochromatic Colors of #FF334C
Black with #FF334C
Text Example
Text Example
White with #FF334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF334C; }
p { color: rgb(255,51,76); }
H1.HeaderClassName
{
color: #FF334C;
}
.AnyTagClassName
{
color: #FF334C;
}
</style>
background-color css
<style>
a { background-color: #FF334C; }
a { background-color: rgb(255,51,76); }
div.DivClassName
{
background-color: #FF334C;
}
.BgClassName
{
background-color: #FF334C;
}
</style>
border-color css
<style>
span { border-color: #FF334C; }
span { border-color: rgb(255,51,76); }
td.TdClassName
{
border-color: #FF334C;
}
.TagClassName
{
border-color: #FF334C;
}
</style>