Shades of Radical Red #FF1756
Tints of Radical Red #FF1756
RGB
CMYK
RGB Variations
Color information
#FF1756 (or 0xFF1756) is known color: Radical Red. HEX triplet: FF, 17 and 56. RGB value is (255,23,86). Sum of RGB (Red+Green+Blue) = 255+23+86=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1756 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1756 is #00E8A9. Grayscale: #636363. Windows color (decimal): -59562 or 5642239. OLE color: 5642239.
HSL color Cylindrical-coordinate representation of color #FF1756: hue angle of 343.71º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1756 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 86 | - |
| CMYK | 0 | 0.91 | 0.66 | 0 |
| HSL | 343.71º | 1% | 0.55% | - |
| HSV(B) | 343.71º | 0.91% | 1% | - |
| XYZ | 43.23 | 22.54 | 10.88 | - |
| YUV | 99.55 | 120.36 | 238.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 86 | 0 | 0.91 | 0.66 | 0 | 343.71 | 1 | 0.55 |
| Hex | FF | 17 | 56 | 0 | 5B | 42 | 0 | 158 | 64 | 37 |
| Octal | 377 | 27 | 126 | 0 | 133 | 102 | 0 | 530 | 144 | 67 |
| Binary | 11111111 | 10111 | 1010110 | 0 | 1011011 | 1000010 | 0 | 101011000 | 1100100 | 110111 |
Color Harmonies of #FF1756
Complementary color
Monochromatic Colors of #FF1756
Black with #FF1756
Text Example
Text Example
White with #FF1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1756; }
p { color: rgb(255,23,86); }
H1.HeaderClassName
{
color: #FF1756;
}
.AnyTagClassName
{
color: #FF1756;
}
</style>
background-color css
<style>
a { background-color: #FF1756; }
a { background-color: rgb(255,23,86); }
div.DivClassName
{
background-color: #FF1756;
}
.BgClassName
{
background-color: #FF1756;
}
</style>
border-color css
<style>
span { border-color: #FF1756; }
span { border-color: rgb(255,23,86); }
td.TdClassName
{
border-color: #FF1756;
}
.TagClassName
{
border-color: #FF1756;
}
</style>