Shades of Radical Red #FE374C
Tints of Radical Red #FE374C
RGB
CMYK
RGB Variations
Color information
#FE374C (or 0xFE374C) is known color: Radical Red. HEX triplet: FE, 37 and 4C. RGB value is (254,55,76). Sum of RGB (Red+Green+Blue) = 254+55+76=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE374C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE374C is #01C8B3. Grayscale: #757575. Windows color (decimal): -116916 or 4995070. OLE color: 4995070.
HSL color Cylindrical-coordinate representation of color #FE374C: hue angle of 353.67º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE374C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 76 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.00 |
| HSL | 353.67º | 0.99% | 0.61% | - |
| HSV(B) | 353.67º | 0.78% | 1% | - |
| XYZ | 43.54 | 24.33 | 9.24 | - |
| YUV | 116.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 76 | 0 | 0.78 | 0.70 | 0.00 | 353.67 | 0.99 | 0.61 |
| Hex | FE | 37 | 4C | 0 | 4E | 46 | 0 | 162 | 63 | 3D |
| Octal | 376 | 67 | 114 | 0 | 116 | 106 | 0 | 542 | 143 | 75 |
| Binary | 11111110 | 110111 | 1001100 | 0 | 1001110 | 1000110 | 0 | 101100010 | 1100011 | 111101 |
Color Harmonies of #FE374C
Complementary color
Monochromatic Colors of #FE374C
Black with #FE374C
Text Example
Text Example
White with #FE374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE374C; }
p { color: rgb(254,55,76); }
H1.HeaderClassName
{
color: #FE374C;
}
.AnyTagClassName
{
color: #FE374C;
}
</style>
background-color css
<style>
a { background-color: #FE374C; }
a { background-color: rgb(254,55,76); }
div.DivClassName
{
background-color: #FE374C;
}
.BgClassName
{
background-color: #FE374C;
}
</style>
border-color css
<style>
span { border-color: #FE374C; }
span { border-color: rgb(254,55,76); }
td.TdClassName
{
border-color: #FE374C;
}
.TagClassName
{
border-color: #FE374C;
}
</style>