Shades of Radical Red #FD355C
Tints of Radical Red #FD355C
RGB
CMYK
RGB Variations
Color information
#FD355C (or 0xFD355C) is known color: Radical Red. HEX triplet: FD, 35 and 5C. RGB value is (253,53,92). Sum of RGB (Red+Green+Blue) = 253+53+92=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD355C is #02CAA3. Grayscale: #757575. Windows color (decimal): -182948 or 6043133. OLE color: 6043133.
HSL color Cylindrical-coordinate representation of color #FD355C: hue angle of 348.3º 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 #FD355C is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 92 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.01 |
| HSL | 348.3º | 0.98% | 0.6% | - |
| HSV(B) | 348.3º | 0.79% | 0.99% | - |
| XYZ | 43.71 | 24.2 | 12.49 | - |
| YUV | 117.25 | 113.76 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 92 | 0 | 0.79 | 0.64 | 0.01 | 348.3 | 0.98 | 0.6 |
| Hex | FD | 35 | 5C | 0 | 4F | 40 | 1 | 15C | 62 | 3C |
| Octal | 375 | 65 | 134 | 0 | 117 | 100 | 1 | 534 | 142 | 74 |
| Binary | 11111101 | 110101 | 1011100 | 0 | 1001111 | 1000000 | 1 | 101011100 | 1100010 | 111100 |
Color Harmonies of #FD355C
Complementary color
Monochromatic Colors of #FD355C
Black with #FD355C
Text Example
Text Example
White with #FD355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD355C; }
p { color: rgb(253,53,92); }
H1.HeaderClassName
{
color: #FD355C;
}
.AnyTagClassName
{
color: #FD355C;
}
</style>
background-color css
<style>
a { background-color: #FD355C; }
a { background-color: rgb(253,53,92); }
div.DivClassName
{
background-color: #FD355C;
}
.BgClassName
{
background-color: #FD355C;
}
</style>
border-color css
<style>
span { border-color: #FD355C; }
span { border-color: rgb(253,53,92); }
td.TdClassName
{
border-color: #FD355C;
}
.TagClassName
{
border-color: #FD355C;
}
</style>