Shades of Scarlet #F1270D
Tints of Scarlet #F1270D
RGB
CMYK
RGB Variations
Color information
#F1270D (or 0xF1270D) is known color: Scarlet. HEX triplet: F1, 27 and 0D. RGB value is (241,39,13). Sum of RGB (Red+Green+Blue) = 241+39+13=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F1270D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1270D is #0ED8F2. Grayscale: #606060. Windows color (decimal): -973043 or 862193. OLE color: 862193.
HSL color Cylindrical-coordinate representation of color #F1270D: hue angle of 6.84º degrees, saturation: 0.9, 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 #F1270D is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 13 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.05 |
| HSL | 6.84º | 0.9% | 0.5% | - |
| HSV(B) | 6.84º | 0.95% | 0.95% | - |
| XYZ | 37.07 | 20.18 | 2.32 | - |
| YUV | 96.43 | 80.92 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 13 | 0 | 0.84 | 0.95 | 0.05 | 6.84 | 0.9 | 0.5 |
| Hex | F1 | 27 | D | 0 | 54 | 5F | 5 | 7 | 5A | 32 |
| Octal | 361 | 47 | 15 | 0 | 124 | 137 | 5 | 7 | 132 | 62 |
| Binary | 11110001 | 100111 | 1101 | 0 | 1010100 | 1011111 | 101 | 111 | 1011010 | 110010 |
Color Harmonies of #F1270D
Complementary color
Monochromatic Colors of #F1270D
Black with #F1270D
Text Example
Text Example
White with #F1270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1270D; }
p { color: rgb(241,39,13); }
H1.HeaderClassName
{
color: #F1270D;
}
.AnyTagClassName
{
color: #F1270D;
}
</style>
background-color css
<style>
a { background-color: #F1270D; }
a { background-color: rgb(241,39,13); }
div.DivClassName
{
background-color: #F1270D;
}
.BgClassName
{
background-color: #F1270D;
}
</style>
border-color css
<style>
span { border-color: #F1270D; }
span { border-color: rgb(241,39,13); }
td.TdClassName
{
border-color: #F1270D;
}
.TagClassName
{
border-color: #F1270D;
}
</style>