Shades of Scarlet #F3350C
Tints of Scarlet #F3350C
RGB
CMYK
RGB Variations
Color information
#F3350C (or 0xF3350C) is known color: Scarlet. HEX triplet: F3, 35 and 0C. RGB value is (243,53,12). Sum of RGB (Red+Green+Blue) = 243+53+12=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F3350C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3350C is #0CCAF3. Grayscale: #696969. Windows color (decimal): -838388 or 800243. OLE color: 800243.
HSL color Cylindrical-coordinate representation of color #F3350C: hue angle of 10.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3350C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.05 |
| HSL | 10.65º | 0.91% | 0.5% | - |
| HSV(B) | 10.65º | 0.95% | 0.95% | - |
| XYZ | 38.3 | 21.63 | 2.5 | - |
| YUV | 105.14 | 75.45 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 12 | 0 | 0.78 | 0.95 | 0.05 | 10.65 | 0.91 | 0.5 |
| Hex | F3 | 35 | C | 0 | 4E | 5F | 5 | B | 5B | 32 |
| Octal | 363 | 65 | 14 | 0 | 116 | 137 | 5 | 13 | 133 | 62 |
| Binary | 11110011 | 110101 | 1100 | 0 | 1001110 | 1011111 | 101 | 1011 | 1011011 | 110010 |
Color Harmonies of #F3350C
Complementary color
Monochromatic Colors of #F3350C
Black with #F3350C
Text Example
Text Example
White with #F3350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3350C; }
p { color: rgb(243,53,12); }
H1.HeaderClassName
{
color: #F3350C;
}
.AnyTagClassName
{
color: #F3350C;
}
</style>
background-color css
<style>
a { background-color: #F3350C; }
a { background-color: rgb(243,53,12); }
div.DivClassName
{
background-color: #F3350C;
}
.BgClassName
{
background-color: #F3350C;
}
</style>
border-color css
<style>
span { border-color: #F3350C; }
span { border-color: rgb(243,53,12); }
td.TdClassName
{
border-color: #F3350C;
}
.TagClassName
{
border-color: #F3350C;
}
</style>