Shades of Radical Red #FD376E
Tints of Radical Red #FD376E
RGB
CMYK
RGB Variations
Color information
#FD376E (or 0xFD376E) is known color: Radical Red. HEX triplet: FD, 37 and 6E. RGB value is (253,55,110). Sum of RGB (Red+Green+Blue) = 253+55+110=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD376E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD376E is #02C891. Grayscale: #787878. Windows color (decimal): -182418 or 7223293. OLE color: 7223293.
HSL color Cylindrical-coordinate representation of color #FD376E: hue angle of 343.33º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD376E is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 110 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.01 |
| HSL | 343.33º | 0.98% | 0.6% | - |
| HSV(B) | 343.33º | 0.78% | 0.99% | - |
| XYZ | 44.69 | 24.74 | 17.17 | - |
| YUV | 120.47 | 122.1 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 110 | 0 | 0.78 | 0.57 | 0.01 | 343.33 | 0.98 | 0.6 |
| Hex | FD | 37 | 6E | 0 | 4E | 39 | 1 | 157 | 62 | 3C |
| Octal | 375 | 67 | 156 | 0 | 116 | 71 | 1 | 527 | 142 | 74 |
| Binary | 11111101 | 110111 | 1101110 | 0 | 1001110 | 111001 | 1 | 101010111 | 1100010 | 111100 |
Color Harmonies of #FD376E
Complementary color
Monochromatic Colors of #FD376E
Black with #FD376E
Text Example
Text Example
White with #FD376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD376E; }
p { color: rgb(253,55,110); }
H1.HeaderClassName
{
color: #FD376E;
}
.AnyTagClassName
{
color: #FD376E;
}
</style>
background-color css
<style>
a { background-color: #FD376E; }
a { background-color: rgb(253,55,110); }
div.DivClassName
{
background-color: #FD376E;
}
.BgClassName
{
background-color: #FD376E;
}
</style>
border-color css
<style>
span { border-color: #FD376E; }
span { border-color: rgb(253,55,110); }
td.TdClassName
{
border-color: #FD376E;
}
.TagClassName
{
border-color: #FD376E;
}
</style>