Shades of Radical Red #FF3651
Tints of Radical Red #FF3651
RGB
CMYK
RGB Variations
Color information
#FF3651 (or 0xFF3651) is known color: Radical Red. HEX triplet: FF, 36 and 51. RGB value is (255,54,81). Sum of RGB (Red+Green+Blue) = 255+54+81=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3651 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3651 is #00C9AE. Grayscale: #757575. Windows color (decimal): -51631 or 5322495. OLE color: 5322495.
HSL color Cylindrical-coordinate representation of color #FF3651: hue angle of 351.94º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3651 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 81 | - |
| CMYK | 0 | 0.79 | 0.68 | 0 |
| HSL | 351.94º | 1% | 0.61% | - |
| HSV(B) | 351.94º | 0.79% | 1% | - |
| XYZ | 44.04 | 24.49 | 10.19 | - |
| YUV | 117.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 81 | 0 | 0.79 | 0.68 | 0 | 351.94 | 1 | 0.61 |
| Hex | FF | 36 | 51 | 0 | 4F | 44 | 0 | 160 | 64 | 3D |
| Octal | 377 | 66 | 121 | 0 | 117 | 104 | 0 | 540 | 144 | 75 |
| Binary | 11111111 | 110110 | 1010001 | 0 | 1001111 | 1000100 | 0 | 101100000 | 1100100 | 111101 |
Color Harmonies of #FF3651
Complementary color
Monochromatic Colors of #FF3651
Black with #FF3651
Text Example
Text Example
White with #FF3651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3651; }
p { color: rgb(255,54,81); }
H1.HeaderClassName
{
color: #FF3651;
}
.AnyTagClassName
{
color: #FF3651;
}
</style>
background-color css
<style>
a { background-color: #FF3651; }
a { background-color: rgb(255,54,81); }
div.DivClassName
{
background-color: #FF3651;
}
.BgClassName
{
background-color: #FF3651;
}
</style>
border-color css
<style>
span { border-color: #FF3651; }
span { border-color: rgb(255,54,81); }
td.TdClassName
{
border-color: #FF3651;
}
.TagClassName
{
border-color: #FF3651;
}
</style>