Shades of Radical Red #FD354D
Tints of Radical Red #FD354D
RGB
CMYK
RGB Variations
Color information
#FD354D (or 0xFD354D) is known color: Radical Red. HEX triplet: FD, 35 and 4D. RGB value is (253,53,77). Sum of RGB (Red+Green+Blue) = 253+53+77=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD354D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD354D is #02CAB2. Grayscale: #737373. Windows color (decimal): -182963 or 5060093. OLE color: 5060093.
HSL color Cylindrical-coordinate representation of color #FD354D: hue angle of 352.8º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD354D is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 77 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.01 |
| HSL | 352.8º | 0.98% | 0.6% | - |
| HSV(B) | 352.8º | 0.79% | 0.99% | - |
| XYZ | 43.12 | 23.96 | 9.37 | - |
| YUV | 115.54 | 106.26 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 77 | 0 | 0.79 | 0.70 | 0.01 | 352.8 | 0.98 | 0.6 |
| Hex | FD | 35 | 4D | 0 | 4F | 46 | 1 | 161 | 62 | 3C |
| Octal | 375 | 65 | 115 | 0 | 117 | 106 | 1 | 541 | 142 | 74 |
| Binary | 11111101 | 110101 | 1001101 | 0 | 1001111 | 1000110 | 1 | 101100001 | 1100010 | 111100 |
Color Harmonies of #FD354D
Complementary color
Monochromatic Colors of #FD354D
Black with #FD354D
Text Example
Text Example
White with #FD354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD354D; }
p { color: rgb(253,53,77); }
H1.HeaderClassName
{
color: #FD354D;
}
.AnyTagClassName
{
color: #FD354D;
}
</style>
background-color css
<style>
a { background-color: #FD354D; }
a { background-color: rgb(253,53,77); }
div.DivClassName
{
background-color: #FD354D;
}
.BgClassName
{
background-color: #FD354D;
}
</style>
border-color css
<style>
span { border-color: #FD354D; }
span { border-color: rgb(253,53,77); }
td.TdClassName
{
border-color: #FD354D;
}
.TagClassName
{
border-color: #FD354D;
}
</style>