Shades of Radical Red #FF3148
Tints of Radical Red #FF3148
RGB
CMYK
RGB Variations
Color information
#FF3148 (or 0xFF3148) is known color: Radical Red. HEX triplet: FF, 31 and 48. RGB value is (255,49,72). Sum of RGB (Red+Green+Blue) = 255+49+72=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3148 is #00CEB7. Grayscale: #717171. Windows color (decimal): -52920 or 4731391. OLE color: 4731391.
HSL color Cylindrical-coordinate representation of color #FF3148: hue angle of 353.3º 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 #FF3148 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 72 | - |
| CMYK | 0 | 0.81 | 0.72 | 0 |
| HSL | 353.3º | 1% | 0.6% | - |
| HSV(B) | 353.3º | 0.81% | 1% | - |
| XYZ | 43.51 | 23.92 | 8.46 | - |
| YUV | 113.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 72 | 0 | 0.81 | 0.72 | 0 | 353.3 | 1 | 0.6 |
| Hex | FF | 31 | 48 | 0 | 51 | 48 | 0 | 161 | 64 | 3C |
| Octal | 377 | 61 | 110 | 0 | 121 | 110 | 0 | 541 | 144 | 74 |
| Binary | 11111111 | 110001 | 1001000 | 0 | 1010001 | 1001000 | 0 | 101100001 | 1100100 | 111100 |
Color Harmonies of #FF3148
Complementary color
Monochromatic Colors of #FF3148
Black with #FF3148
Text Example
Text Example
White with #FF3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3148; }
p { color: rgb(255,49,72); }
H1.HeaderClassName
{
color: #FF3148;
}
.AnyTagClassName
{
color: #FF3148;
}
</style>
background-color css
<style>
a { background-color: #FF3148; }
a { background-color: rgb(255,49,72); }
div.DivClassName
{
background-color: #FF3148;
}
.BgClassName
{
background-color: #FF3148;
}
</style>
border-color css
<style>
span { border-color: #FF3148; }
span { border-color: rgb(255,49,72); }
td.TdClassName
{
border-color: #FF3148;
}
.TagClassName
{
border-color: #FF3148;
}
</style>