Shades of Scarlet #FE2F00
Tints of Scarlet #FE2F00
RGB
CMYK
RGB Variations
Color information
#FE2F00 (or 0xFE2F00) is known color: Scarlet. HEX triplet: FE, 2F and 00. RGB value is (254,47,0). Sum of RGB (Red+Green+Blue) = 254+47+0=301 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.39% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2F00 is #01D0FF. Grayscale: #676767. Windows color (decimal): -119040 or 12286. OLE color: 12286.
HSL color Cylindrical-coordinate representation of color #FE2F00: hue angle of 11.1º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE2F00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.00 |
| HSL | 11.1º | 1% | 0.5% | - |
| HSV(B) | 11.1º | 1% | 1% | - |
| XYZ | 41.89 | 23.1 | 2.25 | - |
| YUV | 103.54 | 69.58 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 0 | 0 | 0.81 | 1 | 0.00 | 11.1 | 1 | 0.5 |
| Hex | FE | 2F | 0 | 0 | 51 | 64 | 0 | B | 64 | 32 |
| Octal | 376 | 57 | 0 | 0 | 121 | 144 | 0 | 13 | 144 | 62 |
| Binary | 11111110 | 101111 | 0 | 0 | 1010001 | 1100100 | 0 | 1011 | 1100100 | 110010 |
Color Harmonies of #FE2F00
Complementary color
Monochromatic Colors of #FE2F00
Black with #FE2F00
Text Example
Text Example
White with #FE2F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F00; }
p { color: rgb(254,47,0); }
H1.HeaderClassName
{
color: #FE2F00;
}
.AnyTagClassName
{
color: #FE2F00;
}
</style>
background-color css
<style>
a { background-color: #FE2F00; }
a { background-color: rgb(254,47,0); }
div.DivClassName
{
background-color: #FE2F00;
}
.BgClassName
{
background-color: #FE2F00;
}
</style>
border-color css
<style>
span { border-color: #FE2F00; }
span { border-color: rgb(254,47,0); }
td.TdClassName
{
border-color: #FE2F00;
}
.TagClassName
{
border-color: #FE2F00;
}
</style>