Shades of Radical Red #FF3575
Tints of Radical Red #FF3575
RGB
CMYK
RGB Variations
Color information
#FF3575 (or 0xFF3575) is known color: Radical Red. HEX triplet: FF, 35 and 75. RGB value is (255,53,117). Sum of RGB (Red+Green+Blue) = 255+53+117=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3575 is #00CA8A. Grayscale: #787878. Windows color (decimal): -51851 or 7681535. OLE color: 7681535.
HSL color Cylindrical-coordinate representation of color #FF3575: hue angle of 340.99º 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 #FF3575 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 117 | - |
| CMYK | 0 | 0.79 | 0.54 | 0 |
| HSL | 340.99º | 1% | 0.6% | - |
| HSV(B) | 340.99º | 0.79% | 1% | - |
| XYZ | 45.72 | 25.09 | 19.26 | - |
| YUV | 120.69 | 125.92 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 117 | 0 | 0.79 | 0.54 | 0 | 340.99 | 1 | 0.6 |
| Hex | FF | 35 | 75 | 0 | 4F | 36 | 0 | 155 | 64 | 3C |
| Octal | 377 | 65 | 165 | 0 | 117 | 66 | 0 | 525 | 144 | 74 |
| Binary | 11111111 | 110101 | 1110101 | 0 | 1001111 | 110110 | 0 | 101010101 | 1100100 | 111100 |
Color Harmonies of #FF3575
Complementary color
Monochromatic Colors of #FF3575
Black with #FF3575
Text Example
Text Example
White with #FF3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3575; }
p { color: rgb(255,53,117); }
H1.HeaderClassName
{
color: #FF3575;
}
.AnyTagClassName
{
color: #FF3575;
}
</style>
background-color css
<style>
a { background-color: #FF3575; }
a { background-color: rgb(255,53,117); }
div.DivClassName
{
background-color: #FF3575;
}
.BgClassName
{
background-color: #FF3575;
}
</style>
border-color css
<style>
span { border-color: #FF3575; }
span { border-color: rgb(255,53,117); }
td.TdClassName
{
border-color: #FF3575;
}
.TagClassName
{
border-color: #FF3575;
}
</style>