Shades of Radical Red #FD374A
Tints of Radical Red #FD374A
RGB
CMYK
RGB Variations
Color information
#FD374A (or 0xFD374A) is known color: Radical Red. HEX triplet: FD, 37 and 4A. RGB value is (253,55,74). Sum of RGB (Red+Green+Blue) = 253+55+74=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD374A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD374A is #02C8B5. Grayscale: #747474. Windows color (decimal): -182454 or 4863997. OLE color: 4863997.
HSL color Cylindrical-coordinate representation of color #FD374A: hue angle of 354.24º 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 #FD374A is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 74 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.01 |
| HSL | 354.24º | 0.98% | 0.6% | - |
| HSV(B) | 354.24º | 0.78% | 0.99% | - |
| XYZ | 43.11 | 24.11 | 8.86 | - |
| YUV | 116.37 | 104.1 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 74 | 0 | 0.78 | 0.71 | 0.01 | 354.24 | 0.98 | 0.6 |
| Hex | FD | 37 | 4A | 0 | 4E | 47 | 1 | 162 | 62 | 3C |
| Octal | 375 | 67 | 112 | 0 | 116 | 107 | 1 | 542 | 142 | 74 |
| Binary | 11111101 | 110111 | 1001010 | 0 | 1001110 | 1000111 | 1 | 101100010 | 1100010 | 111100 |
Color Harmonies of #FD374A
Complementary color
Monochromatic Colors of #FD374A
Black with #FD374A
Text Example
Text Example
White with #FD374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD374A; }
p { color: rgb(253,55,74); }
H1.HeaderClassName
{
color: #FD374A;
}
.AnyTagClassName
{
color: #FD374A;
}
</style>
background-color css
<style>
a { background-color: #FD374A; }
a { background-color: rgb(253,55,74); }
div.DivClassName
{
background-color: #FD374A;
}
.BgClassName
{
background-color: #FD374A;
}
</style>
border-color css
<style>
span { border-color: #FD374A; }
span { border-color: rgb(253,55,74); }
td.TdClassName
{
border-color: #FD374A;
}
.TagClassName
{
border-color: #FD374A;
}
</style>