Shades of Scarlet #F12703
Tints of Scarlet #F12703
RGB
CMYK
RGB Variations
Color information
#F12703 (or 0xF12703) is known color: Scarlet. HEX triplet: F1, 27 and 03. RGB value is (241,39,3). Sum of RGB (Red+Green+Blue) = 241+39+3=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F12703 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12703 is #0ED8FC. Grayscale: #5F5F5F. Windows color (decimal): -973053 or 206833. OLE color: 206833.
HSL color Cylindrical-coordinate representation of color #F12703: hue angle of 9.08º 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 #F12703 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.05 |
| HSL | 9.08º | 0.98% | 0.48% | - |
| HSV(B) | 9.08º | 0.99% | 0.95% | - |
| XYZ | 37.02 | 20.16 | 2.03 | - |
| YUV | 95.29 | 75.92 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 3 | 0 | 0.84 | 0.99 | 0.05 | 9.08 | 0.98 | 0.48 |
| Hex | F1 | 27 | 3 | 0 | 54 | 63 | 5 | 9 | 62 | 30 |
| Octal | 361 | 47 | 3 | 0 | 124 | 143 | 5 | 11 | 142 | 60 |
| Binary | 11110001 | 100111 | 11 | 0 | 1010100 | 1100011 | 101 | 1001 | 1100010 | 110000 |
Color Harmonies of #F12703
Complementary color
Monochromatic Colors of #F12703
Black with #F12703
Text Example
Text Example
White with #F12703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12703; }
p { color: rgb(241,39,3); }
H1.HeaderClassName
{
color: #F12703;
}
.AnyTagClassName
{
color: #F12703;
}
</style>
background-color css
<style>
a { background-color: #F12703; }
a { background-color: rgb(241,39,3); }
div.DivClassName
{
background-color: #F12703;
}
.BgClassName
{
background-color: #F12703;
}
</style>
border-color css
<style>
span { border-color: #F12703; }
span { border-color: rgb(241,39,3); }
td.TdClassName
{
border-color: #F12703;
}
.TagClassName
{
border-color: #F12703;
}
</style>