Shades of Radical Red #FF2575
Tints of Radical Red #FF2575
RGB
CMYK
RGB Variations
Color information
#FF2575 (or 0xFF2575) is known color: Radical Red. HEX triplet: FF, 25 and 75. RGB value is (255,37,117). Sum of RGB (Red+Green+Blue) = 255+37+117=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2575 is #00DA8A. Grayscale: #6F6F6F. Windows color (decimal): -55947 or 7677439. OLE color: 7677439.
HSL color Cylindrical-coordinate representation of color #FF2575: hue angle of 337.98º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2575 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 117 | - |
| CMYK | 0 | 0.85 | 0.54 | 0 |
| HSL | 337.98º | 1% | 0.57% | - |
| HSV(B) | 337.98º | 0.85% | 1% | - |
| XYZ | 45.11 | 23.87 | 19.06 | - |
| YUV | 111.3 | 131.22 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 117 | 0 | 0.85 | 0.54 | 0 | 337.98 | 1 | 0.57 |
| Hex | FF | 25 | 75 | 0 | 55 | 36 | 0 | 152 | 64 | 39 |
| Octal | 377 | 45 | 165 | 0 | 125 | 66 | 0 | 522 | 144 | 71 |
| Binary | 11111111 | 100101 | 1110101 | 0 | 1010101 | 110110 | 0 | 101010010 | 1100100 | 111001 |
Color Harmonies of #FF2575
Complementary color
Monochromatic Colors of #FF2575
Black with #FF2575
Text Example
Text Example
White with #FF2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2575; }
p { color: rgb(255,37,117); }
H1.HeaderClassName
{
color: #FF2575;
}
.AnyTagClassName
{
color: #FF2575;
}
</style>
background-color css
<style>
a { background-color: #FF2575; }
a { background-color: rgb(255,37,117); }
div.DivClassName
{
background-color: #FF2575;
}
.BgClassName
{
background-color: #FF2575;
}
</style>
border-color css
<style>
span { border-color: #FF2575; }
span { border-color: rgb(255,37,117); }
td.TdClassName
{
border-color: #FF2575;
}
.TagClassName
{
border-color: #FF2575;
}
</style>