Shades of Radical Red #FE3541
Tints of Radical Red #FE3541
RGB
CMYK
RGB Variations
Color information
#FE3541 (or 0xFE3541) is known color: Radical Red. HEX triplet: FE, 35 and 41. RGB value is (254,53,65). Sum of RGB (Red+Green+Blue) = 254+53+65=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3541 is #01CABE. Grayscale: #727272. Windows color (decimal): -117439 or 4273662. OLE color: 4273662.
HSL color Cylindrical-coordinate representation of color #FE3541: hue angle of 356.42º 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 #FE3541 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 65 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.00 |
| HSL | 356.42º | 0.99% | 0.6% | - |
| HSV(B) | 356.42º | 0.79% | 1% | - |
| XYZ | 43.1 | 24 | 7.36 | - |
| YUV | 114.47 | 100.09 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 65 | 0 | 0.79 | 0.74 | 0.00 | 356.42 | 0.99 | 0.6 |
| Hex | FE | 35 | 41 | 0 | 4F | 4A | 0 | 164 | 63 | 3C |
| Octal | 376 | 65 | 101 | 0 | 117 | 112 | 0 | 544 | 143 | 74 |
| Binary | 11111110 | 110101 | 1000001 | 0 | 1001111 | 1001010 | 0 | 101100100 | 1100011 | 111100 |
Color Harmonies of #FE3541
Complementary color
Monochromatic Colors of #FE3541
Black with #FE3541
Text Example
Text Example
White with #FE3541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3541; }
p { color: rgb(254,53,65); }
H1.HeaderClassName
{
color: #FE3541;
}
.AnyTagClassName
{
color: #FE3541;
}
</style>
background-color css
<style>
a { background-color: #FE3541; }
a { background-color: rgb(254,53,65); }
div.DivClassName
{
background-color: #FE3541;
}
.BgClassName
{
background-color: #FE3541;
}
</style>
border-color css
<style>
span { border-color: #FE3541; }
span { border-color: rgb(254,53,65); }
td.TdClassName
{
border-color: #FE3541;
}
.TagClassName
{
border-color: #FE3541;
}
</style>