Shades of Scarlet #F11704
Tints of Scarlet #F11704
RGB
CMYK
RGB Variations
Color information
#F11704 (or 0xF11704) is known color: Scarlet. HEX triplet: F1, 17 and 04. RGB value is (241,23,4). Sum of RGB (Red+Green+Blue) = 241+23+4=268 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.93% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 241 - color contains mainly: red. Hex color #F11704 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11704 is #0EE8FB. Grayscale: #565656. Windows color (decimal): -977148 or 268273. OLE color: 268273.
HSL color Cylindrical-coordinate representation of color #F11704: hue angle of 4.81º degrees, saturation: 0.97, 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 #F11704 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.05 |
| HSL | 4.81º | 0.97% | 0.48% | - |
| HSV(B) | 4.81º | 0.98% | 0.95% | - |
| XYZ | 36.6 | 19.32 | 1.92 | - |
| YUV | 86.02 | 81.72 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 4 | 0 | 0.90 | 0.98 | 0.05 | 4.81 | 0.97 | 0.48 |
| Hex | F1 | 17 | 4 | 0 | 5A | 62 | 5 | 5 | 61 | 30 |
| Octal | 361 | 27 | 4 | 0 | 132 | 142 | 5 | 5 | 141 | 60 |
| Binary | 11110001 | 10111 | 100 | 0 | 1011010 | 1100010 | 101 | 101 | 1100001 | 110000 |
Color Harmonies of #F11704
Complementary color
Monochromatic Colors of #F11704
Black with #F11704
Text Example
Text Example
White with #F11704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11704; }
p { color: rgb(241,23,4); }
H1.HeaderClassName
{
color: #F11704;
}
.AnyTagClassName
{
color: #F11704;
}
</style>
background-color css
<style>
a { background-color: #F11704; }
a { background-color: rgb(241,23,4); }
div.DivClassName
{
background-color: #F11704;
}
.BgClassName
{
background-color: #F11704;
}
</style>
border-color css
<style>
span { border-color: #F11704; }
span { border-color: rgb(241,23,4); }
td.TdClassName
{
border-color: #F11704;
}
.TagClassName
{
border-color: #F11704;
}
</style>