Shades of Radical Red #FF3450
Tints of Radical Red #FF3450
RGB
CMYK
RGB Variations
Color information
#FF3450 (or 0xFF3450) is known color: Radical Red. HEX triplet: FF, 34 and 50. RGB value is (255,52,80). Sum of RGB (Red+Green+Blue) = 255+52+80=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3450 is #00CBAF. Grayscale: #737373. Windows color (decimal): -52144 or 5256447. OLE color: 5256447.
HSL color Cylindrical-coordinate representation of color #FF3450: hue angle of 351.72º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3450 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 80 | - |
| CMYK | 0 | 0.80 | 0.69 | 0 |
| HSL | 351.72º | 1% | 0.6% | - |
| HSV(B) | 351.72º | 0.8% | 1% | - |
| XYZ | 43.92 | 24.3 | 9.96 | - |
| YUV | 115.89 | 107.75 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 80 | 0 | 0.80 | 0.69 | 0 | 351.72 | 1 | 0.6 |
| Hex | FF | 34 | 50 | 0 | 50 | 45 | 0 | 160 | 64 | 3C |
| Octal | 377 | 64 | 120 | 0 | 120 | 105 | 0 | 540 | 144 | 74 |
| Binary | 11111111 | 110100 | 1010000 | 0 | 1010000 | 1000101 | 0 | 101100000 | 1100100 | 111100 |
Color Harmonies of #FF3450
Complementary color
Monochromatic Colors of #FF3450
Black with #FF3450
Text Example
Text Example
White with #FF3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3450; }
p { color: rgb(255,52,80); }
H1.HeaderClassName
{
color: #FF3450;
}
.AnyTagClassName
{
color: #FF3450;
}
</style>
background-color css
<style>
a { background-color: #FF3450; }
a { background-color: rgb(255,52,80); }
div.DivClassName
{
background-color: #FF3450;
}
.BgClassName
{
background-color: #FF3450;
}
</style>
border-color css
<style>
span { border-color: #FF3450; }
span { border-color: rgb(255,52,80); }
td.TdClassName
{
border-color: #FF3450;
}
.TagClassName
{
border-color: #FF3450;
}
</style>