Shades of Radical Red #FF3053
Tints of Radical Red #FF3053
RGB
CMYK
RGB Variations
Color information
#FF3053 (or 0xFF3053) is known color: Radical Red. HEX triplet: FF, 30 and 53. RGB value is (255,48,83). Sum of RGB (Red+Green+Blue) = 255+48+83=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3053 is #00CFAC. Grayscale: #717171. Windows color (decimal): -53165 or 5452031. OLE color: 5452031.
HSL color Cylindrical-coordinate representation of color #FF3053: hue angle of 349.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3053 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 83 | - |
| CMYK | 0 | 0.81 | 0.67 | 0 |
| HSL | 349.86º | 1% | 0.59% | - |
| HSV(B) | 349.86º | 0.81% | 1% | - |
| XYZ | 43.86 | 24 | 10.5 | - |
| YUV | 113.88 | 110.58 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 83 | 0 | 0.81 | 0.67 | 0 | 349.86 | 1 | 0.59 |
| Hex | FF | 30 | 53 | 0 | 51 | 43 | 0 | 15E | 64 | 3B |
| Octal | 377 | 60 | 123 | 0 | 121 | 103 | 0 | 536 | 144 | 73 |
| Binary | 11111111 | 110000 | 1010011 | 0 | 1010001 | 1000011 | 0 | 101011110 | 1100100 | 111011 |
Color Harmonies of #FF3053
Complementary color
Monochromatic Colors of #FF3053
Black with #FF3053
Text Example
Text Example
White with #FF3053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3053; }
p { color: rgb(255,48,83); }
H1.HeaderClassName
{
color: #FF3053;
}
.AnyTagClassName
{
color: #FF3053;
}
</style>
background-color css
<style>
a { background-color: #FF3053; }
a { background-color: rgb(255,48,83); }
div.DivClassName
{
background-color: #FF3053;
}
.BgClassName
{
background-color: #FF3053;
}
</style>
border-color css
<style>
span { border-color: #FF3053; }
span { border-color: rgb(255,48,83); }
td.TdClassName
{
border-color: #FF3053;
}
.TagClassName
{
border-color: #FF3053;
}
</style>