Shades of Scarlet #F1271D
Tints of Scarlet #F1271D
RGB
CMYK
RGB Variations
Color information
#F1271D (or 0xF1271D) is known color: Scarlet. HEX triplet: F1, 27 and 1D. RGB value is (241,39,29). Sum of RGB (Red+Green+Blue) = 241+39+29=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F1271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1271D is #0ED8E2. Grayscale: #626262. Windows color (decimal): -973027 or 1910769. OLE color: 1910769.
HSL color Cylindrical-coordinate representation of color #F1271D: hue angle of 2.83º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1271D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.05 |
| HSL | 2.83º | 0.88% | 0.53% | - |
| HSV(B) | 2.83º | 0.88% | 0.95% | - |
| XYZ | 37.22 | 20.24 | 3.11 | - |
| YUV | 98.26 | 88.92 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 29 | 0 | 0.84 | 0.88 | 0.05 | 2.83 | 0.88 | 0.53 |
| Hex | F1 | 27 | 1D | 0 | 54 | 58 | 5 | 3 | 58 | 35 |
| Octal | 361 | 47 | 35 | 0 | 124 | 130 | 5 | 3 | 130 | 65 |
| Binary | 11110001 | 100111 | 11101 | 0 | 1010100 | 1011000 | 101 | 11 | 1011000 | 110101 |
Color Harmonies of #F1271D
Complementary color
Monochromatic Colors of #F1271D
Black with #F1271D
Text Example
Text Example
White with #F1271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1271D; }
p { color: rgb(241,39,29); }
H1.HeaderClassName
{
color: #F1271D;
}
.AnyTagClassName
{
color: #F1271D;
}
</style>
background-color css
<style>
a { background-color: #F1271D; }
a { background-color: rgb(241,39,29); }
div.DivClassName
{
background-color: #F1271D;
}
.BgClassName
{
background-color: #F1271D;
}
</style>
border-color css
<style>
span { border-color: #F1271D; }
span { border-color: rgb(241,39,29); }
td.TdClassName
{
border-color: #F1271D;
}
.TagClassName
{
border-color: #F1271D;
}
</style>