Shades of Radical Red #FF3054
Tints of Radical Red #FF3054
RGB
CMYK
RGB Variations
Color information
#FF3054 (or 0xFF3054) is known color: Radical Red. HEX triplet: FF, 30 and 54. RGB value is (255,48,84). Sum of RGB (Red+Green+Blue) = 255+48+84=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3054 is #00CFAB. Grayscale: #727272. Windows color (decimal): -53164 or 5517567. OLE color: 5517567.
HSL color Cylindrical-coordinate representation of color #FF3054: hue angle of 349.57º 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 #FF3054 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 84 | - |
| CMYK | 0 | 0.81 | 0.67 | 0 |
| HSL | 349.57º | 1% | 0.59% | - |
| HSV(B) | 349.57º | 0.81% | 1% | - |
| XYZ | 43.9 | 24.01 | 10.71 | - |
| YUV | 114 | 111.08 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 84 | 0 | 0.81 | 0.67 | 0 | 349.57 | 1 | 0.59 |
| Hex | FF | 30 | 54 | 0 | 51 | 43 | 0 | 15E | 64 | 3B |
| Octal | 377 | 60 | 124 | 0 | 121 | 103 | 0 | 536 | 144 | 73 |
| Binary | 11111111 | 110000 | 1010100 | 0 | 1010001 | 1000011 | 0 | 101011110 | 1100100 | 111011 |
Color Harmonies of #FF3054
Complementary color
Monochromatic Colors of #FF3054
Black with #FF3054
Text Example
Text Example
White with #FF3054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3054; }
p { color: rgb(255,48,84); }
H1.HeaderClassName
{
color: #FF3054;
}
.AnyTagClassName
{
color: #FF3054;
}
</style>
background-color css
<style>
a { background-color: #FF3054; }
a { background-color: rgb(255,48,84); }
div.DivClassName
{
background-color: #FF3054;
}
.BgClassName
{
background-color: #FF3054;
}
</style>
border-color css
<style>
span { border-color: #FF3054; }
span { border-color: rgb(255,48,84); }
td.TdClassName
{
border-color: #FF3054;
}
.TagClassName
{
border-color: #FF3054;
}
</style>