Shades of Radical Red #FF3E48
Tints of Radical Red #FF3E48
RGB
CMYK
RGB Variations
Color information
#FF3E48 (or 0xFF3E48) is known color: Radical Red. HEX triplet: FF, 3E and 48. RGB value is (255,62,72). Sum of RGB (Red+Green+Blue) = 255+62+72=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3E48 is #00C1B7. Grayscale: #797979. Windows color (decimal): -49592 or 4734719. OLE color: 4734719.
HSL color Cylindrical-coordinate representation of color #FF3E48: hue angle of 356.89º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3E48 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 72 | - |
| CMYK | 0 | 0.76 | 0.72 | 0 |
| HSL | 356.89º | 1% | 0.62% | - |
| HSV(B) | 356.89º | 0.76% | 1% | - |
| XYZ | 44.13 | 25.17 | 8.66 | - |
| YUV | 120.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 72 | 0 | 0.76 | 0.72 | 0 | 356.89 | 1 | 0.62 |
| Hex | FF | 3E | 48 | 0 | 4C | 48 | 0 | 165 | 64 | 3E |
| Octal | 377 | 76 | 110 | 0 | 114 | 110 | 0 | 545 | 144 | 76 |
| Binary | 11111111 | 111110 | 1001000 | 0 | 1001100 | 1001000 | 0 | 101100101 | 1100100 | 111110 |
Color Harmonies of #FF3E48
Complementary color
Monochromatic Colors of #FF3E48
Black with #FF3E48
Text Example
Text Example
White with #FF3E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E48; }
p { color: rgb(255,62,72); }
H1.HeaderClassName
{
color: #FF3E48;
}
.AnyTagClassName
{
color: #FF3E48;
}
</style>
background-color css
<style>
a { background-color: #FF3E48; }
a { background-color: rgb(255,62,72); }
div.DivClassName
{
background-color: #FF3E48;
}
.BgClassName
{
background-color: #FF3E48;
}
</style>
border-color css
<style>
span { border-color: #FF3E48; }
span { border-color: rgb(255,62,72); }
td.TdClassName
{
border-color: #FF3E48;
}
.TagClassName
{
border-color: #FF3E48;
}
</style>