Shades of Radical Red #FF366D
Tints of Radical Red #FF366D
RGB
CMYK
RGB Variations
Color information
#FF366D (or 0xFF366D) is known color: Radical Red. HEX triplet: FF, 36 and 6D. RGB value is (255,54,109). Sum of RGB (Red+Green+Blue) = 255+54+109=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF366D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF366D is #00C992. Grayscale: #787878. Windows color (decimal): -51603 or 7157503. OLE color: 7157503.
HSL color Cylindrical-coordinate representation of color #FF366D: hue angle of 343.58º 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 #FF366D is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 109 | - |
| CMYK | 0 | 0.79 | 0.57 | 0 |
| HSL | 343.58º | 1% | 0.61% | - |
| HSV(B) | 343.58º | 0.79% | 1% | - |
| XYZ | 45.32 | 25 | 16.91 | - |
| YUV | 120.37 | 121.59 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 109 | 0 | 0.79 | 0.57 | 0 | 343.58 | 1 | 0.61 |
| Hex | FF | 36 | 6D | 0 | 4F | 39 | 0 | 158 | 64 | 3D |
| Octal | 377 | 66 | 155 | 0 | 117 | 71 | 0 | 530 | 144 | 75 |
| Binary | 11111111 | 110110 | 1101101 | 0 | 1001111 | 111001 | 0 | 101011000 | 1100100 | 111101 |
Color Harmonies of #FF366D
Complementary color
Monochromatic Colors of #FF366D
Black with #FF366D
Text Example
Text Example
White with #FF366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF366D; }
p { color: rgb(255,54,109); }
H1.HeaderClassName
{
color: #FF366D;
}
.AnyTagClassName
{
color: #FF366D;
}
</style>
background-color css
<style>
a { background-color: #FF366D; }
a { background-color: rgb(255,54,109); }
div.DivClassName
{
background-color: #FF366D;
}
.BgClassName
{
background-color: #FF366D;
}
</style>
border-color css
<style>
span { border-color: #FF366D; }
span { border-color: rgb(255,54,109); }
td.TdClassName
{
border-color: #FF366D;
}
.TagClassName
{
border-color: #FF366D;
}
</style>