Shades of Scarlet #F1200D
Tints of Scarlet #F1200D
RGB
CMYK
RGB Variations
Color information
#F1200D (or 0xF1200D) is known color: Scarlet. HEX triplet: F1, 20 and 0D. RGB value is (241,32,13). Sum of RGB (Red+Green+Blue) = 241+32+13=286 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.27% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 241 - color contains mainly: red. Hex color #F1200D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1200D is #0EDFF2. Grayscale: #5C5C5C. Windows color (decimal): -974835 or 860401. OLE color: 860401.
HSL color Cylindrical-coordinate representation of color #F1200D: hue angle of 5º degrees, saturation: 0.9, 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 #F1200D is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 13 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.05 |
| HSL | 5º | 0.9% | 0.5% | - |
| HSV(B) | 5º | 0.95% | 0.95% | - |
| XYZ | 36.86 | 19.76 | 2.25 | - |
| YUV | 92.33 | 83.24 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 13 | 0 | 0.87 | 0.95 | 0.05 | 5 | 0.9 | 0.5 |
| Hex | F1 | 20 | D | 0 | 57 | 5F | 5 | 5 | 5A | 32 |
| Octal | 361 | 40 | 15 | 0 | 127 | 137 | 5 | 5 | 132 | 62 |
| Binary | 11110001 | 100000 | 1101 | 0 | 1010111 | 1011111 | 101 | 101 | 1011010 | 110010 |
Color Harmonies of #F1200D
Complementary color
Monochromatic Colors of #F1200D
Black with #F1200D
Text Example
Text Example
White with #F1200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1200D; }
p { color: rgb(241,32,13); }
H1.HeaderClassName
{
color: #F1200D;
}
.AnyTagClassName
{
color: #F1200D;
}
</style>
background-color css
<style>
a { background-color: #F1200D; }
a { background-color: rgb(241,32,13); }
div.DivClassName
{
background-color: #F1200D;
}
.BgClassName
{
background-color: #F1200D;
}
</style>
border-color css
<style>
span { border-color: #F1200D; }
span { border-color: rgb(241,32,13); }
td.TdClassName
{
border-color: #F1200D;
}
.TagClassName
{
border-color: #F1200D;
}
</style>