Shades of Scarlet #F1320C
Tints of Scarlet #F1320C
RGB
CMYK
RGB Variations
Color information
#F1320C (or 0xF1320C) is known color: Scarlet. HEX triplet: F1, 32 and 0C. RGB value is (241,50,12). Sum of RGB (Red+Green+Blue) = 241+50+12=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F1320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1320C is #0ECDF3. Grayscale: #676767. Windows color (decimal): -970228 or 799473. OLE color: 799473.
HSL color Cylindrical-coordinate representation of color #F1320C: hue angle of 9.96º degrees, saturation: 0.91, 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 #F1320C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.05 |
| HSL | 9.96º | 0.91% | 0.5% | - |
| HSV(B) | 9.96º | 0.95% | 0.95% | - |
| XYZ | 37.48 | 21.01 | 2.43 | - |
| YUV | 102.78 | 76.78 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 12 | 0 | 0.79 | 0.95 | 0.05 | 9.96 | 0.91 | 0.5 |
| Hex | F1 | 32 | C | 0 | 4F | 5F | 5 | A | 5B | 32 |
| Octal | 361 | 62 | 14 | 0 | 117 | 137 | 5 | 12 | 133 | 62 |
| Binary | 11110001 | 110010 | 1100 | 0 | 1001111 | 1011111 | 101 | 1010 | 1011011 | 110010 |
Color Harmonies of #F1320C
Complementary color
Monochromatic Colors of #F1320C
Black with #F1320C
Text Example
Text Example
White with #F1320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1320C; }
p { color: rgb(241,50,12); }
H1.HeaderClassName
{
color: #F1320C;
}
.AnyTagClassName
{
color: #F1320C;
}
</style>
background-color css
<style>
a { background-color: #F1320C; }
a { background-color: rgb(241,50,12); }
div.DivClassName
{
background-color: #F1320C;
}
.BgClassName
{
background-color: #F1320C;
}
</style>
border-color css
<style>
span { border-color: #F1320C; }
span { border-color: rgb(241,50,12); }
td.TdClassName
{
border-color: #F1320C;
}
.TagClassName
{
border-color: #F1320C;
}
</style>