Shades of Scarlet #F43115
Tints of Scarlet #F43115
RGB
CMYK
RGB Variations
Color information
#F43115 (or 0xF43115) is known color: Scarlet. HEX triplet: F4, 31 and 15. RGB value is (244,49,21). Sum of RGB (Red+Green+Blue) = 244+49+21=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F43115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43115 is #0BCEEA. Grayscale: #686868. Windows color (decimal): -773867 or 1389044. OLE color: 1389044.
HSL color Cylindrical-coordinate representation of color #F43115: hue angle of 7.53º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F43115 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 21 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.04 |
| HSL | 7.53º | 0.91% | 0.52% | - |
| HSV(B) | 7.53º | 0.91% | 0.96% | - |
| XYZ | 38.54 | 21.48 | 2.82 | - |
| YUV | 104.11 | 81.1 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 21 | 0 | 0.80 | 0.91 | 0.04 | 7.53 | 0.91 | 0.52 |
| Hex | F4 | 31 | 15 | 0 | 50 | 5B | 4 | 8 | 5B | 34 |
| Octal | 364 | 61 | 25 | 0 | 120 | 133 | 4 | 10 | 133 | 64 |
| Binary | 11110100 | 110001 | 10101 | 0 | 1010000 | 1011011 | 100 | 1000 | 1011011 | 110100 |
Color Harmonies of #F43115
Complementary color
Monochromatic Colors of #F43115
Black with #F43115
Text Example
Text Example
White with #F43115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43115; }
p { color: rgb(244,49,21); }
H1.HeaderClassName
{
color: #F43115;
}
.AnyTagClassName
{
color: #F43115;
}
</style>
background-color css
<style>
a { background-color: #F43115; }
a { background-color: rgb(244,49,21); }
div.DivClassName
{
background-color: #F43115;
}
.BgClassName
{
background-color: #F43115;
}
</style>
border-color css
<style>
span { border-color: #F43115; }
span { border-color: rgb(244,49,21); }
td.TdClassName
{
border-color: #F43115;
}
.TagClassName
{
border-color: #F43115;
}
</style>