Shades of Scarlet #F33510
Tints of Scarlet #F33510
RGB
CMYK
RGB Variations
Color information
#F33510 (or 0xF33510) is known color: Scarlet. HEX triplet: F3, 35 and 10. RGB value is (243,53,16). Sum of RGB (Red+Green+Blue) = 243+53+16=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F33510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33510 is #0CCAEF. Grayscale: #696969. Windows color (decimal): -838384 or 1062387. OLE color: 1062387.
HSL color Cylindrical-coordinate representation of color #F33510: hue angle of 9.78º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F33510 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.05 |
| HSL | 9.78º | 0.9% | 0.51% | - |
| HSV(B) | 9.78º | 0.93% | 0.95% | - |
| XYZ | 38.33 | 21.64 | 2.65 | - |
| YUV | 105.59 | 77.45 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 16 | 0 | 0.78 | 0.93 | 0.05 | 9.78 | 0.9 | 0.51 |
| Hex | F3 | 35 | 10 | 0 | 4E | 5D | 5 | A | 5A | 33 |
| Octal | 363 | 65 | 20 | 0 | 116 | 135 | 5 | 12 | 132 | 63 |
| Binary | 11110011 | 110101 | 10000 | 0 | 1001110 | 1011101 | 101 | 1010 | 1011010 | 110011 |
Color Harmonies of #F33510
Complementary color
Monochromatic Colors of #F33510
Black with #F33510
Text Example
Text Example
White with #F33510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33510; }
p { color: rgb(243,53,16); }
H1.HeaderClassName
{
color: #F33510;
}
.AnyTagClassName
{
color: #F33510;
}
</style>
background-color css
<style>
a { background-color: #F33510; }
a { background-color: rgb(243,53,16); }
div.DivClassName
{
background-color: #F33510;
}
.BgClassName
{
background-color: #F33510;
}
</style>
border-color css
<style>
span { border-color: #F33510; }
span { border-color: rgb(243,53,16); }
td.TdClassName
{
border-color: #F33510;
}
.TagClassName
{
border-color: #F33510;
}
</style>