Shades of Scarlet #F1200C
Tints of Scarlet #F1200C
RGB
CMYK
RGB Variations
Color information
#F1200C (or 0xF1200C) is known color: Scarlet. HEX triplet: F1, 20 and 0C. RGB value is (241,32,12). Sum of RGB (Red+Green+Blue) = 241+32+12=285 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.56% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 241 - color contains mainly: red. Hex color #F1200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1200C is #0EDFF3. Grayscale: #5C5C5C. Windows color (decimal): -974836 or 794865. OLE color: 794865.
HSL color Cylindrical-coordinate representation of color #F1200C: hue angle of 5.24º 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 #F1200C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 12 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.05 |
| HSL | 5.24º | 0.91% | 0.5% | - |
| HSV(B) | 5.24º | 0.95% | 0.95% | - |
| XYZ | 36.86 | 19.76 | 2.22 | - |
| YUV | 92.21 | 82.74 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 12 | 0 | 0.87 | 0.95 | 0.05 | 5.24 | 0.91 | 0.5 |
| Hex | F1 | 20 | C | 0 | 57 | 5F | 5 | 5 | 5B | 32 |
| Octal | 361 | 40 | 14 | 0 | 127 | 137 | 5 | 5 | 133 | 62 |
| Binary | 11110001 | 100000 | 1100 | 0 | 1010111 | 1011111 | 101 | 101 | 1011011 | 110010 |
Color Harmonies of #F1200C
Complementary color
Monochromatic Colors of #F1200C
Black with #F1200C
Text Example
Text Example
White with #F1200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1200C; }
p { color: rgb(241,32,12); }
H1.HeaderClassName
{
color: #F1200C;
}
.AnyTagClassName
{
color: #F1200C;
}
</style>
background-color css
<style>
a { background-color: #F1200C; }
a { background-color: rgb(241,32,12); }
div.DivClassName
{
background-color: #F1200C;
}
.BgClassName
{
background-color: #F1200C;
}
</style>
border-color css
<style>
span { border-color: #F1200C; }
span { border-color: rgb(241,32,12); }
td.TdClassName
{
border-color: #F1200C;
}
.TagClassName
{
border-color: #F1200C;
}
</style>