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