Shades of Radical Red #FF1A5C
Tints of Radical Red #FF1A5C
RGB
CMYK
RGB Variations
Color information
#FF1A5C (or 0xFF1A5C) is known color: Radical Red. HEX triplet: FF, 1A and 5C. RGB value is (255,26,92). Sum of RGB (Red+Green+Blue) = 255+26+92=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A5C is #00E5A3. Grayscale: #656565. Windows color (decimal): -58788 or 6036223. OLE color: 6036223.
HSL color Cylindrical-coordinate representation of color #FF1A5C: hue angle of 342.71º 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 #FF1A5C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 92 | - |
| CMYK | 0 | 0.90 | 0.64 | 0 |
| HSL | 342.71º | 1% | 0.55% | - |
| HSV(B) | 342.71º | 0.9% | 1% | - |
| XYZ | 43.54 | 22.77 | 12.23 | - |
| YUV | 102 | 122.37 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 92 | 0 | 0.90 | 0.64 | 0 | 342.71 | 1 | 0.55 |
| Hex | FF | 1A | 5C | 0 | 5A | 40 | 0 | 157 | 64 | 37 |
| Octal | 377 | 32 | 134 | 0 | 132 | 100 | 0 | 527 | 144 | 67 |
| Binary | 11111111 | 11010 | 1011100 | 0 | 1011010 | 1000000 | 0 | 101010111 | 1100100 | 110111 |
Color Harmonies of #FF1A5C
Complementary color
Monochromatic Colors of #FF1A5C
Black with #FF1A5C
Text Example
Text Example
White with #FF1A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A5C; }
p { color: rgb(255,26,92); }
H1.HeaderClassName
{
color: #FF1A5C;
}
.AnyTagClassName
{
color: #FF1A5C;
}
</style>
background-color css
<style>
a { background-color: #FF1A5C; }
a { background-color: rgb(255,26,92); }
div.DivClassName
{
background-color: #FF1A5C;
}
.BgClassName
{
background-color: #FF1A5C;
}
</style>
border-color css
<style>
span { border-color: #FF1A5C; }
span { border-color: rgb(255,26,92); }
td.TdClassName
{
border-color: #FF1A5C;
}
.TagClassName
{
border-color: #FF1A5C;
}
</style>