Shades of Red #FE130F
Tints of Red #FE130F
RGB
CMYK
RGB Variations
Color information
#FE130F (or 0xFE130F) is known color: Red. HEX triplet: FE, 13 and 0F. RGB value is (254,19,15). Sum of RGB (Red+Green+Blue) = 254+19+15=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE130F is #01ECF0. Grayscale: #595959. Windows color (decimal): -126193 or 988158. OLE color: 988158.
HSL color Cylindrical-coordinate representation of color #FE130F: hue angle of 1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE130F is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 15 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.00 |
| HSL | 1º | 0.99% | 0.53% | - |
| HSV(B) | 1º | 0.94% | 1% | - |
| XYZ | 41.19 | 21.57 | 2.44 | - |
| YUV | 88.81 | 86.36 | 245.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 15 | 0 | 0.93 | 0.94 | 0.00 | 1 | 0.99 | 0.53 |
| Hex | FE | 13 | F | 0 | 5D | 5E | 0 | 1 | 63 | 35 |
| Octal | 376 | 23 | 17 | 0 | 135 | 136 | 0 | 1 | 143 | 65 |
| Binary | 11111110 | 10011 | 1111 | 0 | 1011101 | 1011110 | 0 | 1 | 1100011 | 110101 |
Color Harmonies of #FE130F
Complementary color
Monochromatic Colors of #FE130F
Black with #FE130F
Text Example
Text Example
White with #FE130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE130F; }
p { color: rgb(254,19,15); }
H1.HeaderClassName
{
color: #FE130F;
}
.AnyTagClassName
{
color: #FE130F;
}
</style>
background-color css
<style>
a { background-color: #FE130F; }
a { background-color: rgb(254,19,15); }
div.DivClassName
{
background-color: #FE130F;
}
.BgClassName
{
background-color: #FE130F;
}
</style>
border-color css
<style>
span { border-color: #FE130F; }
span { border-color: rgb(254,19,15); }
td.TdClassName
{
border-color: #FE130F;
}
.TagClassName
{
border-color: #FE130F;
}
</style>