Shades of Scarlet #F1280C
Tints of Scarlet #F1280C
RGB
CMYK
RGB Variations
Color information
#F1280C (or 0xF1280C) is known color: Scarlet. HEX triplet: F1, 28 and 0C. RGB value is (241,40,12). Sum of RGB (Red+Green+Blue) = 241+40+12=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F1280C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1280C is #0ED7F3. Grayscale: #616161. Windows color (decimal): -972788 or 796913. OLE color: 796913.
HSL color Cylindrical-coordinate representation of color #F1280C: hue angle of 7.34º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1280C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.05 |
| HSL | 7.34º | 0.91% | 0.5% | - |
| HSV(B) | 7.34º | 0.95% | 0.95% | - |
| XYZ | 37.1 | 20.24 | 2.3 | - |
| YUV | 96.91 | 80.09 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 12 | 0 | 0.83 | 0.95 | 0.05 | 7.34 | 0.91 | 0.5 |
| Hex | F1 | 28 | C | 0 | 53 | 5F | 5 | 7 | 5B | 32 |
| Octal | 361 | 50 | 14 | 0 | 123 | 137 | 5 | 7 | 133 | 62 |
| Binary | 11110001 | 101000 | 1100 | 0 | 1010011 | 1011111 | 101 | 111 | 1011011 | 110010 |
Color Harmonies of #F1280C
Complementary color
Monochromatic Colors of #F1280C
Black with #F1280C
Text Example
Text Example
White with #F1280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1280C; }
p { color: rgb(241,40,12); }
H1.HeaderClassName
{
color: #F1280C;
}
.AnyTagClassName
{
color: #F1280C;
}
</style>
background-color css
<style>
a { background-color: #F1280C; }
a { background-color: rgb(241,40,12); }
div.DivClassName
{
background-color: #F1280C;
}
.BgClassName
{
background-color: #F1280C;
}
</style>
border-color css
<style>
span { border-color: #F1280C; }
span { border-color: rgb(241,40,12); }
td.TdClassName
{
border-color: #F1280C;
}
.TagClassName
{
border-color: #F1280C;
}
</style>