Shades of Radical Red #FF3553
Tints of Radical Red #FF3553
RGB
CMYK
RGB Variations
Color information
#FF3553 (or 0xFF3553) is known color: Radical Red. HEX triplet: FF, 35 and 53. RGB value is (255,53,83). Sum of RGB (Red+Green+Blue) = 255+53+83=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3553 is #00CAAC. Grayscale: #747474. Windows color (decimal): -51885 or 5453311. OLE color: 5453311.
HSL color Cylindrical-coordinate representation of color #FF3553: hue angle of 351.09º 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 #FF3553 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 83 | - |
| CMYK | 0 | 0.79 | 0.67 | 0 |
| HSL | 351.09º | 1% | 0.6% | - |
| HSV(B) | 351.09º | 0.79% | 1% | - |
| XYZ | 44.07 | 24.43 | 10.58 | - |
| YUV | 116.82 | 108.92 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 83 | 0 | 0.79 | 0.67 | 0 | 351.09 | 1 | 0.6 |
| Hex | FF | 35 | 53 | 0 | 4F | 43 | 0 | 15F | 64 | 3C |
| Octal | 377 | 65 | 123 | 0 | 117 | 103 | 0 | 537 | 144 | 74 |
| Binary | 11111111 | 110101 | 1010011 | 0 | 1001111 | 1000011 | 0 | 101011111 | 1100100 | 111100 |
Color Harmonies of #FF3553
Complementary color
Monochromatic Colors of #FF3553
Black with #FF3553
Text Example
Text Example
White with #FF3553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3553; }
p { color: rgb(255,53,83); }
H1.HeaderClassName
{
color: #FF3553;
}
.AnyTagClassName
{
color: #FF3553;
}
</style>
background-color css
<style>
a { background-color: #FF3553; }
a { background-color: rgb(255,53,83); }
div.DivClassName
{
background-color: #FF3553;
}
.BgClassName
{
background-color: #FF3553;
}
</style>
border-color css
<style>
span { border-color: #FF3553; }
span { border-color: rgb(255,53,83); }
td.TdClassName
{
border-color: #FF3553;
}
.TagClassName
{
border-color: #FF3553;
}
</style>