Shades of Radical Red #FF4156
Tints of Radical Red #FF4156
RGB
CMYK
RGB Variations
Color information
#FF4156 (or 0xFF4156) is known color: Radical Red. HEX triplet: FF, 41 and 56. RGB value is (255,65,86). Sum of RGB (Red+Green+Blue) = 255+65+86=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4156 is #00BEA9. Grayscale: #7C7C7C. Windows color (decimal): -48810 or 5652991. OLE color: 5652991.
HSL color Cylindrical-coordinate representation of color #FF4156: hue angle of 353.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4156 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 86 | - |
| CMYK | 0 | 0.75 | 0.66 | 0 |
| HSL | 353.37º | 1% | 0.63% | - |
| HSV(B) | 353.37º | 0.75% | 1% | - |
| XYZ | 44.81 | 25.71 | 11.41 | - |
| YUV | 124.2 | 106.45 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 86 | 0 | 0.75 | 0.66 | 0 | 353.37 | 1 | 0.63 |
| Hex | FF | 41 | 56 | 0 | 4B | 42 | 0 | 161 | 64 | 3F |
| Octal | 377 | 101 | 126 | 0 | 113 | 102 | 0 | 541 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1010110 | 0 | 1001011 | 1000010 | 0 | 101100001 | 1100100 | 111111 |
Color Harmonies of #FF4156
Complementary color
Monochromatic Colors of #FF4156
Black with #FF4156
Text Example
Text Example
White with #FF4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4156; }
p { color: rgb(255,65,86); }
H1.HeaderClassName
{
color: #FF4156;
}
.AnyTagClassName
{
color: #FF4156;
}
</style>
background-color css
<style>
a { background-color: #FF4156; }
a { background-color: rgb(255,65,86); }
div.DivClassName
{
background-color: #FF4156;
}
.BgClassName
{
background-color: #FF4156;
}
</style>
border-color css
<style>
span { border-color: #FF4156; }
span { border-color: rgb(255,65,86); }
td.TdClassName
{
border-color: #FF4156;
}
.TagClassName
{
border-color: #FF4156;
}
</style>