Shades of Radical Red #FF2175
Tints of Radical Red #FF2175
RGB
CMYK
RGB Variations
Color information
#FF2175 (or 0xFF2175) is known color: Radical Red. HEX triplet: FF, 21 and 75. RGB value is (255,33,117). Sum of RGB (Red+Green+Blue) = 255+33+117=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2175 is #00DE8A. Grayscale: #6C6C6C. Windows color (decimal): -56971 or 7676415. OLE color: 7676415.
HSL color Cylindrical-coordinate representation of color #FF2175: hue angle of 337.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2175 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 117 | - |
| CMYK | 0 | 0.87 | 0.54 | 0 |
| HSL | 337.3º | 1% | 0.56% | - |
| HSV(B) | 337.3º | 0.87% | 1% | - |
| XYZ | 44.99 | 23.63 | 19.02 | - |
| YUV | 108.95 | 132.55 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 117 | 0 | 0.87 | 0.54 | 0 | 337.3 | 1 | 0.56 |
| Hex | FF | 21 | 75 | 0 | 57 | 36 | 0 | 151 | 64 | 38 |
| Octal | 377 | 41 | 165 | 0 | 127 | 66 | 0 | 521 | 144 | 70 |
| Binary | 11111111 | 100001 | 1110101 | 0 | 1010111 | 110110 | 0 | 101010001 | 1100100 | 111000 |
Color Harmonies of #FF2175
Complementary color
Monochromatic Colors of #FF2175
Black with #FF2175
Text Example
Text Example
White with #FF2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2175; }
p { color: rgb(255,33,117); }
H1.HeaderClassName
{
color: #FF2175;
}
.AnyTagClassName
{
color: #FF2175;
}
</style>
background-color css
<style>
a { background-color: #FF2175; }
a { background-color: rgb(255,33,117); }
div.DivClassName
{
background-color: #FF2175;
}
.BgClassName
{
background-color: #FF2175;
}
</style>
border-color css
<style>
span { border-color: #FF2175; }
span { border-color: rgb(255,33,117); }
td.TdClassName
{
border-color: #FF2175;
}
.TagClassName
{
border-color: #FF2175;
}
</style>