Shades of Scarlet #F11F0C
Tints of Scarlet #F11F0C
RGB
CMYK
RGB Variations
Color information
#F11F0C (or 0xF11F0C) is known color: Scarlet. HEX triplet: F1, 1F and 0C. RGB value is (241,31,12). Sum of RGB (Red+Green+Blue) = 241+31+12=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11F0C is #0EE0F3. Grayscale: #5B5B5B. Windows color (decimal): -975092 or 794609. OLE color: 794609.
HSL color Cylindrical-coordinate representation of color #F11F0C: hue angle of 4.98º 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 #F11F0C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 12 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.05 |
| HSL | 4.98º | 0.91% | 0.5% | - |
| HSV(B) | 4.98º | 0.95% | 0.95% | - |
| XYZ | 36.83 | 19.71 | 2.21 | - |
| YUV | 91.62 | 83.07 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 12 | 0 | 0.87 | 0.95 | 0.05 | 4.98 | 0.91 | 0.5 |
| Hex | F1 | 1F | C | 0 | 57 | 5F | 5 | 5 | 5B | 32 |
| Octal | 361 | 37 | 14 | 0 | 127 | 137 | 5 | 5 | 133 | 62 |
| Binary | 11110001 | 11111 | 1100 | 0 | 1010111 | 1011111 | 101 | 101 | 1011011 | 110010 |
Color Harmonies of #F11F0C
Complementary color
Monochromatic Colors of #F11F0C
Black with #F11F0C
Text Example
Text Example
White with #F11F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11F0C; }
p { color: rgb(241,31,12); }
H1.HeaderClassName
{
color: #F11F0C;
}
.AnyTagClassName
{
color: #F11F0C;
}
</style>
background-color css
<style>
a { background-color: #F11F0C; }
a { background-color: rgb(241,31,12); }
div.DivClassName
{
background-color: #F11F0C;
}
.BgClassName
{
background-color: #F11F0C;
}
</style>
border-color css
<style>
span { border-color: #F11F0C; }
span { border-color: rgb(241,31,12); }
td.TdClassName
{
border-color: #F11F0C;
}
.TagClassName
{
border-color: #F11F0C;
}
</style>