Shades of Scarlet #FE240B
Tints of Scarlet #FE240B
RGB
CMYK
RGB Variations
Color information
#FE240B (or 0xFE240B) is known color: Scarlet. HEX triplet: FE, 24 and 0B. RGB value is (254,36,11). Sum of RGB (Red+Green+Blue) = 254+36+11=301 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.39% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 254 - color contains mainly: red. Hex color #FE240B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE240B is #01DBF4. Grayscale: #626262. Windows color (decimal): -121845 or 730366. OLE color: 730366.
HSL color Cylindrical-coordinate representation of color #FE240B: hue angle of 6.17º 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 #FE240B is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 11 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.00 |
| HSL | 6.17º | 0.99% | 0.52% | - |
| HSV(B) | 6.17º | 0.96% | 1% | - |
| XYZ | 41.56 | 22.36 | 2.44 | - |
| YUV | 98.33 | 78.72 | 239.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 11 | 0 | 0.86 | 0.96 | 0.00 | 6.17 | 0.99 | 0.52 |
| Hex | FE | 24 | B | 0 | 56 | 60 | 0 | 6 | 63 | 34 |
| Octal | 376 | 44 | 13 | 0 | 126 | 140 | 0 | 6 | 143 | 64 |
| Binary | 11111110 | 100100 | 1011 | 0 | 1010110 | 1100000 | 0 | 110 | 1100011 | 110100 |
Color Harmonies of #FE240B
Complementary color
Monochromatic Colors of #FE240B
Black with #FE240B
Text Example
Text Example
White with #FE240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE240B; }
p { color: rgb(254,36,11); }
H1.HeaderClassName
{
color: #FE240B;
}
.AnyTagClassName
{
color: #FE240B;
}
</style>
background-color css
<style>
a { background-color: #FE240B; }
a { background-color: rgb(254,36,11); }
div.DivClassName
{
background-color: #FE240B;
}
.BgClassName
{
background-color: #FE240B;
}
</style>
border-color css
<style>
span { border-color: #FE240B; }
span { border-color: rgb(254,36,11); }
td.TdClassName
{
border-color: #FE240B;
}
.TagClassName
{
border-color: #FE240B;
}
</style>