Shades of Scarlet #FE2D16
Tints of Scarlet #FE2D16
RGB
CMYK
RGB Variations
Color information
#FE2D16 (or 0xFE2D16) is known color: Scarlet. HEX triplet: FE, 2D and 16. RGB value is (254,45,22). Sum of RGB (Red+Green+Blue) = 254+45+22=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2D16 is #01D2E9. Grayscale: #696969. Windows color (decimal): -119530 or 1453566. OLE color: 1453566.
HSL color Cylindrical-coordinate representation of color #FE2D16: hue angle of 5.95º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE2D16 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 22 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.00 |
| HSL | 5.95º | 0.99% | 0.54% | - |
| HSV(B) | 5.95º | 0.91% | 1% | - |
| XYZ | 41.96 | 23.01 | 2.99 | - |
| YUV | 104.87 | 81.24 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 22 | 0 | 0.82 | 0.91 | 0.00 | 5.95 | 0.99 | 0.54 |
| Hex | FE | 2D | 16 | 0 | 52 | 5B | 0 | 6 | 63 | 36 |
| Octal | 376 | 55 | 26 | 0 | 122 | 133 | 0 | 6 | 143 | 66 |
| Binary | 11111110 | 101101 | 10110 | 0 | 1010010 | 1011011 | 0 | 110 | 1100011 | 110110 |
Color Harmonies of #FE2D16
Complementary color
Monochromatic Colors of #FE2D16
Black with #FE2D16
Text Example
Text Example
White with #FE2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D16; }
p { color: rgb(254,45,22); }
H1.HeaderClassName
{
color: #FE2D16;
}
.AnyTagClassName
{
color: #FE2D16;
}
</style>
background-color css
<style>
a { background-color: #FE2D16; }
a { background-color: rgb(254,45,22); }
div.DivClassName
{
background-color: #FE2D16;
}
.BgClassName
{
background-color: #FE2D16;
}
</style>
border-color css
<style>
span { border-color: #FE2D16; }
span { border-color: rgb(254,45,22); }
td.TdClassName
{
border-color: #FE2D16;
}
.TagClassName
{
border-color: #FE2D16;
}
</style>