Shades of Scarlet #F1340A
Tints of Scarlet #F1340A
RGB
CMYK
RGB Variations
Color information
#F1340A (or 0xF1340A) is known color: Scarlet. HEX triplet: F1, 34 and 0A. RGB value is (241,52,10). Sum of RGB (Red+Green+Blue) = 241+52+10=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F1340A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1340A is #0ECBF5. Grayscale: #686868. Windows color (decimal): -969718 or 668913. OLE color: 668913.
HSL color Cylindrical-coordinate representation of color #F1340A: hue angle of 10.91º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1340A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.05 |
| HSL | 10.91º | 0.92% | 0.49% | - |
| HSV(B) | 10.91º | 0.96% | 0.95% | - |
| XYZ | 37.56 | 21.18 | 2.4 | - |
| YUV | 103.72 | 75.12 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 10 | 0 | 0.78 | 0.96 | 0.05 | 10.91 | 0.92 | 0.49 |
| Hex | F1 | 34 | A | 0 | 4E | 60 | 5 | B | 5C | 31 |
| Octal | 361 | 64 | 12 | 0 | 116 | 140 | 5 | 13 | 134 | 61 |
| Binary | 11110001 | 110100 | 1010 | 0 | 1001110 | 1100000 | 101 | 1011 | 1011100 | 110001 |
Color Harmonies of #F1340A
Complementary color
Monochromatic Colors of #F1340A
Black with #F1340A
Text Example
Text Example
White with #F1340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1340A; }
p { color: rgb(241,52,10); }
H1.HeaderClassName
{
color: #F1340A;
}
.AnyTagClassName
{
color: #F1340A;
}
</style>
background-color css
<style>
a { background-color: #F1340A; }
a { background-color: rgb(241,52,10); }
div.DivClassName
{
background-color: #F1340A;
}
.BgClassName
{
background-color: #F1340A;
}
</style>
border-color css
<style>
span { border-color: #F1340A; }
span { border-color: rgb(241,52,10); }
td.TdClassName
{
border-color: #F1340A;
}
.TagClassName
{
border-color: #F1340A;
}
</style>