Shades of Radical Red #FF365E
Tints of Radical Red #FF365E
RGB
CMYK
RGB Variations
Color information
#FF365E (or 0xFF365E) is known color: Radical Red. HEX triplet: FF, 36 and 5E. RGB value is (255,54,94). Sum of RGB (Red+Green+Blue) = 255+54+94=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF365E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF365E is #00C9A1. Grayscale: #767676. Windows color (decimal): -51618 or 6174463. OLE color: 6174463.
HSL color Cylindrical-coordinate representation of color #FF365E: hue angle of 348.06º 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 #FF365E is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 94 | - |
| CMYK | 0 | 0.79 | 0.63 | 0 |
| HSL | 348.06º | 1% | 0.61% | - |
| HSV(B) | 348.06º | 0.79% | 1% | - |
| XYZ | 44.58 | 24.71 | 13.01 | - |
| YUV | 118.66 | 114.09 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 94 | 0 | 0.79 | 0.63 | 0 | 348.06 | 1 | 0.61 |
| Hex | FF | 36 | 5E | 0 | 4F | 3F | 0 | 15C | 64 | 3D |
| Octal | 377 | 66 | 136 | 0 | 117 | 77 | 0 | 534 | 144 | 75 |
| Binary | 11111111 | 110110 | 1011110 | 0 | 1001111 | 111111 | 0 | 101011100 | 1100100 | 111101 |
Color Harmonies of #FF365E
Complementary color
Monochromatic Colors of #FF365E
Black with #FF365E
Text Example
Text Example
White with #FF365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF365E; }
p { color: rgb(255,54,94); }
H1.HeaderClassName
{
color: #FF365E;
}
.AnyTagClassName
{
color: #FF365E;
}
</style>
background-color css
<style>
a { background-color: #FF365E; }
a { background-color: rgb(255,54,94); }
div.DivClassName
{
background-color: #FF365E;
}
.BgClassName
{
background-color: #FF365E;
}
</style>
border-color css
<style>
span { border-color: #FF365E; }
span { border-color: rgb(255,54,94); }
td.TdClassName
{
border-color: #FF365E;
}
.TagClassName
{
border-color: #FF365E;
}
</style>