Shades of Radical Red #FF1B5B
Tints of Radical Red #FF1B5B
RGB
CMYK
RGB Variations
Color information
#FF1B5B (or 0xFF1B5B) is known color: Radical Red. HEX triplet: FF, 1B and 5B. RGB value is (255,27,91). Sum of RGB (Red+Green+Blue) = 255+27+91=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B5B is #00E4A4. Grayscale: #666666. Windows color (decimal): -58533 or 5970943. OLE color: 5970943.
HSL color Cylindrical-coordinate representation of color #FF1B5B: hue angle of 343.16º 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 #FF1B5B is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 91 | - |
| CMYK | 0 | 0.89 | 0.64 | 0 |
| HSL | 343.16º | 1% | 0.55% | - |
| HSV(B) | 343.16º | 0.89% | 1% | - |
| XYZ | 43.52 | 22.8 | 12 | - |
| YUV | 102.47 | 121.54 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 91 | 0 | 0.89 | 0.64 | 0 | 343.16 | 1 | 0.55 |
| Hex | FF | 1B | 5B | 0 | 59 | 40 | 0 | 157 | 64 | 37 |
| Octal | 377 | 33 | 133 | 0 | 131 | 100 | 0 | 527 | 144 | 67 |
| Binary | 11111111 | 11011 | 1011011 | 0 | 1011001 | 1000000 | 0 | 101010111 | 1100100 | 110111 |
Color Harmonies of #FF1B5B
Complementary color
Monochromatic Colors of #FF1B5B
Black with #FF1B5B
Text Example
Text Example
White with #FF1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B5B; }
p { color: rgb(255,27,91); }
H1.HeaderClassName
{
color: #FF1B5B;
}
.AnyTagClassName
{
color: #FF1B5B;
}
</style>
background-color css
<style>
a { background-color: #FF1B5B; }
a { background-color: rgb(255,27,91); }
div.DivClassName
{
background-color: #FF1B5B;
}
.BgClassName
{
background-color: #FF1B5B;
}
</style>
border-color css
<style>
span { border-color: #FF1B5B; }
span { border-color: rgb(255,27,91); }
td.TdClassName
{
border-color: #FF1B5B;
}
.TagClassName
{
border-color: #FF1B5B;
}
</style>