Shades of Scarlet #FE2F1B
Tints of Scarlet #FE2F1B
RGB
CMYK
RGB Variations
Color information
#FE2F1B (or 0xFE2F1B) is known color: Scarlet. HEX triplet: FE, 2F and 1B. RGB value is (254,47,27). Sum of RGB (Red+Green+Blue) = 254+47+27=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F1B is #01D0E4. Grayscale: #6A6A6A. Windows color (decimal): -119013 or 1781758. OLE color: 1781758.
HSL color Cylindrical-coordinate representation of color #FE2F1B: hue angle of 5.29º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE2F1B is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 27 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.00 |
| HSL | 5.29º | 0.99% | 0.55% | - |
| HSV(B) | 5.29º | 0.89% | 1% | - |
| XYZ | 42.09 | 23.18 | 3.29 | - |
| YUV | 106.61 | 83.08 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 27 | 0 | 0.81 | 0.89 | 0.00 | 5.29 | 0.99 | 0.55 |
| Hex | FE | 2F | 1B | 0 | 51 | 59 | 0 | 5 | 63 | 37 |
| Octal | 376 | 57 | 33 | 0 | 121 | 131 | 0 | 5 | 143 | 67 |
| Binary | 11111110 | 101111 | 11011 | 0 | 1010001 | 1011001 | 0 | 101 | 1100011 | 110111 |
Color Harmonies of #FE2F1B
Complementary color
Monochromatic Colors of #FE2F1B
Black with #FE2F1B
Text Example
Text Example
White with #FE2F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F1B; }
p { color: rgb(254,47,27); }
H1.HeaderClassName
{
color: #FE2F1B;
}
.AnyTagClassName
{
color: #FE2F1B;
}
</style>
background-color css
<style>
a { background-color: #FE2F1B; }
a { background-color: rgb(254,47,27); }
div.DivClassName
{
background-color: #FE2F1B;
}
.BgClassName
{
background-color: #FE2F1B;
}
</style>
border-color css
<style>
span { border-color: #FE2F1B; }
span { border-color: rgb(254,47,27); }
td.TdClassName
{
border-color: #FE2F1B;
}
.TagClassName
{
border-color: #FE2F1B;
}
</style>