Shades of Scarlet #F1281B
Tints of Scarlet #F1281B
RGB
CMYK
RGB Variations
Color information
#F1281B (or 0xF1281B) is known color: Scarlet. HEX triplet: F1, 28 and 1B. RGB value is (241,40,27). Sum of RGB (Red+Green+Blue) = 241+40+27=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F1281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1281B is #0ED7E4. Grayscale: #626262. Windows color (decimal): -972773 or 1779953. OLE color: 1779953.
HSL color Cylindrical-coordinate representation of color #F1281B: hue angle of 3.64º 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 #F1281B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 27 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.05 |
| HSL | 3.64º | 0.88% | 0.53% | - |
| HSV(B) | 3.64º | 0.89% | 0.95% | - |
| XYZ | 37.23 | 20.3 | 2.99 | - |
| YUV | 98.62 | 87.59 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 27 | 0 | 0.83 | 0.89 | 0.05 | 3.64 | 0.88 | 0.53 |
| Hex | F1 | 28 | 1B | 0 | 53 | 59 | 5 | 4 | 58 | 35 |
| Octal | 361 | 50 | 33 | 0 | 123 | 131 | 5 | 4 | 130 | 65 |
| Binary | 11110001 | 101000 | 11011 | 0 | 1010011 | 1011001 | 101 | 100 | 1011000 | 110101 |
Color Harmonies of #F1281B
Complementary color
Monochromatic Colors of #F1281B
Black with #F1281B
Text Example
Text Example
White with #F1281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1281B; }
p { color: rgb(241,40,27); }
H1.HeaderClassName
{
color: #F1281B;
}
.AnyTagClassName
{
color: #F1281B;
}
</style>
background-color css
<style>
a { background-color: #F1281B; }
a { background-color: rgb(241,40,27); }
div.DivClassName
{
background-color: #F1281B;
}
.BgClassName
{
background-color: #F1281B;
}
</style>
border-color css
<style>
span { border-color: #F1281B; }
span { border-color: rgb(241,40,27); }
td.TdClassName
{
border-color: #F1281B;
}
.TagClassName
{
border-color: #F1281B;
}
</style>