Shades of Scarlet #F11E03
Tints of Scarlet #F11E03
RGB
CMYK
RGB Variations
Color information
#F11E03 (or 0xF11E03) is known color: Scarlet. HEX triplet: F1, 1E and 03. RGB value is (241,30,3). Sum of RGB (Red+Green+Blue) = 241+30+3=274 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.96% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11E03 is #0EE1FC. Grayscale: #5A5A5A. Windows color (decimal): -975357 or 204529. OLE color: 204529.
HSL color Cylindrical-coordinate representation of color #F11E03: hue angle of 6.81º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F11E03 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.05 |
| HSL | 6.81º | 0.98% | 0.48% | - |
| HSV(B) | 6.81º | 0.99% | 0.95% | - |
| XYZ | 36.76 | 19.64 | 1.94 | - |
| YUV | 90.01 | 78.9 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 3 | 0 | 0.88 | 0.99 | 0.05 | 6.81 | 0.98 | 0.48 |
| Hex | F1 | 1E | 3 | 0 | 58 | 63 | 5 | 7 | 62 | 30 |
| Octal | 361 | 36 | 3 | 0 | 130 | 143 | 5 | 7 | 142 | 60 |
| Binary | 11110001 | 11110 | 11 | 0 | 1011000 | 1100011 | 101 | 111 | 1100010 | 110000 |
Color Harmonies of #F11E03
Complementary color
Monochromatic Colors of #F11E03
Black with #F11E03
Text Example
Text Example
White with #F11E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11E03; }
p { color: rgb(241,30,3); }
H1.HeaderClassName
{
color: #F11E03;
}
.AnyTagClassName
{
color: #F11E03;
}
</style>
background-color css
<style>
a { background-color: #F11E03; }
a { background-color: rgb(241,30,3); }
div.DivClassName
{
background-color: #F11E03;
}
.BgClassName
{
background-color: #F11E03;
}
</style>
border-color css
<style>
span { border-color: #F11E03; }
span { border-color: rgb(241,30,3); }
td.TdClassName
{
border-color: #F11E03;
}
.TagClassName
{
border-color: #F11E03;
}
</style>