Shades of Radical Red #FF365D
Tints of Radical Red #FF365D
RGB
CMYK
RGB Variations
Color information
#FF365D (or 0xFF365D) is known color: Radical Red. HEX triplet: FF, 36 and 5D. RGB value is (255,54,93). Sum of RGB (Red+Green+Blue) = 255+54+93=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF365D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF365D is #00C9A2. Grayscale: #767676. Windows color (decimal): -51619 or 6108927. OLE color: 6108927.
HSL color Cylindrical-coordinate representation of color #FF365D: hue angle of 348.36º 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 #FF365D is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 93 | - |
| CMYK | 0 | 0.79 | 0.64 | 0 |
| HSL | 348.36º | 1% | 0.61% | - |
| HSV(B) | 348.36º | 0.79% | 1% | - |
| XYZ | 44.53 | 24.69 | 12.77 | - |
| YUV | 118.55 | 113.59 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 93 | 0 | 0.79 | 0.64 | 0 | 348.36 | 1 | 0.61 |
| Hex | FF | 36 | 5D | 0 | 4F | 40 | 0 | 15C | 64 | 3D |
| Octal | 377 | 66 | 135 | 0 | 117 | 100 | 0 | 534 | 144 | 75 |
| Binary | 11111111 | 110110 | 1011101 | 0 | 1001111 | 1000000 | 0 | 101011100 | 1100100 | 111101 |
Color Harmonies of #FF365D
Complementary color
Monochromatic Colors of #FF365D
Black with #FF365D
Text Example
Text Example
White with #FF365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF365D; }
p { color: rgb(255,54,93); }
H1.HeaderClassName
{
color: #FF365D;
}
.AnyTagClassName
{
color: #FF365D;
}
</style>
background-color css
<style>
a { background-color: #FF365D; }
a { background-color: rgb(255,54,93); }
div.DivClassName
{
background-color: #FF365D;
}
.BgClassName
{
background-color: #FF365D;
}
</style>
border-color css
<style>
span { border-color: #FF365D; }
span { border-color: rgb(255,54,93); }
td.TdClassName
{
border-color: #FF365D;
}
.TagClassName
{
border-color: #FF365D;
}
</style>