Shades of Radical Red #FF354D
Tints of Radical Red #FF354D
RGB
CMYK
RGB Variations
Color information
#FF354D (or 0xFF354D) is known color: Radical Red. HEX triplet: FF, 35 and 4D. RGB value is (255,53,77). Sum of RGB (Red+Green+Blue) = 255+53+77=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF354D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF354D is #00CAB2. Grayscale: #747474. Windows color (decimal): -51891 or 5060095. OLE color: 5060095.
HSL color Cylindrical-coordinate representation of color #FF354D: hue angle of 352.87º 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 #FF354D is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 77 | - |
| CMYK | 0 | 0.79 | 0.70 | 0 |
| HSL | 352.87º | 1% | 0.6% | - |
| HSV(B) | 352.87º | 0.79% | 1% | - |
| XYZ | 43.85 | 24.34 | 9.41 | - |
| YUV | 116.13 | 105.92 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 77 | 0 | 0.79 | 0.70 | 0 | 352.87 | 1 | 0.6 |
| Hex | FF | 35 | 4D | 0 | 4F | 46 | 0 | 161 | 64 | 3C |
| Octal | 377 | 65 | 115 | 0 | 117 | 106 | 0 | 541 | 144 | 74 |
| Binary | 11111111 | 110101 | 1001101 | 0 | 1001111 | 1000110 | 0 | 101100001 | 1100100 | 111100 |
Color Harmonies of #FF354D
Complementary color
Monochromatic Colors of #FF354D
Black with #FF354D
Text Example
Text Example
White with #FF354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF354D; }
p { color: rgb(255,53,77); }
H1.HeaderClassName
{
color: #FF354D;
}
.AnyTagClassName
{
color: #FF354D;
}
</style>
background-color css
<style>
a { background-color: #FF354D; }
a { background-color: rgb(255,53,77); }
div.DivClassName
{
background-color: #FF354D;
}
.BgClassName
{
background-color: #FF354D;
}
</style>
border-color css
<style>
span { border-color: #FF354D; }
span { border-color: rgb(255,53,77); }
td.TdClassName
{
border-color: #FF354D;
}
.TagClassName
{
border-color: #FF354D;
}
</style>