Shades of Radical Red #FF195E
Tints of Radical Red #FF195E
RGB
CMYK
RGB Variations
Color information
#FF195E (or 0xFF195E) is known color: Radical Red. HEX triplet: FF, 19 and 5E. RGB value is (255,25,94). Sum of RGB (Red+Green+Blue) = 255+25+94=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF195E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF195E is #00E6A1. Grayscale: #656565. Windows color (decimal): -59042 or 6167039. OLE color: 6167039.
HSL color Cylindrical-coordinate representation of color #FF195E: hue angle of 342º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF195E is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 94 | - |
| CMYK | 0 | 0.90 | 0.63 | 0 |
| HSL | 342º | 1% | 0.55% | - |
| HSV(B) | 342º | 0.9% | 1% | - |
| XYZ | 43.61 | 22.76 | 12.69 | - |
| YUV | 101.64 | 123.7 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 94 | 0 | 0.90 | 0.63 | 0 | 342 | 1 | 0.55 |
| Hex | FF | 19 | 5E | 0 | 5A | 3F | 0 | 156 | 64 | 37 |
| Octal | 377 | 31 | 136 | 0 | 132 | 77 | 0 | 526 | 144 | 67 |
| Binary | 11111111 | 11001 | 1011110 | 0 | 1011010 | 111111 | 0 | 101010110 | 1100100 | 110111 |
Color Harmonies of #FF195E
Complementary color
Monochromatic Colors of #FF195E
Black with #FF195E
Text Example
Text Example
White with #FF195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF195E; }
p { color: rgb(255,25,94); }
H1.HeaderClassName
{
color: #FF195E;
}
.AnyTagClassName
{
color: #FF195E;
}
</style>
background-color css
<style>
a { background-color: #FF195E; }
a { background-color: rgb(255,25,94); }
div.DivClassName
{
background-color: #FF195E;
}
.BgClassName
{
background-color: #FF195E;
}
</style>
border-color css
<style>
span { border-color: #FF195E; }
span { border-color: rgb(255,25,94); }
td.TdClassName
{
border-color: #FF195E;
}
.TagClassName
{
border-color: #FF195E;
}
</style>