Shades of Scarlet #F1241D
Tints of Scarlet #F1241D
RGB
CMYK
RGB Variations
Color information
#F1241D (or 0xF1241D) is known color: Scarlet. HEX triplet: F1, 24 and 1D. RGB value is (241,36,29). Sum of RGB (Red+Green+Blue) = 241+36+29=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F1241D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1241D is #0EDBE2. Grayscale: #606060. Windows color (decimal): -973795 or 1910001. OLE color: 1910001.
HSL color Cylindrical-coordinate representation of color #F1241D: hue angle of 1.98º 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 #F1241D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 29 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.05 |
| HSL | 1.98º | 0.88% | 0.53% | - |
| HSV(B) | 1.98º | 0.88% | 0.95% | - |
| XYZ | 37.13 | 20.05 | 3.08 | - |
| YUV | 96.5 | 89.92 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 29 | 0 | 0.85 | 0.88 | 0.05 | 1.98 | 0.88 | 0.53 |
| Hex | F1 | 24 | 1D | 0 | 55 | 58 | 5 | 2 | 58 | 35 |
| Octal | 361 | 44 | 35 | 0 | 125 | 130 | 5 | 2 | 130 | 65 |
| Binary | 11110001 | 100100 | 11101 | 0 | 1010101 | 1011000 | 101 | 10 | 1011000 | 110101 |
Color Harmonies of #F1241D
Complementary color
Monochromatic Colors of #F1241D
Black with #F1241D
Text Example
Text Example
White with #F1241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1241D; }
p { color: rgb(241,36,29); }
H1.HeaderClassName
{
color: #F1241D;
}
.AnyTagClassName
{
color: #F1241D;
}
</style>
background-color css
<style>
a { background-color: #F1241D; }
a { background-color: rgb(241,36,29); }
div.DivClassName
{
background-color: #F1241D;
}
.BgClassName
{
background-color: #F1241D;
}
</style>
border-color css
<style>
span { border-color: #F1241D; }
span { border-color: rgb(241,36,29); }
td.TdClassName
{
border-color: #F1241D;
}
.TagClassName
{
border-color: #F1241D;
}
</style>