Shades of Radical Red #FF365C
Tints of Radical Red #FF365C
RGB
CMYK
RGB Variations
Color information
#FF365C (or 0xFF365C) is known color: Radical Red. HEX triplet: FF, 36 and 5C. RGB value is (255,54,92). Sum of RGB (Red+Green+Blue) = 255+54+92=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF365C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF365C is #00C9A3. Grayscale: #767676. Windows color (decimal): -51620 or 6043391. OLE color: 6043391.
HSL color Cylindrical-coordinate representation of color #FF365C: hue angle of 348.66º 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 #FF365C is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 92 | - |
| CMYK | 0 | 0.79 | 0.64 | 0 |
| HSL | 348.66º | 1% | 0.61% | - |
| HSV(B) | 348.66º | 0.79% | 1% | - |
| XYZ | 44.49 | 24.67 | 12.54 | - |
| YUV | 118.43 | 113.09 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 92 | 0 | 0.79 | 0.64 | 0 | 348.66 | 1 | 0.61 |
| Hex | FF | 36 | 5C | 0 | 4F | 40 | 0 | 15D | 64 | 3D |
| Octal | 377 | 66 | 134 | 0 | 117 | 100 | 0 | 535 | 144 | 75 |
| Binary | 11111111 | 110110 | 1011100 | 0 | 1001111 | 1000000 | 0 | 101011101 | 1100100 | 111101 |
Color Harmonies of #FF365C
Complementary color
Monochromatic Colors of #FF365C
Black with #FF365C
Text Example
Text Example
White with #FF365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF365C; }
p { color: rgb(255,54,92); }
H1.HeaderClassName
{
color: #FF365C;
}
.AnyTagClassName
{
color: #FF365C;
}
</style>
background-color css
<style>
a { background-color: #FF365C; }
a { background-color: rgb(255,54,92); }
div.DivClassName
{
background-color: #FF365C;
}
.BgClassName
{
background-color: #FF365C;
}
</style>
border-color css
<style>
span { border-color: #FF365C; }
span { border-color: rgb(255,54,92); }
td.TdClassName
{
border-color: #FF365C;
}
.TagClassName
{
border-color: #FF365C;
}
</style>