Shades of Scarlet #FE2F05
Tints of Scarlet #FE2F05
RGB
CMYK
RGB Variations
Color information
#FE2F05 (or 0xFE2F05) is known color: Scarlet. HEX triplet: FE, 2F and 05. RGB value is (254,47,5). Sum of RGB (Red+Green+Blue) = 254+47+5=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2F05 is #01D0FA. Grayscale: #686868. Windows color (decimal): -119035 or 339966. OLE color: 339966.
HSL color Cylindrical-coordinate representation of color #FE2F05: hue angle of 10.12º 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 #FE2F05 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.00 |
| HSL | 10.12º | 0.99% | 0.51% | - |
| HSV(B) | 10.12º | 0.98% | 1% | - |
| XYZ | 41.92 | 23.11 | 2.4 | - |
| YUV | 104.11 | 72.08 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 5 | 0 | 0.81 | 0.98 | 0.00 | 10.12 | 0.99 | 0.51 |
| Hex | FE | 2F | 5 | 0 | 51 | 62 | 0 | A | 63 | 33 |
| Octal | 376 | 57 | 5 | 0 | 121 | 142 | 0 | 12 | 143 | 63 |
| Binary | 11111110 | 101111 | 101 | 0 | 1010001 | 1100010 | 0 | 1010 | 1100011 | 110011 |
Color Harmonies of #FE2F05
Complementary color
Monochromatic Colors of #FE2F05
Black with #FE2F05
Text Example
Text Example
White with #FE2F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F05; }
p { color: rgb(254,47,5); }
H1.HeaderClassName
{
color: #FE2F05;
}
.AnyTagClassName
{
color: #FE2F05;
}
</style>
background-color css
<style>
a { background-color: #FE2F05; }
a { background-color: rgb(254,47,5); }
div.DivClassName
{
background-color: #FE2F05;
}
.BgClassName
{
background-color: #FE2F05;
}
</style>
border-color css
<style>
span { border-color: #FE2F05; }
span { border-color: rgb(254,47,5); }
td.TdClassName
{
border-color: #FE2F05;
}
.TagClassName
{
border-color: #FE2F05;
}
</style>