Shades of Radical Red #FD3C46
Tints of Radical Red #FD3C46
RGB
CMYK
RGB Variations
Color information
#FD3C46 (or 0xFD3C46) is known color: Radical Red. HEX triplet: FD, 3C and 46. RGB value is (253,60,70). Sum of RGB (Red+Green+Blue) = 253+60+70=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C46 is #02C3B9. Grayscale: #767676. Windows color (decimal): -181178 or 4603133. OLE color: 4603133.
HSL color Cylindrical-coordinate representation of color #FD3C46: hue angle of 356.89º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3C46 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 70 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.01 |
| HSL | 356.89º | 0.98% | 0.61% | - |
| HSV(B) | 356.89º | 0.76% | 0.99% | - |
| XYZ | 43.23 | 24.56 | 8.26 | - |
| YUV | 118.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 70 | 0 | 0.76 | 0.72 | 0.01 | 356.89 | 0.98 | 0.61 |
| Hex | FD | 3C | 46 | 0 | 4C | 48 | 1 | 165 | 62 | 3D |
| Octal | 375 | 74 | 106 | 0 | 114 | 110 | 1 | 545 | 142 | 75 |
| Binary | 11111101 | 111100 | 1000110 | 0 | 1001100 | 1001000 | 1 | 101100101 | 1100010 | 111101 |
Color Harmonies of #FD3C46
Complementary color
Monochromatic Colors of #FD3C46
Black with #FD3C46
Text Example
Text Example
White with #FD3C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C46; }
p { color: rgb(253,60,70); }
H1.HeaderClassName
{
color: #FD3C46;
}
.AnyTagClassName
{
color: #FD3C46;
}
</style>
background-color css
<style>
a { background-color: #FD3C46; }
a { background-color: rgb(253,60,70); }
div.DivClassName
{
background-color: #FD3C46;
}
.BgClassName
{
background-color: #FD3C46;
}
</style>
border-color css
<style>
span { border-color: #FD3C46; }
span { border-color: rgb(253,60,70); }
td.TdClassName
{
border-color: #FD3C46;
}
.TagClassName
{
border-color: #FD3C46;
}
</style>