Shades of Red #FE1203
Tints of Red #FE1203
RGB
CMYK
RGB Variations
Color information
#FE1203 (or 0xFE1203) is known color: Red. HEX triplet: FE, 12 and 03. RGB value is (254,18,3). Sum of RGB (Red+Green+Blue) = 254+18+3=275 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.36% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1203 is #01EDFC. Grayscale: #575757. Windows color (decimal): -126461 or 201470. OLE color: 201470.
HSL color Cylindrical-coordinate representation of color #FE1203: hue angle of 3.59º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE1203 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.00 |
| HSL | 3.59º | 0.99% | 0.5% | - |
| HSV(B) | 3.59º | 0.99% | 1% | - |
| XYZ | 41.11 | 21.51 | 2.07 | - |
| YUV | 86.85 | 80.69 | 247.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 3 | 0 | 0.93 | 0.99 | 0.00 | 3.59 | 0.99 | 0.5 |
| Hex | FE | 12 | 3 | 0 | 5D | 63 | 0 | 4 | 63 | 32 |
| Octal | 376 | 22 | 3 | 0 | 135 | 143 | 0 | 4 | 143 | 62 |
| Binary | 11111110 | 10010 | 11 | 0 | 1011101 | 1100011 | 0 | 100 | 1100011 | 110010 |
Color Harmonies of #FE1203
Complementary color
Monochromatic Colors of #FE1203
Black with #FE1203
Text Example
Text Example
White with #FE1203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1203; }
p { color: rgb(254,18,3); }
H1.HeaderClassName
{
color: #FE1203;
}
.AnyTagClassName
{
color: #FE1203;
}
</style>
background-color css
<style>
a { background-color: #FE1203; }
a { background-color: rgb(254,18,3); }
div.DivClassName
{
background-color: #FE1203;
}
.BgClassName
{
background-color: #FE1203;
}
</style>
border-color css
<style>
span { border-color: #FE1203; }
span { border-color: rgb(254,18,3); }
td.TdClassName
{
border-color: #FE1203;
}
.TagClassName
{
border-color: #FE1203;
}
</style>