Shades of Red #FE1204
Tints of Red #FE1204
RGB
CMYK
RGB Variations
Color information
#FE1204 (or 0xFE1204) is known color: Red. HEX triplet: FE, 12 and 04. RGB value is (254,18,4). Sum of RGB (Red+Green+Blue) = 254+18+4=276 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.03% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1204 is #01EDFB. Grayscale: #575757. Windows color (decimal): -126460 or 267006. OLE color: 267006.
HSL color Cylindrical-coordinate representation of color #FE1204: hue angle of 3.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE1204 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.00 |
| HSL | 3.36º | 0.99% | 0.51% | - |
| HSV(B) | 3.36º | 0.98% | 1% | - |
| XYZ | 41.11 | 21.51 | 2.1 | - |
| YUV | 86.97 | 81.19 | 247.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 4 | 0 | 0.93 | 0.98 | 0.00 | 3.36 | 0.99 | 0.51 |
| Hex | FE | 12 | 4 | 0 | 5D | 62 | 0 | 3 | 63 | 33 |
| Octal | 376 | 22 | 4 | 0 | 135 | 142 | 0 | 3 | 143 | 63 |
| Binary | 11111110 | 10010 | 100 | 0 | 1011101 | 1100010 | 0 | 11 | 1100011 | 110011 |
Color Harmonies of #FE1204
Complementary color
Monochromatic Colors of #FE1204
Black with #FE1204
Text Example
Text Example
White with #FE1204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1204; }
p { color: rgb(254,18,4); }
H1.HeaderClassName
{
color: #FE1204;
}
.AnyTagClassName
{
color: #FE1204;
}
</style>
background-color css
<style>
a { background-color: #FE1204; }
a { background-color: rgb(254,18,4); }
div.DivClassName
{
background-color: #FE1204;
}
.BgClassName
{
background-color: #FE1204;
}
</style>
border-color css
<style>
span { border-color: #FE1204; }
span { border-color: rgb(254,18,4); }
td.TdClassName
{
border-color: #FE1204;
}
.TagClassName
{
border-color: #FE1204;
}
</style>