Shades of Scarlet #FE300B
Tints of Scarlet #FE300B
RGB
CMYK
RGB Variations
Color information
#FE300B (or 0xFE300B) is known color: Scarlet. HEX triplet: FE, 30 and 0B. RGB value is (254,48,11). Sum of RGB (Red+Green+Blue) = 254+48+11=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE300B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE300B is #01CFF4. Grayscale: #696969. Windows color (decimal): -118773 or 733438. OLE color: 733438.
HSL color Cylindrical-coordinate representation of color #FE300B: hue angle of 9.14º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE300B is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 11 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.00 |
| HSL | 9.14º | 0.99% | 0.52% | - |
| HSV(B) | 9.14º | 0.96% | 1% | - |
| XYZ | 41.99 | 23.21 | 2.58 | - |
| YUV | 105.38 | 74.75 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 11 | 0 | 0.81 | 0.96 | 0.00 | 9.14 | 0.99 | 0.52 |
| Hex | FE | 30 | B | 0 | 51 | 60 | 0 | 9 | 63 | 34 |
| Octal | 376 | 60 | 13 | 0 | 121 | 140 | 0 | 11 | 143 | 64 |
| Binary | 11111110 | 110000 | 1011 | 0 | 1010001 | 1100000 | 0 | 1001 | 1100011 | 110100 |
Color Harmonies of #FE300B
Complementary color
Monochromatic Colors of #FE300B
Black with #FE300B
Text Example
Text Example
White with #FE300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE300B; }
p { color: rgb(254,48,11); }
H1.HeaderClassName
{
color: #FE300B;
}
.AnyTagClassName
{
color: #FE300B;
}
</style>
background-color css
<style>
a { background-color: #FE300B; }
a { background-color: rgb(254,48,11); }
div.DivClassName
{
background-color: #FE300B;
}
.BgClassName
{
background-color: #FE300B;
}
</style>
border-color css
<style>
span { border-color: #FE300B; }
span { border-color: rgb(254,48,11); }
td.TdClassName
{
border-color: #FE300B;
}
.TagClassName
{
border-color: #FE300B;
}
</style>