Shades of Radical Red #FE444B
Tints of Radical Red #FE444B
RGB
CMYK
RGB Variations
Color information
#FE444B (or 0xFE444B) is known color: Radical Red. HEX triplet: FE, 44 and 4B. RGB value is (254,68,75). Sum of RGB (Red+Green+Blue) = 254+68+75=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE444B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE444B is #01BBB4. Grayscale: #7C7C7C. Windows color (decimal): -113589 or 4932862. OLE color: 4932862.
HSL color Cylindrical-coordinate representation of color #FE444B: hue angle of 357.74º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE444B is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 75 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.00 |
| HSL | 357.74º | 0.99% | 0.63% | - |
| HSV(B) | 357.74º | 0.73% | 1% | - |
| XYZ | 44.21 | 25.71 | 9.29 | - |
| YUV | 124.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 75 | 0 | 0.73 | 0.70 | 0.00 | 357.74 | 0.99 | 0.63 |
| Hex | FE | 44 | 4B | 0 | 49 | 46 | 0 | 166 | 63 | 3F |
| Octal | 376 | 104 | 113 | 0 | 111 | 106 | 0 | 546 | 143 | 77 |
| Binary | 11111110 | 1000100 | 1001011 | 0 | 1001001 | 1000110 | 0 | 101100110 | 1100011 | 111111 |
Color Harmonies of #FE444B
Complementary color
Monochromatic Colors of #FE444B
Black with #FE444B
Text Example
Text Example
White with #FE444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE444B; }
p { color: rgb(254,68,75); }
H1.HeaderClassName
{
color: #FE444B;
}
.AnyTagClassName
{
color: #FE444B;
}
</style>
background-color css
<style>
a { background-color: #FE444B; }
a { background-color: rgb(254,68,75); }
div.DivClassName
{
background-color: #FE444B;
}
.BgClassName
{
background-color: #FE444B;
}
</style>
border-color css
<style>
span { border-color: #FE444B; }
span { border-color: rgb(254,68,75); }
td.TdClassName
{
border-color: #FE444B;
}
.TagClassName
{
border-color: #FE444B;
}
</style>