Shades of Radical Red #FF1B53
Tints of Radical Red #FF1B53
RGB
CMYK
RGB Variations
Color information
#FF1B53 (or 0xFF1B53) is known color: Radical Red. HEX triplet: FF, 1B and 53. RGB value is (255,27,83). Sum of RGB (Red+Green+Blue) = 255+27+83=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B53 is #00E4AC. Grayscale: #656565. Windows color (decimal): -58541 or 5446655. OLE color: 5446655.
HSL color Cylindrical-coordinate representation of color #FF1B53: hue angle of 345.26º 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 #FF1B53 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 83 | - |
| CMYK | 0 | 0.89 | 0.67 | 0 |
| HSL | 345.26º | 1% | 0.55% | - |
| HSV(B) | 345.26º | 0.89% | 1% | - |
| XYZ | 43.19 | 22.67 | 10.28 | - |
| YUV | 101.56 | 117.54 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 83 | 0 | 0.89 | 0.67 | 0 | 345.26 | 1 | 0.55 |
| Hex | FF | 1B | 53 | 0 | 59 | 43 | 0 | 159 | 64 | 37 |
| Octal | 377 | 33 | 123 | 0 | 131 | 103 | 0 | 531 | 144 | 67 |
| Binary | 11111111 | 11011 | 1010011 | 0 | 1011001 | 1000011 | 0 | 101011001 | 1100100 | 110111 |
Color Harmonies of #FF1B53
Complementary color
Monochromatic Colors of #FF1B53
Black with #FF1B53
Text Example
Text Example
White with #FF1B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B53; }
p { color: rgb(255,27,83); }
H1.HeaderClassName
{
color: #FF1B53;
}
.AnyTagClassName
{
color: #FF1B53;
}
</style>
background-color css
<style>
a { background-color: #FF1B53; }
a { background-color: rgb(255,27,83); }
div.DivClassName
{
background-color: #FF1B53;
}
.BgClassName
{
background-color: #FF1B53;
}
</style>
border-color css
<style>
span { border-color: #FF1B53; }
span { border-color: rgb(255,27,83); }
td.TdClassName
{
border-color: #FF1B53;
}
.TagClassName
{
border-color: #FF1B53;
}
</style>