Shades of Radical Red #FE3741
Tints of Radical Red #FE3741
RGB
CMYK
RGB Variations
Color information
#FE3741 (or 0xFE3741) is known color: Radical Red. HEX triplet: FE, 37 and 41. RGB value is (254,55,65). Sum of RGB (Red+Green+Blue) = 254+55+65=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3741 is #01C8BE. Grayscale: #737373. Windows color (decimal): -116927 or 4274174. OLE color: 4274174.
HSL color Cylindrical-coordinate representation of color #FE3741: hue angle of 356.98º 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 #FE3741 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 65 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.00 |
| HSL | 356.98º | 0.99% | 0.61% | - |
| HSV(B) | 356.98º | 0.78% | 1% | - |
| XYZ | 43.19 | 24.18 | 7.39 | - |
| YUV | 115.64 | 99.43 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 65 | 0 | 0.78 | 0.74 | 0.00 | 356.98 | 0.99 | 0.61 |
| Hex | FE | 37 | 41 | 0 | 4E | 4A | 0 | 165 | 63 | 3D |
| Octal | 376 | 67 | 101 | 0 | 116 | 112 | 0 | 545 | 143 | 75 |
| Binary | 11111110 | 110111 | 1000001 | 0 | 1001110 | 1001010 | 0 | 101100101 | 1100011 | 111101 |
Color Harmonies of #FE3741
Complementary color
Monochromatic Colors of #FE3741
Black with #FE3741
Text Example
Text Example
White with #FE3741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3741; }
p { color: rgb(254,55,65); }
H1.HeaderClassName
{
color: #FE3741;
}
.AnyTagClassName
{
color: #FE3741;
}
</style>
background-color css
<style>
a { background-color: #FE3741; }
a { background-color: rgb(254,55,65); }
div.DivClassName
{
background-color: #FE3741;
}
.BgClassName
{
background-color: #FE3741;
}
</style>
border-color css
<style>
span { border-color: #FE3741; }
span { border-color: rgb(254,55,65); }
td.TdClassName
{
border-color: #FE3741;
}
.TagClassName
{
border-color: #FE3741;
}
</style>