Shades of Radical Red #FF3C49
Tints of Radical Red #FF3C49
RGB
CMYK
RGB Variations
Color information
#FF3C49 (or 0xFF3C49) is known color: Radical Red. HEX triplet: FF, 3C and 49. RGB value is (255,60,73). Sum of RGB (Red+Green+Blue) = 255+60+73=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C49 is #00C3B6. Grayscale: #777777. Windows color (decimal): -50103 or 4799743. OLE color: 4799743.
HSL color Cylindrical-coordinate representation of color #FF3C49: hue angle of 356º 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 #FF3C49 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 73 | - |
| CMYK | 0 | 0.76 | 0.71 | 0 |
| HSL | 356º | 1% | 0.62% | - |
| HSV(B) | 356º | 0.76% | 1% | - |
| XYZ | 44.06 | 24.97 | 8.8 | - |
| YUV | 119.79 | 101.6 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 73 | 0 | 0.76 | 0.71 | 0 | 356 | 1 | 0.62 |
| Hex | FF | 3C | 49 | 0 | 4C | 47 | 0 | 164 | 64 | 3E |
| Octal | 377 | 74 | 111 | 0 | 114 | 107 | 0 | 544 | 144 | 76 |
| Binary | 11111111 | 111100 | 1001001 | 0 | 1001100 | 1000111 | 0 | 101100100 | 1100100 | 111110 |
Color Harmonies of #FF3C49
Complementary color
Monochromatic Colors of #FF3C49
Black with #FF3C49
Text Example
Text Example
White with #FF3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C49; }
p { color: rgb(255,60,73); }
H1.HeaderClassName
{
color: #FF3C49;
}
.AnyTagClassName
{
color: #FF3C49;
}
</style>
background-color css
<style>
a { background-color: #FF3C49; }
a { background-color: rgb(255,60,73); }
div.DivClassName
{
background-color: #FF3C49;
}
.BgClassName
{
background-color: #FF3C49;
}
</style>
border-color css
<style>
span { border-color: #FF3C49; }
span { border-color: rgb(255,60,73); }
td.TdClassName
{
border-color: #FF3C49;
}
.TagClassName
{
border-color: #FF3C49;
}
</style>