Shades of Radical Red #FD3C4D
Tints of Radical Red #FD3C4D
RGB
CMYK
RGB Variations
Color information
#FD3C4D (or 0xFD3C4D) is known color: Radical Red. HEX triplet: FD, 3C and 4D. RGB value is (253,60,77). Sum of RGB (Red+Green+Blue) = 253+60+77=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C4D is #02C3B2. Grayscale: #777777. Windows color (decimal): -181171 or 5061885. OLE color: 5061885.
HSL color Cylindrical-coordinate representation of color #FD3C4D: hue angle of 354.72º 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 #FD3C4D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 77 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.01 |
| HSL | 354.72º | 0.98% | 0.61% | - |
| HSV(B) | 354.72º | 0.76% | 0.99% | - |
| XYZ | 43.46 | 24.65 | 9.49 | - |
| YUV | 119.65 | 103.94 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 77 | 0 | 0.76 | 0.70 | 0.01 | 354.72 | 0.98 | 0.61 |
| Hex | FD | 3C | 4D | 0 | 4C | 46 | 1 | 163 | 62 | 3D |
| Octal | 375 | 74 | 115 | 0 | 114 | 106 | 1 | 543 | 142 | 75 |
| Binary | 11111101 | 111100 | 1001101 | 0 | 1001100 | 1000110 | 1 | 101100011 | 1100010 | 111101 |
Color Harmonies of #FD3C4D
Complementary color
Monochromatic Colors of #FD3C4D
Black with #FD3C4D
Text Example
Text Example
White with #FD3C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C4D; }
p { color: rgb(253,60,77); }
H1.HeaderClassName
{
color: #FD3C4D;
}
.AnyTagClassName
{
color: #FD3C4D;
}
</style>
background-color css
<style>
a { background-color: #FD3C4D; }
a { background-color: rgb(253,60,77); }
div.DivClassName
{
background-color: #FD3C4D;
}
.BgClassName
{
background-color: #FD3C4D;
}
</style>
border-color css
<style>
span { border-color: #FD3C4D; }
span { border-color: rgb(253,60,77); }
td.TdClassName
{
border-color: #FD3C4D;
}
.TagClassName
{
border-color: #FD3C4D;
}
</style>