Shades of Radical Red #FF3556
Tints of Radical Red #FF3556
RGB
CMYK
RGB Variations
Color information
#FF3556 (or 0xFF3556) is known color: Radical Red. HEX triplet: FF, 35 and 56. RGB value is (255,53,86). Sum of RGB (Red+Green+Blue) = 255+53+86=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3556 is #00CAA9. Grayscale: #757575. Windows color (decimal): -51882 or 5649919. OLE color: 5649919.
HSL color Cylindrical-coordinate representation of color #FF3556: hue angle of 350.2º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3556 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 86 | - |
| CMYK | 0 | 0.79 | 0.66 | 0 |
| HSL | 350.2º | 1% | 0.6% | - |
| HSV(B) | 350.2º | 0.79% | 1% | - |
| XYZ | 44.19 | 24.48 | 11.2 | - |
| YUV | 117.16 | 110.42 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 86 | 0 | 0.79 | 0.66 | 0 | 350.2 | 1 | 0.6 |
| Hex | FF | 35 | 56 | 0 | 4F | 42 | 0 | 15E | 64 | 3C |
| Octal | 377 | 65 | 126 | 0 | 117 | 102 | 0 | 536 | 144 | 74 |
| Binary | 11111111 | 110101 | 1010110 | 0 | 1001111 | 1000010 | 0 | 101011110 | 1100100 | 111100 |
Color Harmonies of #FF3556
Complementary color
Monochromatic Colors of #FF3556
Black with #FF3556
Text Example
Text Example
White with #FF3556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3556; }
p { color: rgb(255,53,86); }
H1.HeaderClassName
{
color: #FF3556;
}
.AnyTagClassName
{
color: #FF3556;
}
</style>
background-color css
<style>
a { background-color: #FF3556; }
a { background-color: rgb(255,53,86); }
div.DivClassName
{
background-color: #FF3556;
}
.BgClassName
{
background-color: #FF3556;
}
</style>
border-color css
<style>
span { border-color: #FF3556; }
span { border-color: rgb(255,53,86); }
td.TdClassName
{
border-color: #FF3556;
}
.TagClassName
{
border-color: #FF3556;
}
</style>