Shades of Radical Red #FD354A
Tints of Radical Red #FD354A
RGB
CMYK
RGB Variations
Color information
#FD354A (or 0xFD354A) is known color: Radical Red. HEX triplet: FD, 35 and 4A. RGB value is (253,53,74). Sum of RGB (Red+Green+Blue) = 253+53+74=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD354A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD354A is #02CAB5. Grayscale: #737373. Windows color (decimal): -182966 or 4863485. OLE color: 4863485.
HSL color Cylindrical-coordinate representation of color #FD354A: hue angle of 353.7º 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 #FD354A is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 74 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.01 |
| HSL | 353.7º | 0.98% | 0.6% | - |
| HSV(B) | 353.7º | 0.79% | 0.99% | - |
| XYZ | 43.02 | 23.92 | 8.83 | - |
| YUV | 115.19 | 104.76 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 74 | 0 | 0.79 | 0.71 | 0.01 | 353.7 | 0.98 | 0.6 |
| Hex | FD | 35 | 4A | 0 | 4F | 47 | 1 | 162 | 62 | 3C |
| Octal | 375 | 65 | 112 | 0 | 117 | 107 | 1 | 542 | 142 | 74 |
| Binary | 11111101 | 110101 | 1001010 | 0 | 1001111 | 1000111 | 1 | 101100010 | 1100010 | 111100 |
Color Harmonies of #FD354A
Complementary color
Monochromatic Colors of #FD354A
Black with #FD354A
Text Example
Text Example
White with #FD354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD354A; }
p { color: rgb(253,53,74); }
H1.HeaderClassName
{
color: #FD354A;
}
.AnyTagClassName
{
color: #FD354A;
}
</style>
background-color css
<style>
a { background-color: #FD354A; }
a { background-color: rgb(253,53,74); }
div.DivClassName
{
background-color: #FD354A;
}
.BgClassName
{
background-color: #FD354A;
}
</style>
border-color css
<style>
span { border-color: #FD354A; }
span { border-color: rgb(253,53,74); }
td.TdClassName
{
border-color: #FD354A;
}
.TagClassName
{
border-color: #FD354A;
}
</style>