Shades of Scarlet #F3350F
Tints of Scarlet #F3350F
RGB
CMYK
RGB Variations
Color information
#F3350F (or 0xF3350F) is known color: Scarlet. HEX triplet: F3, 35 and 0F. RGB value is (243,53,15). Sum of RGB (Red+Green+Blue) = 243+53+15=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F3350F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3350F is #0CCAF0. Grayscale: #696969. Windows color (decimal): -838385 or 996851. OLE color: 996851.
HSL color Cylindrical-coordinate representation of color #F3350F: hue angle of 10º 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 #F3350F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 15 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.05 |
| HSL | 10º | 0.9% | 0.51% | - |
| HSV(B) | 10º | 0.94% | 0.95% | - |
| XYZ | 38.32 | 21.64 | 2.61 | - |
| YUV | 105.48 | 76.95 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 15 | 0 | 0.78 | 0.94 | 0.05 | 10 | 0.9 | 0.51 |
| Hex | F3 | 35 | F | 0 | 4E | 5E | 5 | A | 5A | 33 |
| Octal | 363 | 65 | 17 | 0 | 116 | 136 | 5 | 12 | 132 | 63 |
| Binary | 11110011 | 110101 | 1111 | 0 | 1001110 | 1011110 | 101 | 1010 | 1011010 | 110011 |
Color Harmonies of #F3350F
Complementary color
Monochromatic Colors of #F3350F
Black with #F3350F
Text Example
Text Example
White with #F3350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3350F; }
p { color: rgb(243,53,15); }
H1.HeaderClassName
{
color: #F3350F;
}
.AnyTagClassName
{
color: #F3350F;
}
</style>
background-color css
<style>
a { background-color: #F3350F; }
a { background-color: rgb(243,53,15); }
div.DivClassName
{
background-color: #F3350F;
}
.BgClassName
{
background-color: #F3350F;
}
</style>
border-color css
<style>
span { border-color: #F3350F; }
span { border-color: rgb(243,53,15); }
td.TdClassName
{
border-color: #F3350F;
}
.TagClassName
{
border-color: #F3350F;
}
</style>