Shades of Scarlet #F1271B
Tints of Scarlet #F1271B
RGB
CMYK
RGB Variations
Color information
#F1271B (or 0xF1271B) is known color: Scarlet. HEX triplet: F1, 27 and 1B. RGB value is (241,39,27). Sum of RGB (Red+Green+Blue) = 241+39+27=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F1271B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1271B is #0ED8E4. Grayscale: #626262. Windows color (decimal): -973029 or 1779697. OLE color: 1779697.
HSL color Cylindrical-coordinate representation of color #F1271B: hue angle of 3.36º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1271B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.05 |
| HSL | 3.36º | 0.88% | 0.53% | - |
| HSV(B) | 3.36º | 0.89% | 0.95% | - |
| XYZ | 37.2 | 20.23 | 2.98 | - |
| YUV | 98.03 | 87.92 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 27 | 0 | 0.84 | 0.89 | 0.05 | 3.36 | 0.88 | 0.53 |
| Hex | F1 | 27 | 1B | 0 | 54 | 59 | 5 | 3 | 58 | 35 |
| Octal | 361 | 47 | 33 | 0 | 124 | 131 | 5 | 3 | 130 | 65 |
| Binary | 11110001 | 100111 | 11011 | 0 | 1010100 | 1011001 | 101 | 11 | 1011000 | 110101 |
Color Harmonies of #F1271B
Complementary color
Monochromatic Colors of #F1271B
Black with #F1271B
Text Example
Text Example
White with #F1271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1271B; }
p { color: rgb(241,39,27); }
H1.HeaderClassName
{
color: #F1271B;
}
.AnyTagClassName
{
color: #F1271B;
}
</style>
background-color css
<style>
a { background-color: #F1271B; }
a { background-color: rgb(241,39,27); }
div.DivClassName
{
background-color: #F1271B;
}
.BgClassName
{
background-color: #F1271B;
}
</style>
border-color css
<style>
span { border-color: #F1271B; }
span { border-color: rgb(241,39,27); }
td.TdClassName
{
border-color: #F1271B;
}
.TagClassName
{
border-color: #F1271B;
}
</style>