Shades of Radical Red #FE374B
Tints of Radical Red #FE374B
RGB
CMYK
RGB Variations
Color information
#FE374B (or 0xFE374B) is known color: Radical Red. HEX triplet: FE, 37 and 4B. RGB value is (254,55,75). Sum of RGB (Red+Green+Blue) = 254+55+75=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE374B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE374B is #01C8B4. Grayscale: #747474. Windows color (decimal): -116917 or 4929534. OLE color: 4929534.
HSL color Cylindrical-coordinate representation of color #FE374B: hue angle of 353.97º 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 #FE374B is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 75 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.00 |
| HSL | 353.97º | 0.99% | 0.61% | - |
| HSV(B) | 353.97º | 0.78% | 1% | - |
| XYZ | 43.51 | 24.31 | 9.06 | - |
| YUV | 116.78 | 104.43 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 75 | 0 | 0.78 | 0.70 | 0.00 | 353.97 | 0.99 | 0.61 |
| Hex | FE | 37 | 4B | 0 | 4E | 46 | 0 | 162 | 63 | 3D |
| Octal | 376 | 67 | 113 | 0 | 116 | 106 | 0 | 542 | 143 | 75 |
| Binary | 11111110 | 110111 | 1001011 | 0 | 1001110 | 1000110 | 0 | 101100010 | 1100011 | 111101 |
Color Harmonies of #FE374B
Complementary color
Monochromatic Colors of #FE374B
Black with #FE374B
Text Example
Text Example
White with #FE374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE374B; }
p { color: rgb(254,55,75); }
H1.HeaderClassName
{
color: #FE374B;
}
.AnyTagClassName
{
color: #FE374B;
}
</style>
background-color css
<style>
a { background-color: #FE374B; }
a { background-color: rgb(254,55,75); }
div.DivClassName
{
background-color: #FE374B;
}
.BgClassName
{
background-color: #FE374B;
}
</style>
border-color css
<style>
span { border-color: #FE374B; }
span { border-color: rgb(254,55,75); }
td.TdClassName
{
border-color: #FE374B;
}
.TagClassName
{
border-color: #FE374B;
}
</style>