Shades of Red #FE1209
Tints of Red #FE1209
RGB
CMYK
RGB Variations
Color information
#FE1209 (or 0xFE1209) is known color: Red. HEX triplet: FE, 12 and 09. RGB value is (254,18,9). Sum of RGB (Red+Green+Blue) = 254+18+9=281 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.39% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1209 is #01EDF6. Grayscale: #575757. Windows color (decimal): -126455 or 594686. OLE color: 594686.
HSL color Cylindrical-coordinate representation of color #FE1209: hue angle of 2.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE1209 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 9 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.00 |
| HSL | 2.2º | 0.99% | 0.52% | - |
| HSV(B) | 2.2º | 0.96% | 1% | - |
| XYZ | 41.14 | 21.52 | 2.24 | - |
| YUV | 87.54 | 83.69 | 246.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 9 | 0 | 0.93 | 0.96 | 0.00 | 2.2 | 0.99 | 0.52 |
| Hex | FE | 12 | 9 | 0 | 5D | 60 | 0 | 2 | 63 | 34 |
| Octal | 376 | 22 | 11 | 0 | 135 | 140 | 0 | 2 | 143 | 64 |
| Binary | 11111110 | 10010 | 1001 | 0 | 1011101 | 1100000 | 0 | 10 | 1100011 | 110100 |
Color Harmonies of #FE1209
Complementary color
Monochromatic Colors of #FE1209
Black with #FE1209
Text Example
Text Example
White with #FE1209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1209; }
p { color: rgb(254,18,9); }
H1.HeaderClassName
{
color: #FE1209;
}
.AnyTagClassName
{
color: #FE1209;
}
</style>
background-color css
<style>
a { background-color: #FE1209; }
a { background-color: rgb(254,18,9); }
div.DivClassName
{
background-color: #FE1209;
}
.BgClassName
{
background-color: #FE1209;
}
</style>
border-color css
<style>
span { border-color: #FE1209; }
span { border-color: rgb(254,18,9); }
td.TdClassName
{
border-color: #FE1209;
}
.TagClassName
{
border-color: #FE1209;
}
</style>