Shades of Radical Red #FE3745
Tints of Radical Red #FE3745
RGB
CMYK
RGB Variations
Color information
#FE3745 (or 0xFE3745) is known color: Radical Red. HEX triplet: FE, 37 and 45. RGB value is (254,55,69). Sum of RGB (Red+Green+Blue) = 254+55+69=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3745 is #01C8BA. Grayscale: #747474. Windows color (decimal): -116923 or 4536318. OLE color: 4536318.
HSL color Cylindrical-coordinate representation of color #FE3745: hue angle of 355.78º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3745 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 69 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.00 |
| HSL | 355.78º | 0.99% | 0.61% | - |
| HSV(B) | 355.78º | 0.78% | 1% | - |
| XYZ | 43.31 | 24.23 | 8.02 | - |
| YUV | 116.1 | 101.43 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 69 | 0 | 0.78 | 0.73 | 0.00 | 355.78 | 0.99 | 0.61 |
| Hex | FE | 37 | 45 | 0 | 4E | 49 | 0 | 164 | 63 | 3D |
| Octal | 376 | 67 | 105 | 0 | 116 | 111 | 0 | 544 | 143 | 75 |
| Binary | 11111110 | 110111 | 1000101 | 0 | 1001110 | 1001001 | 0 | 101100100 | 1100011 | 111101 |
Color Harmonies of #FE3745
Complementary color
Monochromatic Colors of #FE3745
Black with #FE3745
Text Example
Text Example
White with #FE3745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3745; }
p { color: rgb(254,55,69); }
H1.HeaderClassName
{
color: #FE3745;
}
.AnyTagClassName
{
color: #FE3745;
}
</style>
background-color css
<style>
a { background-color: #FE3745; }
a { background-color: rgb(254,55,69); }
div.DivClassName
{
background-color: #FE3745;
}
.BgClassName
{
background-color: #FE3745;
}
</style>
border-color css
<style>
span { border-color: #FE3745; }
span { border-color: rgb(254,55,69); }
td.TdClassName
{
border-color: #FE3745;
}
.TagClassName
{
border-color: #FE3745;
}
</style>