Shades of Radical Red #FE3849
Tints of Radical Red #FE3849
RGB
CMYK
RGB Variations
Color information
#FE3849 (or 0xFE3849) is known color: Radical Red. HEX triplet: FE, 38 and 49. RGB value is (254,56,73). Sum of RGB (Red+Green+Blue) = 254+56+73=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3849 is #01C7B6. Grayscale: #757575. Windows color (decimal): -116663 or 4798718. OLE color: 4798718.
HSL color Cylindrical-coordinate representation of color #FE3849: hue angle of 354.85º 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 #FE3849 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 73 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.00 |
| HSL | 354.85º | 0.99% | 0.61% | - |
| HSV(B) | 354.85º | 0.78% | 1% | - |
| XYZ | 43.49 | 24.38 | 8.72 | - |
| YUV | 117.14 | 103.1 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 73 | 0 | 0.78 | 0.71 | 0.00 | 354.85 | 0.99 | 0.61 |
| Hex | FE | 38 | 49 | 0 | 4E | 47 | 0 | 163 | 63 | 3D |
| Octal | 376 | 70 | 111 | 0 | 116 | 107 | 0 | 543 | 143 | 75 |
| Binary | 11111110 | 111000 | 1001001 | 0 | 1001110 | 1000111 | 0 | 101100011 | 1100011 | 111101 |
Color Harmonies of #FE3849
Complementary color
Monochromatic Colors of #FE3849
Black with #FE3849
Text Example
Text Example
White with #FE3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3849; }
p { color: rgb(254,56,73); }
H1.HeaderClassName
{
color: #FE3849;
}
.AnyTagClassName
{
color: #FE3849;
}
</style>
background-color css
<style>
a { background-color: #FE3849; }
a { background-color: rgb(254,56,73); }
div.DivClassName
{
background-color: #FE3849;
}
.BgClassName
{
background-color: #FE3849;
}
</style>
border-color css
<style>
span { border-color: #FE3849; }
span { border-color: rgb(254,56,73); }
td.TdClassName
{
border-color: #FE3849;
}
.TagClassName
{
border-color: #FE3849;
}
</style>