Shades of Radical Red #FE3641
Tints of Radical Red #FE3641
RGB
CMYK
RGB Variations
Color information
#FE3641 (or 0xFE3641) is known color: Radical Red. HEX triplet: FE, 36 and 41. RGB value is (254,54,65). Sum of RGB (Red+Green+Blue) = 254+54+65=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3641 is #01C9BE. Grayscale: #737373. Windows color (decimal): -117183 or 4273918. OLE color: 4273918.
HSL color Cylindrical-coordinate representation of color #FE3641: hue angle of 356.7º 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 #FE3641 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 65 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.00 |
| HSL | 356.7º | 0.99% | 0.6% | - |
| HSV(B) | 356.7º | 0.79% | 1% | - |
| XYZ | 43.15 | 24.09 | 7.38 | - |
| YUV | 115.05 | 99.76 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 65 | 0 | 0.79 | 0.74 | 0.00 | 356.7 | 0.99 | 0.6 |
| Hex | FE | 36 | 41 | 0 | 4F | 4A | 0 | 165 | 63 | 3C |
| Octal | 376 | 66 | 101 | 0 | 117 | 112 | 0 | 545 | 143 | 74 |
| Binary | 11111110 | 110110 | 1000001 | 0 | 1001111 | 1001010 | 0 | 101100101 | 1100011 | 111100 |
Color Harmonies of #FE3641
Complementary color
Monochromatic Colors of #FE3641
Black with #FE3641
Text Example
Text Example
White with #FE3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3641; }
p { color: rgb(254,54,65); }
H1.HeaderClassName
{
color: #FE3641;
}
.AnyTagClassName
{
color: #FE3641;
}
</style>
background-color css
<style>
a { background-color: #FE3641; }
a { background-color: rgb(254,54,65); }
div.DivClassName
{
background-color: #FE3641;
}
.BgClassName
{
background-color: #FE3641;
}
</style>
border-color css
<style>
span { border-color: #FE3641; }
span { border-color: rgb(254,54,65); }
td.TdClassName
{
border-color: #FE3641;
}
.TagClassName
{
border-color: #FE3641;
}
</style>