Shades of Scarlet #F3290E
Tints of Scarlet #F3290E
RGB
CMYK
RGB Variations
Color information
#F3290E (or 0xF3290E) is known color: Scarlet. HEX triplet: F3, 29 and 0E. RGB value is (243,41,14). Sum of RGB (Red+Green+Blue) = 243+41+14=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F3290E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3290E is #0CD6F1. Grayscale: #626262. Windows color (decimal): -841458 or 928243. OLE color: 928243.
HSL color Cylindrical-coordinate representation of color #F3290E: hue angle of 7.07º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3290E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 14 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.05 |
| HSL | 7.07º | 0.91% | 0.5% | - |
| HSV(B) | 7.07º | 0.94% | 0.95% | - |
| XYZ | 37.83 | 20.67 | 2.41 | - |
| YUV | 98.32 | 80.42 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 14 | 0 | 0.83 | 0.94 | 0.05 | 7.07 | 0.91 | 0.5 |
| Hex | F3 | 29 | E | 0 | 53 | 5E | 5 | 7 | 5B | 32 |
| Octal | 363 | 51 | 16 | 0 | 123 | 136 | 5 | 7 | 133 | 62 |
| Binary | 11110011 | 101001 | 1110 | 0 | 1010011 | 1011110 | 101 | 111 | 1011011 | 110010 |
Color Harmonies of #F3290E
Complementary color
Monochromatic Colors of #F3290E
Black with #F3290E
Text Example
Text Example
White with #F3290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3290E; }
p { color: rgb(243,41,14); }
H1.HeaderClassName
{
color: #F3290E;
}
.AnyTagClassName
{
color: #F3290E;
}
</style>
background-color css
<style>
a { background-color: #F3290E; }
a { background-color: rgb(243,41,14); }
div.DivClassName
{
background-color: #F3290E;
}
.BgClassName
{
background-color: #F3290E;
}
</style>
border-color css
<style>
span { border-color: #F3290E; }
span { border-color: rgb(243,41,14); }
td.TdClassName
{
border-color: #F3290E;
}
.TagClassName
{
border-color: #F3290E;
}
</style>