Shades of Radical Red #FF366E
Tints of Radical Red #FF366E
RGB
CMYK
RGB Variations
Color information
#FF366E (or 0xFF366E) is known color: Radical Red. HEX triplet: FF, 36 and 6E. RGB value is (255,54,110). Sum of RGB (Red+Green+Blue) = 255+54+110=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF366E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF366E is #00C991. Grayscale: #787878. Windows color (decimal): -51602 or 7223039. OLE color: 7223039.
HSL color Cylindrical-coordinate representation of color #FF366E: hue angle of 343.28º 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 #FF366E is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 110 | - |
| CMYK | 0 | 0.79 | 0.57 | 0 |
| HSL | 343.28º | 1% | 0.61% | - |
| HSV(B) | 343.28º | 0.79% | 1% | - |
| XYZ | 45.37 | 25.02 | 17.19 | - |
| YUV | 120.48 | 122.09 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 110 | 0 | 0.79 | 0.57 | 0 | 343.28 | 1 | 0.61 |
| Hex | FF | 36 | 6E | 0 | 4F | 39 | 0 | 157 | 64 | 3D |
| Octal | 377 | 66 | 156 | 0 | 117 | 71 | 0 | 527 | 144 | 75 |
| Binary | 11111111 | 110110 | 1101110 | 0 | 1001111 | 111001 | 0 | 101010111 | 1100100 | 111101 |
Color Harmonies of #FF366E
Complementary color
Monochromatic Colors of #FF366E
Black with #FF366E
Text Example
Text Example
White with #FF366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF366E; }
p { color: rgb(255,54,110); }
H1.HeaderClassName
{
color: #FF366E;
}
.AnyTagClassName
{
color: #FF366E;
}
</style>
background-color css
<style>
a { background-color: #FF366E; }
a { background-color: rgb(255,54,110); }
div.DivClassName
{
background-color: #FF366E;
}
.BgClassName
{
background-color: #FF366E;
}
</style>
border-color css
<style>
span { border-color: #FF366E; }
span { border-color: rgb(255,54,110); }
td.TdClassName
{
border-color: #FF366E;
}
.TagClassName
{
border-color: #FF366E;
}
</style>