Shades of Scarlet #FE3211
Tints of Scarlet #FE3211
RGB
CMYK
RGB Variations
Color information
#FE3211 (or 0xFE3211) is known color: Scarlet. HEX triplet: FE, 32 and 11. RGB value is (254,50,17). Sum of RGB (Red+Green+Blue) = 254+50+17=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3211 is #01CDEE. Grayscale: #6B6B6B. Windows color (decimal): -118255 or 1127166. OLE color: 1127166.
HSL color Cylindrical-coordinate representation of color #FE3211: hue angle of 8.35º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE3211 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 17 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.00 |
| HSL | 8.35º | 0.99% | 0.53% | - |
| HSV(B) | 8.35º | 0.93% | 1% | - |
| XYZ | 42.11 | 23.39 | 2.83 | - |
| YUV | 107.23 | 77.09 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 17 | 0 | 0.80 | 0.93 | 0.00 | 8.35 | 0.99 | 0.53 |
| Hex | FE | 32 | 11 | 0 | 50 | 5D | 0 | 8 | 63 | 35 |
| Octal | 376 | 62 | 21 | 0 | 120 | 135 | 0 | 10 | 143 | 65 |
| Binary | 11111110 | 110010 | 10001 | 0 | 1010000 | 1011101 | 0 | 1000 | 1100011 | 110101 |
Color Harmonies of #FE3211
Complementary color
Monochromatic Colors of #FE3211
Black with #FE3211
Text Example
Text Example
White with #FE3211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3211; }
p { color: rgb(254,50,17); }
H1.HeaderClassName
{
color: #FE3211;
}
.AnyTagClassName
{
color: #FE3211;
}
</style>
background-color css
<style>
a { background-color: #FE3211; }
a { background-color: rgb(254,50,17); }
div.DivClassName
{
background-color: #FE3211;
}
.BgClassName
{
background-color: #FE3211;
}
</style>
border-color css
<style>
span { border-color: #FE3211; }
span { border-color: rgb(254,50,17); }
td.TdClassName
{
border-color: #FE3211;
}
.TagClassName
{
border-color: #FE3211;
}
</style>