Shades of Radical Red #FF314A
Tints of Radical Red #FF314A
RGB
CMYK
RGB Variations
Color information
#FF314A (or 0xFF314A) is known color: Radical Red. HEX triplet: FF, 31 and 4A. RGB value is (255,49,74). Sum of RGB (Red+Green+Blue) = 255+49+74=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF314A is #00CEB5. Grayscale: #717171. Windows color (decimal): -52918 or 4862463. OLE color: 4862463.
HSL color Cylindrical-coordinate representation of color #FF314A: hue angle of 352.72º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF314A is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 74 | - |
| CMYK | 0 | 0.81 | 0.71 | 0 |
| HSL | 352.72º | 1% | 0.6% | - |
| HSV(B) | 352.72º | 0.81% | 1% | - |
| XYZ | 43.57 | 23.95 | 8.8 | - |
| YUV | 113.44 | 105.75 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 74 | 0 | 0.81 | 0.71 | 0 | 352.72 | 1 | 0.6 |
| Hex | FF | 31 | 4A | 0 | 51 | 47 | 0 | 161 | 64 | 3C |
| Octal | 377 | 61 | 112 | 0 | 121 | 107 | 0 | 541 | 144 | 74 |
| Binary | 11111111 | 110001 | 1001010 | 0 | 1010001 | 1000111 | 0 | 101100001 | 1100100 | 111100 |
Color Harmonies of #FF314A
Complementary color
Monochromatic Colors of #FF314A
Black with #FF314A
Text Example
Text Example
White with #FF314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF314A; }
p { color: rgb(255,49,74); }
H1.HeaderClassName
{
color: #FF314A;
}
.AnyTagClassName
{
color: #FF314A;
}
</style>
background-color css
<style>
a { background-color: #FF314A; }
a { background-color: rgb(255,49,74); }
div.DivClassName
{
background-color: #FF314A;
}
.BgClassName
{
background-color: #FF314A;
}
</style>
border-color css
<style>
span { border-color: #FF314A; }
span { border-color: rgb(255,49,74); }
td.TdClassName
{
border-color: #FF314A;
}
.TagClassName
{
border-color: #FF314A;
}
</style>