Shades of Scarlet #F11300
Tints of Scarlet #F11300
RGB
CMYK
RGB Variations
Color information
#F11300 (or 0xF11300) is known color: Scarlet. HEX triplet: F1, 13 and 00. RGB value is (241,19,0). Sum of RGB (Red+Green+Blue) = 241+19+0=260 (34% of max value = 765). Red value is 241 (94.53% from 255 or 92.69% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 241 - color contains mainly: red. Hex color #F11300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11300 is #0EECFF. Grayscale: #535353. Windows color (decimal): -978176 or 5105. OLE color: 5105.
HSL color Cylindrical-coordinate representation of color #F11300: hue angle of 4.73º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F11300 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.05 |
| HSL | 4.73º | 1% | 0.47% | - |
| HSV(B) | 4.73º | 1% | 0.95% | - |
| XYZ | 36.51 | 19.17 | 1.78 | - |
| YUV | 83.21 | 81.05 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 0 | 0 | 0.92 | 1 | 0.05 | 4.73 | 1 | 0.47 |
| Hex | F1 | 13 | 0 | 0 | 5C | 64 | 5 | 5 | 64 | 2F |
| Octal | 361 | 23 | 0 | 0 | 134 | 144 | 5 | 5 | 144 | 57 |
| Binary | 11110001 | 10011 | 0 | 0 | 1011100 | 1100100 | 101 | 101 | 1100100 | 101111 |
Color Harmonies of #F11300
Complementary color
Monochromatic Colors of #F11300
Black with #F11300
Text Example
Text Example
White with #F11300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11300; }
p { color: rgb(241,19,0); }
H1.HeaderClassName
{
color: #F11300;
}
.AnyTagClassName
{
color: #F11300;
}
</style>
background-color css
<style>
a { background-color: #F11300; }
a { background-color: rgb(241,19,0); }
div.DivClassName
{
background-color: #F11300;
}
.BgClassName
{
background-color: #F11300;
}
</style>
border-color css
<style>
span { border-color: #F11300; }
span { border-color: rgb(241,19,0); }
td.TdClassName
{
border-color: #F11300;
}
.TagClassName
{
border-color: #F11300;
}
</style>