Shades of Radical Red #FF4054
Tints of Radical Red #FF4054
RGB
CMYK
RGB Variations
Color information
#FF4054 (or 0xFF4054) is known color: Radical Red. HEX triplet: FF, 40 and 54. RGB value is (255,64,84). Sum of RGB (Red+Green+Blue) = 255+64+84=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4054 is #00BFAB. Grayscale: #7B7B7B. Windows color (decimal): -49068 or 5521663. OLE color: 5521663.
HSL color Cylindrical-coordinate representation of color #FF4054: hue angle of 353.72º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4054 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 84 | - |
| CMYK | 0 | 0.75 | 0.67 | 0 |
| HSL | 353.72º | 1% | 0.63% | - |
| HSV(B) | 353.72º | 0.75% | 1% | - |
| XYZ | 44.67 | 25.57 | 10.97 | - |
| YUV | 123.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 84 | 0 | 0.75 | 0.67 | 0 | 353.72 | 1 | 0.63 |
| Hex | FF | 40 | 54 | 0 | 4B | 43 | 0 | 162 | 64 | 3F |
| Octal | 377 | 100 | 124 | 0 | 113 | 103 | 0 | 542 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1010100 | 0 | 1001011 | 1000011 | 0 | 101100010 | 1100100 | 111111 |
Color Harmonies of #FF4054
Complementary color
Monochromatic Colors of #FF4054
Black with #FF4054
Text Example
Text Example
White with #FF4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4054; }
p { color: rgb(255,64,84); }
H1.HeaderClassName
{
color: #FF4054;
}
.AnyTagClassName
{
color: #FF4054;
}
</style>
background-color css
<style>
a { background-color: #FF4054; }
a { background-color: rgb(255,64,84); }
div.DivClassName
{
background-color: #FF4054;
}
.BgClassName
{
background-color: #FF4054;
}
</style>
border-color css
<style>
span { border-color: #FF4054; }
span { border-color: rgb(255,64,84); }
td.TdClassName
{
border-color: #FF4054;
}
.TagClassName
{
border-color: #FF4054;
}
</style>