Shades of Radical Red #FF195D
Tints of Radical Red #FF195D
RGB
CMYK
RGB Variations
Color information
#FF195D (or 0xFF195D) is known color: Radical Red. HEX triplet: FF, 19 and 5D. RGB value is (255,25,93). Sum of RGB (Red+Green+Blue) = 255+25+93=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF195D is #00E6A2. Grayscale: #656565. Windows color (decimal): -59043 or 6101503. OLE color: 6101503.
HSL color Cylindrical-coordinate representation of color #FF195D: hue angle of 342.26º 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 #FF195D is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 93 | - |
| CMYK | 0 | 0.90 | 0.64 | 0 |
| HSL | 342.26º | 1% | 0.55% | - |
| HSV(B) | 342.26º | 0.9% | 1% | - |
| XYZ | 43.56 | 22.75 | 12.45 | - |
| YUV | 101.52 | 123.2 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 93 | 0 | 0.90 | 0.64 | 0 | 342.26 | 1 | 0.55 |
| Hex | FF | 19 | 5D | 0 | 5A | 40 | 0 | 156 | 64 | 37 |
| Octal | 377 | 31 | 135 | 0 | 132 | 100 | 0 | 526 | 144 | 67 |
| Binary | 11111111 | 11001 | 1011101 | 0 | 1011010 | 1000000 | 0 | 101010110 | 1100100 | 110111 |
Color Harmonies of #FF195D
Complementary color
Monochromatic Colors of #FF195D
Black with #FF195D
Text Example
Text Example
White with #FF195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF195D; }
p { color: rgb(255,25,93); }
H1.HeaderClassName
{
color: #FF195D;
}
.AnyTagClassName
{
color: #FF195D;
}
</style>
background-color css
<style>
a { background-color: #FF195D; }
a { background-color: rgb(255,25,93); }
div.DivClassName
{
background-color: #FF195D;
}
.BgClassName
{
background-color: #FF195D;
}
</style>
border-color css
<style>
span { border-color: #FF195D; }
span { border-color: rgb(255,25,93); }
td.TdClassName
{
border-color: #FF195D;
}
.TagClassName
{
border-color: #FF195D;
}
</style>