Shades of Radical Red #FF4C5B
Tints of Radical Red #FF4C5B
RGB
CMYK
RGB Variations
Color information
#FF4C5B (or 0xFF4C5B) is known color: Radical Red. HEX triplet: FF, 4C and 5B. RGB value is (255,76,91). Sum of RGB (Red+Green+Blue) = 255+76+91=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C5B is #00B3A4. Grayscale: #838383. Windows color (decimal): -45989 or 5983487. OLE color: 5983487.
HSL color Cylindrical-coordinate representation of color #FF4C5B: hue angle of 354.97º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4C5B is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 91 | - |
| CMYK | 0 | 0.70 | 0.64 | 0 |
| HSL | 354.97º | 1% | 0.65% | - |
| HSV(B) | 354.97º | 0.7% | 1% | - |
| XYZ | 45.71 | 27.18 | 12.74 | - |
| YUV | 131.23 | 105.3 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 91 | 0 | 0.70 | 0.64 | 0 | 354.97 | 1 | 0.65 |
| Hex | FF | 4C | 5B | 0 | 46 | 40 | 0 | 163 | 64 | 41 |
| Octal | 377 | 114 | 133 | 0 | 106 | 100 | 0 | 543 | 144 | 101 |
| Binary | 11111111 | 1001100 | 1011011 | 0 | 1000110 | 1000000 | 0 | 101100011 | 1100100 | 1000001 |
Color Harmonies of #FF4C5B
Complementary color
Monochromatic Colors of #FF4C5B
Black with #FF4C5B
Text Example
Text Example
White with #FF4C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C5B; }
p { color: rgb(255,76,91); }
H1.HeaderClassName
{
color: #FF4C5B;
}
.AnyTagClassName
{
color: #FF4C5B;
}
</style>
background-color css
<style>
a { background-color: #FF4C5B; }
a { background-color: rgb(255,76,91); }
div.DivClassName
{
background-color: #FF4C5B;
}
.BgClassName
{
background-color: #FF4C5B;
}
</style>
border-color css
<style>
span { border-color: #FF4C5B; }
span { border-color: rgb(255,76,91); }
td.TdClassName
{
border-color: #FF4C5B;
}
.TagClassName
{
border-color: #FF4C5B;
}
</style>