Shades of Radical Red #FF364C
Tints of Radical Red #FF364C
RGB
CMYK
RGB Variations
Color information
#FF364C (or 0xFF364C) is known color: Radical Red. HEX triplet: FF, 36 and 4C. RGB value is (255,54,76). Sum of RGB (Red+Green+Blue) = 255+54+76=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF364C is #00C9B3. Grayscale: #747474. Windows color (decimal): -51636 or 4994815. OLE color: 4994815.
HSL color Cylindrical-coordinate representation of color #FF364C: hue angle of 353.43º 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 #FF364C is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 76 | - |
| CMYK | 0 | 0.79 | 0.70 | 0 |
| HSL | 353.43º | 1% | 0.61% | - |
| HSV(B) | 353.43º | 0.79% | 1% | - |
| XYZ | 43.86 | 24.42 | 9.24 | - |
| YUV | 116.61 | 105.09 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 76 | 0 | 0.79 | 0.70 | 0 | 353.43 | 1 | 0.61 |
| Hex | FF | 36 | 4C | 0 | 4F | 46 | 0 | 161 | 64 | 3D |
| Octal | 377 | 66 | 114 | 0 | 117 | 106 | 0 | 541 | 144 | 75 |
| Binary | 11111111 | 110110 | 1001100 | 0 | 1001111 | 1000110 | 0 | 101100001 | 1100100 | 111101 |
Color Harmonies of #FF364C
Complementary color
Monochromatic Colors of #FF364C
Black with #FF364C
Text Example
Text Example
White with #FF364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF364C; }
p { color: rgb(255,54,76); }
H1.HeaderClassName
{
color: #FF364C;
}
.AnyTagClassName
{
color: #FF364C;
}
</style>
background-color css
<style>
a { background-color: #FF364C; }
a { background-color: rgb(255,54,76); }
div.DivClassName
{
background-color: #FF364C;
}
.BgClassName
{
background-color: #FF364C;
}
</style>
border-color css
<style>
span { border-color: #FF364C; }
span { border-color: rgb(255,54,76); }
td.TdClassName
{
border-color: #FF364C;
}
.TagClassName
{
border-color: #FF364C;
}
</style>