Shades of Scarlet #F12618
Tints of Scarlet #F12618
RGB
CMYK
RGB Variations
Color information
#F12618 (or 0xF12618) is known color: Scarlet. HEX triplet: F1, 26 and 18. RGB value is (241,38,24). Sum of RGB (Red+Green+Blue) = 241+38+24=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F12618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12618 is #0ED9E7. Grayscale: #616161. Windows color (decimal): -973288 or 1582833. OLE color: 1582833.
HSL color Cylindrical-coordinate representation of color #F12618: hue angle of 3.87º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F12618 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 24 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.05 |
| HSL | 3.87º | 0.89% | 0.52% | - |
| HSV(B) | 3.87º | 0.9% | 0.95% | - |
| XYZ | 37.13 | 20.15 | 2.8 | - |
| YUV | 97.1 | 86.75 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 24 | 0 | 0.84 | 0.90 | 0.05 | 3.87 | 0.89 | 0.52 |
| Hex | F1 | 26 | 18 | 0 | 54 | 5A | 5 | 4 | 59 | 34 |
| Octal | 361 | 46 | 30 | 0 | 124 | 132 | 5 | 4 | 131 | 64 |
| Binary | 11110001 | 100110 | 11000 | 0 | 1010100 | 1011010 | 101 | 100 | 1011001 | 110100 |
Color Harmonies of #F12618
Complementary color
Monochromatic Colors of #F12618
Black with #F12618
Text Example
Text Example
White with #F12618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12618; }
p { color: rgb(241,38,24); }
H1.HeaderClassName
{
color: #F12618;
}
.AnyTagClassName
{
color: #F12618;
}
</style>
background-color css
<style>
a { background-color: #F12618; }
a { background-color: rgb(241,38,24); }
div.DivClassName
{
background-color: #F12618;
}
.BgClassName
{
background-color: #F12618;
}
</style>
border-color css
<style>
span { border-color: #F12618; }
span { border-color: rgb(241,38,24); }
td.TdClassName
{
border-color: #F12618;
}
.TagClassName
{
border-color: #F12618;
}
</style>