Shades of Radical Red #FF1864
Tints of Radical Red #FF1864
RGB
CMYK
RGB Variations
Color information
#FF1864 (or 0xFF1864) is known color: Radical Red. HEX triplet: FF, 18 and 64. RGB value is (255,24,100). Sum of RGB (Red+Green+Blue) = 255+24+100=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1864 is #00E79B. Grayscale: #656565. Windows color (decimal): -59292 or 6559999. OLE color: 6559999.
HSL color Cylindrical-coordinate representation of color #FF1864: hue angle of 340.26º 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 #FF1864 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 100 | - |
| CMYK | 0 | 0.91 | 0.61 | 0 |
| HSL | 340.26º | 1% | 0.55% | - |
| HSV(B) | 340.26º | 0.91% | 1% | - |
| XYZ | 43.87 | 22.83 | 14.15 | - |
| YUV | 101.73 | 127.03 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 100 | 0 | 0.91 | 0.61 | 0 | 340.26 | 1 | 0.55 |
| Hex | FF | 18 | 64 | 0 | 5B | 3D | 0 | 154 | 64 | 37 |
| Octal | 377 | 30 | 144 | 0 | 133 | 75 | 0 | 524 | 144 | 67 |
| Binary | 11111111 | 11000 | 1100100 | 0 | 1011011 | 111101 | 0 | 101010100 | 1100100 | 110111 |
Color Harmonies of #FF1864
Complementary color
Monochromatic Colors of #FF1864
Black with #FF1864
Text Example
Text Example
White with #FF1864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1864; }
p { color: rgb(255,24,100); }
H1.HeaderClassName
{
color: #FF1864;
}
.AnyTagClassName
{
color: #FF1864;
}
</style>
background-color css
<style>
a { background-color: #FF1864; }
a { background-color: rgb(255,24,100); }
div.DivClassName
{
background-color: #FF1864;
}
.BgClassName
{
background-color: #FF1864;
}
</style>
border-color css
<style>
span { border-color: #FF1864; }
span { border-color: rgb(255,24,100); }
td.TdClassName
{
border-color: #FF1864;
}
.TagClassName
{
border-color: #FF1864;
}
</style>