Shades of Radical Red #FF355C
Tints of Radical Red #FF355C
RGB
CMYK
RGB Variations
Color information
#FF355C (or 0xFF355C) is known color: Radical Red. HEX triplet: FF, 35 and 5C. RGB value is (255,53,92). Sum of RGB (Red+Green+Blue) = 255+53+92=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF355C is #00CAA3. Grayscale: #757575. Windows color (decimal): -51876 or 6043135. OLE color: 6043135.
HSL color Cylindrical-coordinate representation of color #FF355C: hue angle of 348.42º 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 #FF355C is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 92 | - |
| CMYK | 0 | 0.79 | 0.64 | 0 |
| HSL | 348.42º | 1% | 0.6% | - |
| HSV(B) | 348.42º | 0.79% | 1% | - |
| XYZ | 44.44 | 24.58 | 12.53 | - |
| YUV | 117.84 | 113.42 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 92 | 0 | 0.79 | 0.64 | 0 | 348.42 | 1 | 0.6 |
| Hex | FF | 35 | 5C | 0 | 4F | 40 | 0 | 15C | 64 | 3C |
| Octal | 377 | 65 | 134 | 0 | 117 | 100 | 0 | 534 | 144 | 74 |
| Binary | 11111111 | 110101 | 1011100 | 0 | 1001111 | 1000000 | 0 | 101011100 | 1100100 | 111100 |
Color Harmonies of #FF355C
Complementary color
Monochromatic Colors of #FF355C
Black with #FF355C
Text Example
Text Example
White with #FF355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF355C; }
p { color: rgb(255,53,92); }
H1.HeaderClassName
{
color: #FF355C;
}
.AnyTagClassName
{
color: #FF355C;
}
</style>
background-color css
<style>
a { background-color: #FF355C; }
a { background-color: rgb(255,53,92); }
div.DivClassName
{
background-color: #FF355C;
}
.BgClassName
{
background-color: #FF355C;
}
</style>
border-color css
<style>
span { border-color: #FF355C; }
span { border-color: rgb(255,53,92); }
td.TdClassName
{
border-color: #FF355C;
}
.TagClassName
{
border-color: #FF355C;
}
</style>