Shades of Scarlet #F3350A
Tints of Scarlet #F3350A
RGB
CMYK
RGB Variations
Color information
#F3350A (or 0xF3350A) is known color: Scarlet. HEX triplet: F3, 35 and 0A. RGB value is (243,53,10). Sum of RGB (Red+Green+Blue) = 243+53+10=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F3350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3350A is #0CCAF5. Grayscale: #696969. Windows color (decimal): -838390 or 669171. OLE color: 669171.
HSL color Cylindrical-coordinate representation of color #F3350A: hue angle of 11.07º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3350A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.05 |
| HSL | 11.07º | 0.92% | 0.5% | - |
| HSV(B) | 11.07º | 0.96% | 0.95% | - |
| XYZ | 38.29 | 21.62 | 2.44 | - |
| YUV | 104.91 | 74.45 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 10 | 0 | 0.78 | 0.96 | 0.05 | 11.07 | 0.92 | 0.5 |
| Hex | F3 | 35 | A | 0 | 4E | 60 | 5 | B | 5C | 32 |
| Octal | 363 | 65 | 12 | 0 | 116 | 140 | 5 | 13 | 134 | 62 |
| Binary | 11110011 | 110101 | 1010 | 0 | 1001110 | 1100000 | 101 | 1011 | 1011100 | 110010 |
Color Harmonies of #F3350A
Complementary color
Monochromatic Colors of #F3350A
Black with #F3350A
Text Example
Text Example
White with #F3350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3350A; }
p { color: rgb(243,53,10); }
H1.HeaderClassName
{
color: #F3350A;
}
.AnyTagClassName
{
color: #F3350A;
}
</style>
background-color css
<style>
a { background-color: #F3350A; }
a { background-color: rgb(243,53,10); }
div.DivClassName
{
background-color: #F3350A;
}
.BgClassName
{
background-color: #F3350A;
}
</style>
border-color css
<style>
span { border-color: #F3350A; }
span { border-color: rgb(243,53,10); }
td.TdClassName
{
border-color: #F3350A;
}
.TagClassName
{
border-color: #F3350A;
}
</style>