Shades of Radical Red #FE3546
Tints of Radical Red #FE3546
RGB
CMYK
RGB Variations
Color information
#FE3546 (or 0xFE3546) is known color: Radical Red. HEX triplet: FE, 35 and 46. RGB value is (254,53,70). Sum of RGB (Red+Green+Blue) = 254+53+70=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3546 is #01CAB9. Grayscale: #737373. Windows color (decimal): -117434 or 4601342. OLE color: 4601342.
HSL color Cylindrical-coordinate representation of color #FE3546: hue angle of 354.93º 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 #FE3546 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 70 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.00 |
| HSL | 354.93º | 0.99% | 0.6% | - |
| HSV(B) | 354.93º | 0.79% | 1% | - |
| XYZ | 43.25 | 24.06 | 8.16 | - |
| YUV | 115.04 | 102.59 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 70 | 0 | 0.79 | 0.72 | 0.00 | 354.93 | 0.99 | 0.6 |
| Hex | FE | 35 | 46 | 0 | 4F | 48 | 0 | 163 | 63 | 3C |
| Octal | 376 | 65 | 106 | 0 | 117 | 110 | 0 | 543 | 143 | 74 |
| Binary | 11111110 | 110101 | 1000110 | 0 | 1001111 | 1001000 | 0 | 101100011 | 1100011 | 111100 |
Color Harmonies of #FE3546
Complementary color
Monochromatic Colors of #FE3546
Black with #FE3546
Text Example
Text Example
White with #FE3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3546; }
p { color: rgb(254,53,70); }
H1.HeaderClassName
{
color: #FE3546;
}
.AnyTagClassName
{
color: #FE3546;
}
</style>
background-color css
<style>
a { background-color: #FE3546; }
a { background-color: rgb(254,53,70); }
div.DivClassName
{
background-color: #FE3546;
}
.BgClassName
{
background-color: #FE3546;
}
</style>
border-color css
<style>
span { border-color: #FE3546; }
span { border-color: rgb(254,53,70); }
td.TdClassName
{
border-color: #FE3546;
}
.TagClassName
{
border-color: #FE3546;
}
</style>