Shades of Scarlet #F1340C
Tints of Scarlet #F1340C
RGB
CMYK
RGB Variations
Color information
#F1340C (or 0xF1340C) is known color: Scarlet. HEX triplet: F1, 34 and 0C. RGB value is (241,52,12). Sum of RGB (Red+Green+Blue) = 241+52+12=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F1340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1340C is #0ECBF3. Grayscale: #686868. Windows color (decimal): -969716 or 799985. OLE color: 799985.
HSL color Cylindrical-coordinate representation of color #F1340C: hue angle of 10.48º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1340C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.05 |
| HSL | 10.48º | 0.91% | 0.5% | - |
| HSV(B) | 10.48º | 0.95% | 0.95% | - |
| XYZ | 37.57 | 21.18 | 2.46 | - |
| YUV | 103.95 | 76.12 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 12 | 0 | 0.78 | 0.95 | 0.05 | 10.48 | 0.91 | 0.5 |
| Hex | F1 | 34 | C | 0 | 4E | 5F | 5 | A | 5B | 32 |
| Octal | 361 | 64 | 14 | 0 | 116 | 137 | 5 | 12 | 133 | 62 |
| Binary | 11110001 | 110100 | 1100 | 0 | 1001110 | 1011111 | 101 | 1010 | 1011011 | 110010 |
Color Harmonies of #F1340C
Complementary color
Monochromatic Colors of #F1340C
Black with #F1340C
Text Example
Text Example
White with #F1340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1340C; }
p { color: rgb(241,52,12); }
H1.HeaderClassName
{
color: #F1340C;
}
.AnyTagClassName
{
color: #F1340C;
}
</style>
background-color css
<style>
a { background-color: #F1340C; }
a { background-color: rgb(241,52,12); }
div.DivClassName
{
background-color: #F1340C;
}
.BgClassName
{
background-color: #F1340C;
}
</style>
border-color css
<style>
span { border-color: #F1340C; }
span { border-color: rgb(241,52,12); }
td.TdClassName
{
border-color: #F1340C;
}
.TagClassName
{
border-color: #F1340C;
}
</style>