Shades of Radical Red #FF364E
Tints of Radical Red #FF364E
RGB
CMYK
RGB Variations
Color information
#FF364E (or 0xFF364E) is known color: Radical Red. HEX triplet: FF, 36 and 4E. RGB value is (255,54,78). Sum of RGB (Red+Green+Blue) = 255+54+78=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF364E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF364E is #00C9B1. Grayscale: #747474. Windows color (decimal): -51634 or 5125887. OLE color: 5125887.
HSL color Cylindrical-coordinate representation of color #FF364E: hue angle of 352.84º 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 #FF364E is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 78 | - |
| CMYK | 0 | 0.79 | 0.69 | 0 |
| HSL | 352.84º | 1% | 0.61% | - |
| HSV(B) | 352.84º | 0.79% | 1% | - |
| XYZ | 43.93 | 24.45 | 9.61 | - |
| YUV | 116.84 | 106.09 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 78 | 0 | 0.79 | 0.69 | 0 | 352.84 | 1 | 0.61 |
| Hex | FF | 36 | 4E | 0 | 4F | 45 | 0 | 161 | 64 | 3D |
| Octal | 377 | 66 | 116 | 0 | 117 | 105 | 0 | 541 | 144 | 75 |
| Binary | 11111111 | 110110 | 1001110 | 0 | 1001111 | 1000101 | 0 | 101100001 | 1100100 | 111101 |
Color Harmonies of #FF364E
Complementary color
Monochromatic Colors of #FF364E
Black with #FF364E
Text Example
Text Example
White with #FF364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF364E; }
p { color: rgb(255,54,78); }
H1.HeaderClassName
{
color: #FF364E;
}
.AnyTagClassName
{
color: #FF364E;
}
</style>
background-color css
<style>
a { background-color: #FF364E; }
a { background-color: rgb(255,54,78); }
div.DivClassName
{
background-color: #FF364E;
}
.BgClassName
{
background-color: #FF364E;
}
</style>
border-color css
<style>
span { border-color: #FF364E; }
span { border-color: rgb(255,54,78); }
td.TdClassName
{
border-color: #FF364E;
}
.TagClassName
{
border-color: #FF364E;
}
</style>