Shades of Radical Red #FF3549
Tints of Radical Red #FF3549
RGB
CMYK
RGB Variations
Color information
#FF3549 (or 0xFF3549) is known color: Radical Red. HEX triplet: FF, 35 and 49. RGB value is (255,53,73). Sum of RGB (Red+Green+Blue) = 255+53+73=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3549 is #00CAB6. Grayscale: #737373. Windows color (decimal): -51895 or 4797951. OLE color: 4797951.
HSL color Cylindrical-coordinate representation of color #FF3549: hue angle of 354.06º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3549 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 73 | - |
| CMYK | 0 | 0.79 | 0.71 | 0 |
| HSL | 354.06º | 1% | 0.6% | - |
| HSV(B) | 354.06º | 0.79% | 1% | - |
| XYZ | 43.72 | 24.29 | 8.69 | - |
| YUV | 115.68 | 103.92 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 73 | 0 | 0.79 | 0.71 | 0 | 354.06 | 1 | 0.6 |
| Hex | FF | 35 | 49 | 0 | 4F | 47 | 0 | 162 | 64 | 3C |
| Octal | 377 | 65 | 111 | 0 | 117 | 107 | 0 | 542 | 144 | 74 |
| Binary | 11111111 | 110101 | 1001001 | 0 | 1001111 | 1000111 | 0 | 101100010 | 1100100 | 111100 |
Color Harmonies of #FF3549
Complementary color
Monochromatic Colors of #FF3549
Black with #FF3549
Text Example
Text Example
White with #FF3549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3549; }
p { color: rgb(255,53,73); }
H1.HeaderClassName
{
color: #FF3549;
}
.AnyTagClassName
{
color: #FF3549;
}
</style>
background-color css
<style>
a { background-color: #FF3549; }
a { background-color: rgb(255,53,73); }
div.DivClassName
{
background-color: #FF3549;
}
.BgClassName
{
background-color: #FF3549;
}
</style>
border-color css
<style>
span { border-color: #FF3549; }
span { border-color: rgb(255,53,73); }
td.TdClassName
{
border-color: #FF3549;
}
.TagClassName
{
border-color: #FF3549;
}
</style>