Shades of Radical Red #FE3346
Tints of Radical Red #FE3346
RGB
CMYK
RGB Variations
Color information
#FE3346 (or 0xFE3346) is known color: Radical Red. HEX triplet: FE, 33 and 46. RGB value is (254,51,70). Sum of RGB (Red+Green+Blue) = 254+51+70=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3346 is #01CCB9. Grayscale: #717171. Windows color (decimal): -117946 or 4600830. OLE color: 4600830.
HSL color Cylindrical-coordinate representation of color #FE3346: hue angle of 354.38º 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 #FE3346 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 70 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.00 |
| HSL | 354.38º | 0.99% | 0.6% | - |
| HSV(B) | 354.38º | 0.8% | 1% | - |
| XYZ | 43.16 | 23.88 | 8.13 | - |
| YUV | 113.86 | 103.25 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 70 | 0 | 0.80 | 0.72 | 0.00 | 354.38 | 0.99 | 0.6 |
| Hex | FE | 33 | 46 | 0 | 50 | 48 | 0 | 162 | 63 | 3C |
| Octal | 376 | 63 | 106 | 0 | 120 | 110 | 0 | 542 | 143 | 74 |
| Binary | 11111110 | 110011 | 1000110 | 0 | 1010000 | 1001000 | 0 | 101100010 | 1100011 | 111100 |
Color Harmonies of #FE3346
Complementary color
Monochromatic Colors of #FE3346
Black with #FE3346
Text Example
Text Example
White with #FE3346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3346; }
p { color: rgb(254,51,70); }
H1.HeaderClassName
{
color: #FE3346;
}
.AnyTagClassName
{
color: #FE3346;
}
</style>
background-color css
<style>
a { background-color: #FE3346; }
a { background-color: rgb(254,51,70); }
div.DivClassName
{
background-color: #FE3346;
}
.BgClassName
{
background-color: #FE3346;
}
</style>
border-color css
<style>
span { border-color: #FE3346; }
span { border-color: rgb(254,51,70); }
td.TdClassName
{
border-color: #FE3346;
}
.TagClassName
{
border-color: #FE3346;
}
</style>