Shades of Radical Red #FD375D
Tints of Radical Red #FD375D
RGB
CMYK
RGB Variations
Color information
#FD375D (or 0xFD375D) is known color: Radical Red. HEX triplet: FD, 37 and 5D. RGB value is (253,55,93). Sum of RGB (Red+Green+Blue) = 253+55+93=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD375D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD375D is #02C8A2. Grayscale: #767676. Windows color (decimal): -182435 or 6109181. OLE color: 6109181.
HSL color Cylindrical-coordinate representation of color #FD375D: hue angle of 348.48º 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 #FD375D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 93 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.01 |
| HSL | 348.48º | 0.98% | 0.6% | - |
| HSV(B) | 348.48º | 0.78% | 0.99% | - |
| XYZ | 43.85 | 24.41 | 12.76 | - |
| YUV | 118.53 | 113.6 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 93 | 0 | 0.78 | 0.63 | 0.01 | 348.48 | 0.98 | 0.6 |
| Hex | FD | 37 | 5D | 0 | 4E | 3F | 1 | 15C | 62 | 3C |
| Octal | 375 | 67 | 135 | 0 | 116 | 77 | 1 | 534 | 142 | 74 |
| Binary | 11111101 | 110111 | 1011101 | 0 | 1001110 | 111111 | 1 | 101011100 | 1100010 | 111100 |
Color Harmonies of #FD375D
Complementary color
Monochromatic Colors of #FD375D
Black with #FD375D
Text Example
Text Example
White with #FD375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD375D; }
p { color: rgb(253,55,93); }
H1.HeaderClassName
{
color: #FD375D;
}
.AnyTagClassName
{
color: #FD375D;
}
</style>
background-color css
<style>
a { background-color: #FD375D; }
a { background-color: rgb(253,55,93); }
div.DivClassName
{
background-color: #FD375D;
}
.BgClassName
{
background-color: #FD375D;
}
</style>
border-color css
<style>
span { border-color: #FD375D; }
span { border-color: rgb(253,55,93); }
td.TdClassName
{
border-color: #FD375D;
}
.TagClassName
{
border-color: #FD375D;
}
</style>