Shades of Radical Red #FF4053
Tints of Radical Red #FF4053
RGB
CMYK
RGB Variations
Color information
#FF4053 (or 0xFF4053) is known color: Radical Red. HEX triplet: FF, 40 and 53. RGB value is (255,64,83). Sum of RGB (Red+Green+Blue) = 255+64+83=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4053 is #00BFAC. Grayscale: #7B7B7B. Windows color (decimal): -49069 or 5456127. OLE color: 5456127.
HSL color Cylindrical-coordinate representation of color #FF4053: hue angle of 354.03º 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 #FF4053 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 83 | - |
| CMYK | 0 | 0.75 | 0.67 | 0 |
| HSL | 354.03º | 1% | 0.63% | - |
| HSV(B) | 354.03º | 0.75% | 1% | - |
| XYZ | 44.63 | 25.55 | 10.76 | - |
| YUV | 123.28 | 105.28 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 83 | 0 | 0.75 | 0.67 | 0 | 354.03 | 1 | 0.63 |
| Hex | FF | 40 | 53 | 0 | 4B | 43 | 0 | 162 | 64 | 3F |
| Octal | 377 | 100 | 123 | 0 | 113 | 103 | 0 | 542 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1010011 | 0 | 1001011 | 1000011 | 0 | 101100010 | 1100100 | 111111 |
Color Harmonies of #FF4053
Complementary color
Monochromatic Colors of #FF4053
Black with #FF4053
Text Example
Text Example
White with #FF4053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4053; }
p { color: rgb(255,64,83); }
H1.HeaderClassName
{
color: #FF4053;
}
.AnyTagClassName
{
color: #FF4053;
}
</style>
background-color css
<style>
a { background-color: #FF4053; }
a { background-color: rgb(255,64,83); }
div.DivClassName
{
background-color: #FF4053;
}
.BgClassName
{
background-color: #FF4053;
}
</style>
border-color css
<style>
span { border-color: #FF4053; }
span { border-color: rgb(255,64,83); }
td.TdClassName
{
border-color: #FF4053;
}
.TagClassName
{
border-color: #FF4053;
}
</style>