Shades of Radical Red #FF364A
Tints of Radical Red #FF364A
RGB
CMYK
RGB Variations
Color information
#FF364A (or 0xFF364A) is known color: Radical Red. HEX triplet: FF, 36 and 4A. RGB value is (255,54,74). Sum of RGB (Red+Green+Blue) = 255+54+74=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF364A is #00C9B5. Grayscale: #747474. Windows color (decimal): -51638 or 4863743. OLE color: 4863743.
HSL color Cylindrical-coordinate representation of color #FF364A: hue angle of 354.03º 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 #FF364A is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 74 | - |
| CMYK | 0 | 0.79 | 0.71 | 0 |
| HSL | 354.03º | 1% | 0.61% | - |
| HSV(B) | 354.03º | 0.79% | 1% | - |
| XYZ | 43.8 | 24.39 | 8.88 | - |
| YUV | 116.38 | 104.09 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 74 | 0 | 0.79 | 0.71 | 0 | 354.03 | 1 | 0.61 |
| Hex | FF | 36 | 4A | 0 | 4F | 47 | 0 | 162 | 64 | 3D |
| Octal | 377 | 66 | 112 | 0 | 117 | 107 | 0 | 542 | 144 | 75 |
| Binary | 11111111 | 110110 | 1001010 | 0 | 1001111 | 1000111 | 0 | 101100010 | 1100100 | 111101 |
Color Harmonies of #FF364A
Complementary color
Monochromatic Colors of #FF364A
Black with #FF364A
Text Example
Text Example
White with #FF364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF364A; }
p { color: rgb(255,54,74); }
H1.HeaderClassName
{
color: #FF364A;
}
.AnyTagClassName
{
color: #FF364A;
}
</style>
background-color css
<style>
a { background-color: #FF364A; }
a { background-color: rgb(255,54,74); }
div.DivClassName
{
background-color: #FF364A;
}
.BgClassName
{
background-color: #FF364A;
}
</style>
border-color css
<style>
span { border-color: #FF364A; }
span { border-color: rgb(255,54,74); }
td.TdClassName
{
border-color: #FF364A;
}
.TagClassName
{
border-color: #FF364A;
}
</style>