Shades of Scarlet #F11A06
Tints of Scarlet #F11A06
RGB
CMYK
RGB Variations
Color information
#F11A06 (or 0xF11A06) is known color: Scarlet. HEX triplet: F1, 1A and 06. RGB value is (241,26,6). Sum of RGB (Red+Green+Blue) = 241+26+6=273 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.28% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11A06 is #0EE5F9. Grayscale: #585858. Windows color (decimal): -976378 or 400113. OLE color: 400113.
HSL color Cylindrical-coordinate representation of color #F11A06: hue angle of 5.11º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F11A06 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 6 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.05 |
| HSL | 5.11º | 0.95% | 0.48% | - |
| HSV(B) | 5.11º | 0.98% | 0.95% | - |
| XYZ | 36.68 | 19.45 | 1.99 | - |
| YUV | 88.01 | 81.73 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 6 | 0 | 0.89 | 0.98 | 0.05 | 5.11 | 0.95 | 0.48 |
| Hex | F1 | 1A | 6 | 0 | 59 | 62 | 5 | 5 | 5F | 30 |
| Octal | 361 | 32 | 6 | 0 | 131 | 142 | 5 | 5 | 137 | 60 |
| Binary | 11110001 | 11010 | 110 | 0 | 1011001 | 1100010 | 101 | 101 | 1011111 | 110000 |
Color Harmonies of #F11A06
Complementary color
Monochromatic Colors of #F11A06
Black with #F11A06
Text Example
Text Example
White with #F11A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A06; }
p { color: rgb(241,26,6); }
H1.HeaderClassName
{
color: #F11A06;
}
.AnyTagClassName
{
color: #F11A06;
}
</style>
background-color css
<style>
a { background-color: #F11A06; }
a { background-color: rgb(241,26,6); }
div.DivClassName
{
background-color: #F11A06;
}
.BgClassName
{
background-color: #F11A06;
}
</style>
border-color css
<style>
span { border-color: #F11A06; }
span { border-color: rgb(241,26,6); }
td.TdClassName
{
border-color: #F11A06;
}
.TagClassName
{
border-color: #F11A06;
}
</style>