Shades of Radical Red #FF355E
Tints of Radical Red #FF355E
RGB
CMYK
RGB Variations
Color information
#FF355E (or 0xFF355E) is known color: Radical Red. HEX triplet: FF, 35 and 5E. RGB value is (255,53,94). Sum of RGB (Red+Green+Blue) = 255+53+94=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF355E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF355E is #00CAA1. Grayscale: #767676. Windows color (decimal): -51874 or 6174207. OLE color: 6174207.
HSL color Cylindrical-coordinate representation of color #FF355E: hue angle of 347.82º 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 #FF355E is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 94 | - |
| CMYK | 0 | 0.79 | 0.63 | 0 |
| HSL | 347.82º | 1% | 0.6% | - |
| HSV(B) | 347.82º | 0.79% | 1% | - |
| XYZ | 44.53 | 24.61 | 12.99 | - |
| YUV | 118.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 94 | 0 | 0.79 | 0.63 | 0 | 347.82 | 1 | 0.6 |
| Hex | FF | 35 | 5E | 0 | 4F | 3F | 0 | 15C | 64 | 3C |
| Octal | 377 | 65 | 136 | 0 | 117 | 77 | 0 | 534 | 144 | 74 |
| Binary | 11111111 | 110101 | 1011110 | 0 | 1001111 | 111111 | 0 | 101011100 | 1100100 | 111100 |
Color Harmonies of #FF355E
Complementary color
Monochromatic Colors of #FF355E
Black with #FF355E
Text Example
Text Example
White with #FF355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF355E; }
p { color: rgb(255,53,94); }
H1.HeaderClassName
{
color: #FF355E;
}
.AnyTagClassName
{
color: #FF355E;
}
</style>
background-color css
<style>
a { background-color: #FF355E; }
a { background-color: rgb(255,53,94); }
div.DivClassName
{
background-color: #FF355E;
}
.BgClassName
{
background-color: #FF355E;
}
</style>
border-color css
<style>
span { border-color: #FF355E; }
span { border-color: rgb(255,53,94); }
td.TdClassName
{
border-color: #FF355E;
}
.TagClassName
{
border-color: #FF355E;
}
</style>