Shades of Scarlet #FE2F01
Tints of Scarlet #FE2F01
RGB
CMYK
RGB Variations
Color information
#FE2F01 (or 0xFE2F01) is known color: Scarlet. HEX triplet: FE, 2F and 01. RGB value is (254,47,1). Sum of RGB (Red+Green+Blue) = 254+47+1=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2F01 is #01D0FE. Grayscale: #686868. Windows color (decimal): -119039 or 77822. OLE color: 77822.
HSL color Cylindrical-coordinate representation of color #FE2F01: hue angle of 10.91º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE2F01 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 1 | - |
| CMYK | 0 | 0.81 | 1.00 | 0.00 |
| HSL | 10.91º | 0.99% | 0.5% | - |
| HSV(B) | 10.91º | 1% | 1% | - |
| XYZ | 41.9 | 23.11 | 2.28 | - |
| YUV | 103.65 | 70.08 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 1 | 0 | 0.81 | 1.00 | 0.00 | 10.91 | 0.99 | 0.5 |
| Hex | FE | 2F | 1 | 0 | 51 | 64 | 0 | B | 63 | 32 |
| Octal | 376 | 57 | 1 | 0 | 121 | 144 | 0 | 13 | 143 | 62 |
| Binary | 11111110 | 101111 | 1 | 0 | 1010001 | 1100100 | 0 | 1011 | 1100011 | 110010 |
Color Harmonies of #FE2F01
Complementary color
Monochromatic Colors of #FE2F01
Black with #FE2F01
Text Example
Text Example
White with #FE2F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F01; }
p { color: rgb(254,47,1); }
H1.HeaderClassName
{
color: #FE2F01;
}
.AnyTagClassName
{
color: #FE2F01;
}
</style>
background-color css
<style>
a { background-color: #FE2F01; }
a { background-color: rgb(254,47,1); }
div.DivClassName
{
background-color: #FE2F01;
}
.BgClassName
{
background-color: #FE2F01;
}
</style>
border-color css
<style>
span { border-color: #FE2F01; }
span { border-color: rgb(254,47,1); }
td.TdClassName
{
border-color: #FE2F01;
}
.TagClassName
{
border-color: #FE2F01;
}
</style>