Shades of Radical Red #FE3544
Tints of Radical Red #FE3544
RGB
CMYK
RGB Variations
Color information
#FE3544 (or 0xFE3544) is known color: Radical Red. HEX triplet: FE, 35 and 44. RGB value is (254,53,68). Sum of RGB (Red+Green+Blue) = 254+53+68=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3544 is #01CABB. Grayscale: #727272. Windows color (decimal): -117436 or 4470270. OLE color: 4470270.
HSL color Cylindrical-coordinate representation of color #FE3544: hue angle of 355.52º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE3544 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 68 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.00 |
| HSL | 355.52º | 0.99% | 0.6% | - |
| HSV(B) | 355.52º | 0.79% | 1% | - |
| XYZ | 43.19 | 24.03 | 7.83 | - |
| YUV | 114.81 | 101.59 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 68 | 0 | 0.79 | 0.73 | 0.00 | 355.52 | 0.99 | 0.6 |
| Hex | FE | 35 | 44 | 0 | 4F | 49 | 0 | 164 | 63 | 3C |
| Octal | 376 | 65 | 104 | 0 | 117 | 111 | 0 | 544 | 143 | 74 |
| Binary | 11111110 | 110101 | 1000100 | 0 | 1001111 | 1001001 | 0 | 101100100 | 1100011 | 111100 |
Color Harmonies of #FE3544
Complementary color
Monochromatic Colors of #FE3544
Black with #FE3544
Text Example
Text Example
White with #FE3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3544; }
p { color: rgb(254,53,68); }
H1.HeaderClassName
{
color: #FE3544;
}
.AnyTagClassName
{
color: #FE3544;
}
</style>
background-color css
<style>
a { background-color: #FE3544; }
a { background-color: rgb(254,53,68); }
div.DivClassName
{
background-color: #FE3544;
}
.BgClassName
{
background-color: #FE3544;
}
</style>
border-color css
<style>
span { border-color: #FE3544; }
span { border-color: rgb(254,53,68); }
td.TdClassName
{
border-color: #FE3544;
}
.TagClassName
{
border-color: #FE3544;
}
</style>