Shades of Radical Red #FE3445
Tints of Radical Red #FE3445
RGB
CMYK
RGB Variations
Color information
#FE3445 (or 0xFE3445) is known color: Radical Red. HEX triplet: FE, 34 and 45. RGB value is (254,52,69). Sum of RGB (Red+Green+Blue) = 254+52+69=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3445 is #01CBBA. Grayscale: #727272. Windows color (decimal): -117691 or 4535550. OLE color: 4535550.
HSL color Cylindrical-coordinate representation of color #FE3445: hue angle of 354.95º 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 #FE3445 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 69 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.00 |
| HSL | 354.95º | 0.99% | 0.6% | - |
| HSV(B) | 354.95º | 0.8% | 1% | - |
| XYZ | 43.18 | 23.96 | 7.98 | - |
| YUV | 114.34 | 102.42 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 69 | 0 | 0.80 | 0.73 | 0.00 | 354.95 | 0.99 | 0.6 |
| Hex | FE | 34 | 45 | 0 | 50 | 49 | 0 | 163 | 63 | 3C |
| Octal | 376 | 64 | 105 | 0 | 120 | 111 | 0 | 543 | 143 | 74 |
| Binary | 11111110 | 110100 | 1000101 | 0 | 1010000 | 1001001 | 0 | 101100011 | 1100011 | 111100 |
Color Harmonies of #FE3445
Complementary color
Monochromatic Colors of #FE3445
Black with #FE3445
Text Example
Text Example
White with #FE3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3445; }
p { color: rgb(254,52,69); }
H1.HeaderClassName
{
color: #FE3445;
}
.AnyTagClassName
{
color: #FE3445;
}
</style>
background-color css
<style>
a { background-color: #FE3445; }
a { background-color: rgb(254,52,69); }
div.DivClassName
{
background-color: #FE3445;
}
.BgClassName
{
background-color: #FE3445;
}
</style>
border-color css
<style>
span { border-color: #FE3445; }
span { border-color: rgb(254,52,69); }
td.TdClassName
{
border-color: #FE3445;
}
.TagClassName
{
border-color: #FE3445;
}
</style>