Shades of Scarlet #FF240E
Tints of Scarlet #FF240E
RGB
CMYK
RGB Variations
Color information
#FF240E (or 0xFF240E) is known color: Scarlet. HEX triplet: FF, 24 and 0E. RGB value is (255,36,14). Sum of RGB (Red+Green+Blue) = 255+36+14=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF240E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF240E is #00DBF1. Grayscale: #636363. Windows color (decimal): -56306 or 926975. OLE color: 926975.
HSL color Cylindrical-coordinate representation of color #FF240E: hue angle of 5.48º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF240E is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 14 | - |
| CMYK | 0 | 0.86 | 0.95 | 0 |
| HSL | 5.48º | 1% | 0.53% | - |
| HSV(B) | 5.48º | 0.95% | 1% | - |
| XYZ | 41.95 | 22.55 | 2.56 | - |
| YUV | 98.97 | 80.05 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 14 | 0 | 0.86 | 0.95 | 0 | 5.48 | 1 | 0.53 |
| Hex | FF | 24 | E | 0 | 56 | 5F | 0 | 5 | 64 | 35 |
| Octal | 377 | 44 | 16 | 0 | 126 | 137 | 0 | 5 | 144 | 65 |
| Binary | 11111111 | 100100 | 1110 | 0 | 1010110 | 1011111 | 0 | 101 | 1100100 | 110101 |
Color Harmonies of #FF240E
Complementary color
Monochromatic Colors of #FF240E
Black with #FF240E
Text Example
Text Example
White with #FF240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF240E; }
p { color: rgb(255,36,14); }
H1.HeaderClassName
{
color: #FF240E;
}
.AnyTagClassName
{
color: #FF240E;
}
</style>
background-color css
<style>
a { background-color: #FF240E; }
a { background-color: rgb(255,36,14); }
div.DivClassName
{
background-color: #FF240E;
}
.BgClassName
{
background-color: #FF240E;
}
</style>
border-color css
<style>
span { border-color: #FF240E; }
span { border-color: rgb(255,36,14); }
td.TdClassName
{
border-color: #FF240E;
}
.TagClassName
{
border-color: #FF240E;
}
</style>