Shades of Scarlet #F3350E
Tints of Scarlet #F3350E
RGB
CMYK
RGB Variations
Color information
#F3350E (or 0xF3350E) is known color: Scarlet. HEX triplet: F3, 35 and 0E. RGB value is (243,53,14). Sum of RGB (Red+Green+Blue) = 243+53+14=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F3350E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3350E is #0CCAF1. Grayscale: #696969. Windows color (decimal): -838386 or 931315. OLE color: 931315.
HSL color Cylindrical-coordinate representation of color #F3350E: hue angle of 10.22º 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 #F3350E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 14 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.05 |
| HSL | 10.22º | 0.91% | 0.5% | - |
| HSV(B) | 10.22º | 0.94% | 0.95% | - |
| XYZ | 38.31 | 21.63 | 2.57 | - |
| YUV | 105.36 | 76.45 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 14 | 0 | 0.78 | 0.94 | 0.05 | 10.22 | 0.91 | 0.5 |
| Hex | F3 | 35 | E | 0 | 4E | 5E | 5 | A | 5B | 32 |
| Octal | 363 | 65 | 16 | 0 | 116 | 136 | 5 | 12 | 133 | 62 |
| Binary | 11110011 | 110101 | 1110 | 0 | 1001110 | 1011110 | 101 | 1010 | 1011011 | 110010 |
Color Harmonies of #F3350E
Complementary color
Monochromatic Colors of #F3350E
Black with #F3350E
Text Example
Text Example
White with #F3350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3350E; }
p { color: rgb(243,53,14); }
H1.HeaderClassName
{
color: #F3350E;
}
.AnyTagClassName
{
color: #F3350E;
}
</style>
background-color css
<style>
a { background-color: #F3350E; }
a { background-color: rgb(243,53,14); }
div.DivClassName
{
background-color: #F3350E;
}
.BgClassName
{
background-color: #F3350E;
}
</style>
border-color css
<style>
span { border-color: #F3350E; }
span { border-color: rgb(243,53,14); }
td.TdClassName
{
border-color: #F3350E;
}
.TagClassName
{
border-color: #F3350E;
}
</style>