Shades of Scarlet #F43113
Tints of Scarlet #F43113
RGB
CMYK
RGB Variations
Color information
#F43113 (or 0xF43113) is known color: Scarlet. HEX triplet: F4, 31 and 13. RGB value is (244,49,19). Sum of RGB (Red+Green+Blue) = 244+49+19=312 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.21% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 244 - color contains mainly: red. Hex color #F43113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43113 is #0BCEEC. Grayscale: #686868. Windows color (decimal): -773869 or 1257972. OLE color: 1257972.
HSL color Cylindrical-coordinate representation of color #F43113: hue angle of 8º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F43113 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 19 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.04 |
| HSL | 8º | 0.91% | 0.52% | - |
| HSV(B) | 8º | 0.92% | 0.96% | - |
| XYZ | 38.52 | 21.48 | 2.73 | - |
| YUV | 103.89 | 80.1 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 19 | 0 | 0.80 | 0.92 | 0.04 | 8 | 0.91 | 0.52 |
| Hex | F4 | 31 | 13 | 0 | 50 | 5C | 4 | 8 | 5B | 34 |
| Octal | 364 | 61 | 23 | 0 | 120 | 134 | 4 | 10 | 133 | 64 |
| Binary | 11110100 | 110001 | 10011 | 0 | 1010000 | 1011100 | 100 | 1000 | 1011011 | 110100 |
Color Harmonies of #F43113
Complementary color
Monochromatic Colors of #F43113
Black with #F43113
Text Example
Text Example
White with #F43113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43113; }
p { color: rgb(244,49,19); }
H1.HeaderClassName
{
color: #F43113;
}
.AnyTagClassName
{
color: #F43113;
}
</style>
background-color css
<style>
a { background-color: #F43113; }
a { background-color: rgb(244,49,19); }
div.DivClassName
{
background-color: #F43113;
}
.BgClassName
{
background-color: #F43113;
}
</style>
border-color css
<style>
span { border-color: #F43113; }
span { border-color: rgb(244,49,19); }
td.TdClassName
{
border-color: #F43113;
}
.TagClassName
{
border-color: #F43113;
}
</style>