Shades of Radical Red #FE324C
Tints of Radical Red #FE324C
RGB
CMYK
RGB Variations
Color information
#FE324C (or 0xFE324C) is known color: Radical Red. HEX triplet: FE, 32 and 4C. RGB value is (254,50,76). Sum of RGB (Red+Green+Blue) = 254+50+76=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE324C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE324C is #01CDB3. Grayscale: #727272. Windows color (decimal): -118196 or 4993790. OLE color: 4993790.
HSL color Cylindrical-coordinate representation of color #FE324C: hue angle of 352.35º 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 #FE324C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 76 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.00 |
| HSL | 352.35º | 0.99% | 0.6% | - |
| HSV(B) | 352.35º | 0.8% | 1% | - |
| XYZ | 43.32 | 23.87 | 9.16 | - |
| YUV | 113.96 | 106.59 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 76 | 0 | 0.80 | 0.70 | 0.00 | 352.35 | 0.99 | 0.6 |
| Hex | FE | 32 | 4C | 0 | 50 | 46 | 0 | 160 | 63 | 3C |
| Octal | 376 | 62 | 114 | 0 | 120 | 106 | 0 | 540 | 143 | 74 |
| Binary | 11111110 | 110010 | 1001100 | 0 | 1010000 | 1000110 | 0 | 101100000 | 1100011 | 111100 |
Color Harmonies of #FE324C
Complementary color
Monochromatic Colors of #FE324C
Black with #FE324C
Text Example
Text Example
White with #FE324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE324C; }
p { color: rgb(254,50,76); }
H1.HeaderClassName
{
color: #FE324C;
}
.AnyTagClassName
{
color: #FE324C;
}
</style>
background-color css
<style>
a { background-color: #FE324C; }
a { background-color: rgb(254,50,76); }
div.DivClassName
{
background-color: #FE324C;
}
.BgClassName
{
background-color: #FE324C;
}
</style>
border-color css
<style>
span { border-color: #FE324C; }
span { border-color: rgb(254,50,76); }
td.TdClassName
{
border-color: #FE324C;
}
.TagClassName
{
border-color: #FE324C;
}
</style>