Shades of Red #FE120C
Tints of Red #FE120C
RGB
CMYK
RGB Variations
Color information
#FE120C (or 0xFE120C) is known color: Red. HEX triplet: FE, 12 and 0C. RGB value is (254,18,12). Sum of RGB (Red+Green+Blue) = 254+18+12=284 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.44% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 254 - color contains mainly: red. Hex color #FE120C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE120C is #01EDF3. Grayscale: #585858. Windows color (decimal): -126452 or 791294. OLE color: 791294.
HSL color Cylindrical-coordinate representation of color #FE120C: hue angle of 1.49º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE120C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.00 |
| HSL | 1.49º | 0.99% | 0.52% | - |
| HSV(B) | 1.49º | 0.95% | 1% | - |
| XYZ | 41.16 | 21.53 | 2.33 | - |
| YUV | 87.88 | 85.19 | 246.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 12 | 0 | 0.93 | 0.95 | 0.00 | 1.49 | 0.99 | 0.52 |
| Hex | FE | 12 | C | 0 | 5D | 5F | 0 | 1 | 63 | 34 |
| Octal | 376 | 22 | 14 | 0 | 135 | 137 | 0 | 1 | 143 | 64 |
| Binary | 11111110 | 10010 | 1100 | 0 | 1011101 | 1011111 | 0 | 1 | 1100011 | 110100 |
Color Harmonies of #FE120C
Complementary color
Monochromatic Colors of #FE120C
Black with #FE120C
Text Example
Text Example
White with #FE120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE120C; }
p { color: rgb(254,18,12); }
H1.HeaderClassName
{
color: #FE120C;
}
.AnyTagClassName
{
color: #FE120C;
}
</style>
background-color css
<style>
a { background-color: #FE120C; }
a { background-color: rgb(254,18,12); }
div.DivClassName
{
background-color: #FE120C;
}
.BgClassName
{
background-color: #FE120C;
}
</style>
border-color css
<style>
span { border-color: #FE120C; }
span { border-color: rgb(254,18,12); }
td.TdClassName
{
border-color: #FE120C;
}
.TagClassName
{
border-color: #FE120C;
}
</style>