Shades of Scarlet #F33110
Tints of Scarlet #F33110
RGB
CMYK
RGB Variations
Color information
#F33110 (or 0xF33110) is known color: Scarlet. HEX triplet: F3, 31 and 10. RGB value is (243,49,16). Sum of RGB (Red+Green+Blue) = 243+49+16=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F33110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33110 is #0CCEEF. Grayscale: #676767. Windows color (decimal): -839408 or 1061363. OLE color: 1061363.
HSL color Cylindrical-coordinate representation of color #F33110: hue angle of 8.72º 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 #F33110 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 16 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.05 |
| HSL | 8.72º | 0.9% | 0.51% | - |
| HSV(B) | 8.72º | 0.93% | 0.95% | - |
| XYZ | 38.15 | 21.29 | 2.59 | - |
| YUV | 103.24 | 78.77 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 16 | 0 | 0.80 | 0.93 | 0.05 | 8.72 | 0.9 | 0.51 |
| Hex | F3 | 31 | 10 | 0 | 50 | 5D | 5 | 9 | 5A | 33 |
| Octal | 363 | 61 | 20 | 0 | 120 | 135 | 5 | 11 | 132 | 63 |
| Binary | 11110011 | 110001 | 10000 | 0 | 1010000 | 1011101 | 101 | 1001 | 1011010 | 110011 |
Color Harmonies of #F33110
Complementary color
Monochromatic Colors of #F33110
Black with #F33110
Text Example
Text Example
White with #F33110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33110; }
p { color: rgb(243,49,16); }
H1.HeaderClassName
{
color: #F33110;
}
.AnyTagClassName
{
color: #F33110;
}
</style>
background-color css
<style>
a { background-color: #F33110; }
a { background-color: rgb(243,49,16); }
div.DivClassName
{
background-color: #F33110;
}
.BgClassName
{
background-color: #F33110;
}
</style>
border-color css
<style>
span { border-color: #F33110; }
span { border-color: rgb(243,49,16); }
td.TdClassName
{
border-color: #F33110;
}
.TagClassName
{
border-color: #F33110;
}
</style>