Shades of Scarlet #FE240C
Tints of Scarlet #FE240C
RGB
CMYK
RGB Variations
Color information
#FE240C (or 0xFE240C) is known color: Scarlet. HEX triplet: FE, 24 and 0C. RGB value is (254,36,12). Sum of RGB (Red+Green+Blue) = 254+36+12=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE240C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE240C is #01DBF3. Grayscale: #626262. Windows color (decimal): -121844 or 795902. OLE color: 795902.
HSL color Cylindrical-coordinate representation of color #FE240C: hue angle of 5.95º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE240C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.00 |
| HSL | 5.95º | 0.99% | 0.52% | - |
| HSV(B) | 5.95º | 0.95% | 1% | - |
| XYZ | 41.57 | 22.36 | 2.47 | - |
| YUV | 98.45 | 79.22 | 238.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 12 | 0 | 0.86 | 0.95 | 0.00 | 5.95 | 0.99 | 0.52 |
| Hex | FE | 24 | C | 0 | 56 | 5F | 0 | 6 | 63 | 34 |
| Octal | 376 | 44 | 14 | 0 | 126 | 137 | 0 | 6 | 143 | 64 |
| Binary | 11111110 | 100100 | 1100 | 0 | 1010110 | 1011111 | 0 | 110 | 1100011 | 110100 |
Color Harmonies of #FE240C
Complementary color
Monochromatic Colors of #FE240C
Black with #FE240C
Text Example
Text Example
White with #FE240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE240C; }
p { color: rgb(254,36,12); }
H1.HeaderClassName
{
color: #FE240C;
}
.AnyTagClassName
{
color: #FE240C;
}
</style>
background-color css
<style>
a { background-color: #FE240C; }
a { background-color: rgb(254,36,12); }
div.DivClassName
{
background-color: #FE240C;
}
.BgClassName
{
background-color: #FE240C;
}
</style>
border-color css
<style>
span { border-color: #FE240C; }
span { border-color: rgb(254,36,12); }
td.TdClassName
{
border-color: #FE240C;
}
.TagClassName
{
border-color: #FE240C;
}
</style>