Shades of Radical Red #FE3444
Tints of Radical Red #FE3444
RGB
CMYK
RGB Variations
Color information
#FE3444 (or 0xFE3444) is known color: Radical Red. HEX triplet: FE, 34 and 44. RGB value is (254,52,68). Sum of RGB (Red+Green+Blue) = 254+52+68=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3444 is #01CBBB. Grayscale: #727272. Windows color (decimal): -117692 or 4470014. OLE color: 4470014.
HSL color Cylindrical-coordinate representation of color #FE3444: hue angle of 355.25º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3444 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 68 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.00 |
| HSL | 355.25º | 0.99% | 0.6% | - |
| HSV(B) | 355.25º | 0.8% | 1% | - |
| XYZ | 43.14 | 23.94 | 7.82 | - |
| YUV | 114.22 | 101.92 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 68 | 0 | 0.80 | 0.73 | 0.00 | 355.25 | 0.99 | 0.6 |
| Hex | FE | 34 | 44 | 0 | 50 | 49 | 0 | 163 | 63 | 3C |
| Octal | 376 | 64 | 104 | 0 | 120 | 111 | 0 | 543 | 143 | 74 |
| Binary | 11111110 | 110100 | 1000100 | 0 | 1010000 | 1001001 | 0 | 101100011 | 1100011 | 111100 |
Color Harmonies of #FE3444
Complementary color
Monochromatic Colors of #FE3444
Black with #FE3444
Text Example
Text Example
White with #FE3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3444; }
p { color: rgb(254,52,68); }
H1.HeaderClassName
{
color: #FE3444;
}
.AnyTagClassName
{
color: #FE3444;
}
</style>
background-color css
<style>
a { background-color: #FE3444; }
a { background-color: rgb(254,52,68); }
div.DivClassName
{
background-color: #FE3444;
}
.BgClassName
{
background-color: #FE3444;
}
</style>
border-color css
<style>
span { border-color: #FE3444; }
span { border-color: rgb(254,52,68); }
td.TdClassName
{
border-color: #FE3444;
}
.TagClassName
{
border-color: #FE3444;
}
</style>