Shades of Radical Red #FF355D
Tints of Radical Red #FF355D
RGB
CMYK
RGB Variations
Color information
#FF355D (or 0xFF355D) is known color: Radical Red. HEX triplet: FF, 35 and 5D. RGB value is (255,53,93). Sum of RGB (Red+Green+Blue) = 255+53+93=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF355D is #00CAA2. Grayscale: #767676. Windows color (decimal): -51875 or 6108671. OLE color: 6108671.
HSL color Cylindrical-coordinate representation of color #FF355D: hue angle of 348.12º 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 #FF355D is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 93 | - |
| CMYK | 0 | 0.79 | 0.64 | 0 |
| HSL | 348.12º | 1% | 0.6% | - |
| HSV(B) | 348.12º | 0.79% | 1% | - |
| XYZ | 44.49 | 24.6 | 12.76 | - |
| YUV | 117.96 | 113.92 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 93 | 0 | 0.79 | 0.64 | 0 | 348.12 | 1 | 0.6 |
| Hex | FF | 35 | 5D | 0 | 4F | 40 | 0 | 15C | 64 | 3C |
| Octal | 377 | 65 | 135 | 0 | 117 | 100 | 0 | 534 | 144 | 74 |
| Binary | 11111111 | 110101 | 1011101 | 0 | 1001111 | 1000000 | 0 | 101011100 | 1100100 | 111100 |
Color Harmonies of #FF355D
Complementary color
Monochromatic Colors of #FF355D
Black with #FF355D
Text Example
Text Example
White with #FF355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF355D; }
p { color: rgb(255,53,93); }
H1.HeaderClassName
{
color: #FF355D;
}
.AnyTagClassName
{
color: #FF355D;
}
</style>
background-color css
<style>
a { background-color: #FF355D; }
a { background-color: rgb(255,53,93); }
div.DivClassName
{
background-color: #FF355D;
}
.BgClassName
{
background-color: #FF355D;
}
</style>
border-color css
<style>
span { border-color: #FF355D; }
span { border-color: rgb(255,53,93); }
td.TdClassName
{
border-color: #FF355D;
}
.TagClassName
{
border-color: #FF355D;
}
</style>