Shades of Scarlet #FE210F
Tints of Scarlet #FE210F
RGB
CMYK
RGB Variations
Color information
#FE210F (or 0xFE210F) is known color: Scarlet. HEX triplet: FE, 21 and 0F. RGB value is (254,33,15). Sum of RGB (Red+Green+Blue) = 254+33+15=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE210F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE210F is #01DEF0. Grayscale: #616161. Windows color (decimal): -122609 or 991742. OLE color: 991742.
HSL color Cylindrical-coordinate representation of color #FE210F: hue angle of 4.52º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE210F is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 15 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.00 |
| HSL | 4.52º | 0.99% | 0.53% | - |
| HSV(B) | 4.52º | 0.94% | 1% | - |
| XYZ | 41.5 | 22.19 | 2.55 | - |
| YUV | 97.03 | 81.72 | 239.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 15 | 0 | 0.87 | 0.94 | 0.00 | 4.52 | 0.99 | 0.53 |
| Hex | FE | 21 | F | 0 | 57 | 5E | 0 | 5 | 63 | 35 |
| Octal | 376 | 41 | 17 | 0 | 127 | 136 | 0 | 5 | 143 | 65 |
| Binary | 11111110 | 100001 | 1111 | 0 | 1010111 | 1011110 | 0 | 101 | 1100011 | 110101 |
Color Harmonies of #FE210F
Complementary color
Monochromatic Colors of #FE210F
Black with #FE210F
Text Example
Text Example
White with #FE210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE210F; }
p { color: rgb(254,33,15); }
H1.HeaderClassName
{
color: #FE210F;
}
.AnyTagClassName
{
color: #FE210F;
}
</style>
background-color css
<style>
a { background-color: #FE210F; }
a { background-color: rgb(254,33,15); }
div.DivClassName
{
background-color: #FE210F;
}
.BgClassName
{
background-color: #FE210F;
}
</style>
border-color css
<style>
span { border-color: #FE210F; }
span { border-color: rgb(254,33,15); }
td.TdClassName
{
border-color: #FE210F;
}
.TagClassName
{
border-color: #FE210F;
}
</style>