Shades of Radical Red #FF1B5C
Tints of Radical Red #FF1B5C
RGB
CMYK
RGB Variations
Color information
#FF1B5C (or 0xFF1B5C) is known color: Radical Red. HEX triplet: FF, 1B and 5C. RGB value is (255,27,92). Sum of RGB (Red+Green+Blue) = 255+27+92=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B5C is #00E4A3. Grayscale: #666666. Windows color (decimal): -58532 or 6036479. OLE color: 6036479.
HSL color Cylindrical-coordinate representation of color #FF1B5C: hue angle of 342.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1B5C is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 92 | - |
| CMYK | 0 | 0.89 | 0.64 | 0 |
| HSL | 342.89º | 1% | 0.55% | - |
| HSV(B) | 342.89º | 0.89% | 1% | - |
| XYZ | 43.56 | 22.82 | 12.23 | - |
| YUV | 102.58 | 122.04 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 92 | 0 | 0.89 | 0.64 | 0 | 342.89 | 1 | 0.55 |
| Hex | FF | 1B | 5C | 0 | 59 | 40 | 0 | 157 | 64 | 37 |
| Octal | 377 | 33 | 134 | 0 | 131 | 100 | 0 | 527 | 144 | 67 |
| Binary | 11111111 | 11011 | 1011100 | 0 | 1011001 | 1000000 | 0 | 101010111 | 1100100 | 110111 |
Color Harmonies of #FF1B5C
Complementary color
Monochromatic Colors of #FF1B5C
Black with #FF1B5C
Text Example
Text Example
White with #FF1B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B5C; }
p { color: rgb(255,27,92); }
H1.HeaderClassName
{
color: #FF1B5C;
}
.AnyTagClassName
{
color: #FF1B5C;
}
</style>
background-color css
<style>
a { background-color: #FF1B5C; }
a { background-color: rgb(255,27,92); }
div.DivClassName
{
background-color: #FF1B5C;
}
.BgClassName
{
background-color: #FF1B5C;
}
</style>
border-color css
<style>
span { border-color: #FF1B5C; }
span { border-color: rgb(255,27,92); }
td.TdClassName
{
border-color: #FF1B5C;
}
.TagClassName
{
border-color: #FF1B5C;
}
</style>