Shades of Radical Red #FF355B
Tints of Radical Red #FF355B
RGB
CMYK
RGB Variations
Color information
#FF355B (or 0xFF355B) is known color: Radical Red. HEX triplet: FF, 35 and 5B. RGB value is (255,53,91). Sum of RGB (Red+Green+Blue) = 255+53+91=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF355B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF355B is #00CAA4. Grayscale: #757575. Windows color (decimal): -51877 or 5977599. OLE color: 5977599.
HSL color Cylindrical-coordinate representation of color #FF355B: hue angle of 348.71º 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 #FF355B is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 91 | - |
| CMYK | 0 | 0.79 | 0.64 | 0 |
| HSL | 348.71º | 1% | 0.6% | - |
| HSV(B) | 348.71º | 0.79% | 1% | - |
| XYZ | 44.4 | 24.56 | 12.3 | - |
| YUV | 117.73 | 112.92 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 91 | 0 | 0.79 | 0.64 | 0 | 348.71 | 1 | 0.6 |
| Hex | FF | 35 | 5B | 0 | 4F | 40 | 0 | 15D | 64 | 3C |
| Octal | 377 | 65 | 133 | 0 | 117 | 100 | 0 | 535 | 144 | 74 |
| Binary | 11111111 | 110101 | 1011011 | 0 | 1001111 | 1000000 | 0 | 101011101 | 1100100 | 111100 |
Color Harmonies of #FF355B
Complementary color
Monochromatic Colors of #FF355B
Black with #FF355B
Text Example
Text Example
White with #FF355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF355B; }
p { color: rgb(255,53,91); }
H1.HeaderClassName
{
color: #FF355B;
}
.AnyTagClassName
{
color: #FF355B;
}
</style>
background-color css
<style>
a { background-color: #FF355B; }
a { background-color: rgb(255,53,91); }
div.DivClassName
{
background-color: #FF355B;
}
.BgClassName
{
background-color: #FF355B;
}
</style>
border-color css
<style>
span { border-color: #FF355B; }
span { border-color: rgb(255,53,91); }
td.TdClassName
{
border-color: #FF355B;
}
.TagClassName
{
border-color: #FF355B;
}
</style>