Shades of Radical Red #FF1856
Tints of Radical Red #FF1856
RGB
CMYK
RGB Variations
Color information
#FF1856 (or 0xFF1856) is known color: Radical Red. HEX triplet: FF, 18 and 56. RGB value is (255,24,86). Sum of RGB (Red+Green+Blue) = 255+24+86=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1856 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1856 is #00E7A9. Grayscale: #646464. Windows color (decimal): -59306 or 5642495. OLE color: 5642495.
HSL color Cylindrical-coordinate representation of color #FF1856: hue angle of 343.9º 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 #FF1856 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 86 | - |
| CMYK | 0 | 0.91 | 0.66 | 0 |
| HSL | 343.9º | 1% | 0.55% | - |
| HSV(B) | 343.9º | 0.91% | 1% | - |
| XYZ | 43.25 | 22.59 | 10.88 | - |
| YUV | 100.14 | 120.03 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 86 | 0 | 0.91 | 0.66 | 0 | 343.9 | 1 | 0.55 |
| Hex | FF | 18 | 56 | 0 | 5B | 42 | 0 | 158 | 64 | 37 |
| Octal | 377 | 30 | 126 | 0 | 133 | 102 | 0 | 530 | 144 | 67 |
| Binary | 11111111 | 11000 | 1010110 | 0 | 1011011 | 1000010 | 0 | 101011000 | 1100100 | 110111 |
Color Harmonies of #FF1856
Complementary color
Monochromatic Colors of #FF1856
Black with #FF1856
Text Example
Text Example
White with #FF1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1856; }
p { color: rgb(255,24,86); }
H1.HeaderClassName
{
color: #FF1856;
}
.AnyTagClassName
{
color: #FF1856;
}
</style>
background-color css
<style>
a { background-color: #FF1856; }
a { background-color: rgb(255,24,86); }
div.DivClassName
{
background-color: #FF1856;
}
.BgClassName
{
background-color: #FF1856;
}
</style>
border-color css
<style>
span { border-color: #FF1856; }
span { border-color: rgb(255,24,86); }
td.TdClassName
{
border-color: #FF1856;
}
.TagClassName
{
border-color: #FF1856;
}
</style>