Shades of Radical Red #FD375C
Tints of Radical Red #FD375C
RGB
CMYK
RGB Variations
Color information
#FD375C (or 0xFD375C) is known color: Radical Red. HEX triplet: FD, 37 and 5C. RGB value is (253,55,92). Sum of RGB (Red+Green+Blue) = 253+55+92=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD375C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD375C is #02C8A3. Grayscale: #767676. Windows color (decimal): -182436 or 6043645. OLE color: 6043645.
HSL color Cylindrical-coordinate representation of color #FD375C: hue angle of 348.79º 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 #FD375C is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 92 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.01 |
| HSL | 348.79º | 0.98% | 0.6% | - |
| HSV(B) | 348.79º | 0.78% | 0.99% | - |
| XYZ | 43.81 | 24.39 | 12.52 | - |
| YUV | 118.42 | 113.1 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 92 | 0 | 0.78 | 0.64 | 0.01 | 348.79 | 0.98 | 0.6 |
| Hex | FD | 37 | 5C | 0 | 4E | 40 | 1 | 15D | 62 | 3C |
| Octal | 375 | 67 | 134 | 0 | 116 | 100 | 1 | 535 | 142 | 74 |
| Binary | 11111101 | 110111 | 1011100 | 0 | 1001110 | 1000000 | 1 | 101011101 | 1100010 | 111100 |
Color Harmonies of #FD375C
Complementary color
Monochromatic Colors of #FD375C
Black with #FD375C
Text Example
Text Example
White with #FD375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD375C; }
p { color: rgb(253,55,92); }
H1.HeaderClassName
{
color: #FD375C;
}
.AnyTagClassName
{
color: #FD375C;
}
</style>
background-color css
<style>
a { background-color: #FD375C; }
a { background-color: rgb(253,55,92); }
div.DivClassName
{
background-color: #FD375C;
}
.BgClassName
{
background-color: #FD375C;
}
</style>
border-color css
<style>
span { border-color: #FD375C; }
span { border-color: rgb(253,55,92); }
td.TdClassName
{
border-color: #FD375C;
}
.TagClassName
{
border-color: #FD375C;
}
</style>