Shades of Radical Red #FD376D
Tints of Radical Red #FD376D
RGB
CMYK
RGB Variations
Color information
#FD376D (or 0xFD376D) is known color: Radical Red. HEX triplet: FD, 37 and 6D. RGB value is (253,55,109). Sum of RGB (Red+Green+Blue) = 253+55+109=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD376D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD376D is #02C892. Grayscale: #787878. Windows color (decimal): -182419 or 7157757. OLE color: 7157757.
HSL color Cylindrical-coordinate representation of color #FD376D: hue angle of 343.64º 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 #FD376D is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 109 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.01 |
| HSL | 343.64º | 0.98% | 0.6% | - |
| HSV(B) | 343.64º | 0.78% | 0.99% | - |
| XYZ | 44.63 | 24.72 | 16.89 | - |
| YUV | 120.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 109 | 0 | 0.78 | 0.57 | 0.01 | 343.64 | 0.98 | 0.6 |
| Hex | FD | 37 | 6D | 0 | 4E | 39 | 1 | 158 | 62 | 3C |
| Octal | 375 | 67 | 155 | 0 | 116 | 71 | 1 | 530 | 142 | 74 |
| Binary | 11111101 | 110111 | 1101101 | 0 | 1001110 | 111001 | 1 | 101011000 | 1100010 | 111100 |
Color Harmonies of #FD376D
Complementary color
Monochromatic Colors of #FD376D
Black with #FD376D
Text Example
Text Example
White with #FD376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD376D; }
p { color: rgb(253,55,109); }
H1.HeaderClassName
{
color: #FD376D;
}
.AnyTagClassName
{
color: #FD376D;
}
</style>
background-color css
<style>
a { background-color: #FD376D; }
a { background-color: rgb(253,55,109); }
div.DivClassName
{
background-color: #FD376D;
}
.BgClassName
{
background-color: #FD376D;
}
</style>
border-color css
<style>
span { border-color: #FD376D; }
span { border-color: rgb(253,55,109); }
td.TdClassName
{
border-color: #FD376D;
}
.TagClassName
{
border-color: #FD376D;
}
</style>