Shades of Scarlet #F3190F
Tints of Scarlet #F3190F
RGB
CMYK
RGB Variations
Color information
#F3190F (or 0xF3190F) is known color: Scarlet. HEX triplet: F3, 19 and 0F. RGB value is (243,25,15). Sum of RGB (Red+Green+Blue) = 243+25+15=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F3190F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3190F is #0CE6F0. Grayscale: #595959. Windows color (decimal): -845553 or 989683. OLE color: 989683.
HSL color Cylindrical-coordinate representation of color #F3190F: hue angle of 2.63º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3190F is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 15 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.05 |
| HSL | 2.63º | 0.9% | 0.51% | - |
| HSV(B) | 2.63º | 0.94% | 0.95% | - |
| XYZ | 37.4 | 19.78 | 2.3 | - |
| YUV | 89.04 | 86.22 | 237.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 15 | 0 | 0.90 | 0.94 | 0.05 | 2.63 | 0.9 | 0.51 |
| Hex | F3 | 19 | F | 0 | 5A | 5E | 5 | 3 | 5A | 33 |
| Octal | 363 | 31 | 17 | 0 | 132 | 136 | 5 | 3 | 132 | 63 |
| Binary | 11110011 | 11001 | 1111 | 0 | 1011010 | 1011110 | 101 | 11 | 1011010 | 110011 |
Color Harmonies of #F3190F
Complementary color
Monochromatic Colors of #F3190F
Black with #F3190F
Text Example
Text Example
White with #F3190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3190F; }
p { color: rgb(243,25,15); }
H1.HeaderClassName
{
color: #F3190F;
}
.AnyTagClassName
{
color: #F3190F;
}
</style>
background-color css
<style>
a { background-color: #F3190F; }
a { background-color: rgb(243,25,15); }
div.DivClassName
{
background-color: #F3190F;
}
.BgClassName
{
background-color: #F3190F;
}
</style>
border-color css
<style>
span { border-color: #F3190F; }
span { border-color: rgb(243,25,15); }
td.TdClassName
{
border-color: #F3190F;
}
.TagClassName
{
border-color: #F3190F;
}
</style>