Shades of Scarlet #F1320A
Tints of Scarlet #F1320A
RGB
CMYK
RGB Variations
Color information
#F1320A (or 0xF1320A) is known color: Scarlet. HEX triplet: F1, 32 and 0A. RGB value is (241,50,10). Sum of RGB (Red+Green+Blue) = 241+50+10=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F1320A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1320A is #0ECDF5. Grayscale: #666666. Windows color (decimal): -970230 or 668401. OLE color: 668401.
HSL color Cylindrical-coordinate representation of color #F1320A: hue angle of 10.39º 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 #F1320A is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 10 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.05 |
| HSL | 10.39º | 0.92% | 0.49% | - |
| HSV(B) | 10.39º | 0.96% | 0.95% | - |
| XYZ | 37.47 | 21 | 2.37 | - |
| YUV | 102.55 | 75.78 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 10 | 0 | 0.79 | 0.96 | 0.05 | 10.39 | 0.92 | 0.49 |
| Hex | F1 | 32 | A | 0 | 4F | 60 | 5 | A | 5C | 31 |
| Octal | 361 | 62 | 12 | 0 | 117 | 140 | 5 | 12 | 134 | 61 |
| Binary | 11110001 | 110010 | 1010 | 0 | 1001111 | 1100000 | 101 | 1010 | 1011100 | 110001 |
Color Harmonies of #F1320A
Complementary color
Monochromatic Colors of #F1320A
Black with #F1320A
Text Example
Text Example
White with #F1320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1320A; }
p { color: rgb(241,50,10); }
H1.HeaderClassName
{
color: #F1320A;
}
.AnyTagClassName
{
color: #F1320A;
}
</style>
background-color css
<style>
a { background-color: #F1320A; }
a { background-color: rgb(241,50,10); }
div.DivClassName
{
background-color: #F1320A;
}
.BgClassName
{
background-color: #F1320A;
}
</style>
border-color css
<style>
span { border-color: #F1320A; }
span { border-color: rgb(241,50,10); }
td.TdClassName
{
border-color: #F1320A;
}
.TagClassName
{
border-color: #F1320A;
}
</style>