Shades of Scarlet #F33112
Tints of Scarlet #F33112
RGB
CMYK
RGB Variations
Color information
#F33112 (or 0xF33112) is known color: Scarlet. HEX triplet: F3, 31 and 12. RGB value is (243,49,18). Sum of RGB (Red+Green+Blue) = 243+49+18=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F33112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33112 is #0CCEED. Grayscale: #676767. Windows color (decimal): -839406 or 1192435. OLE color: 1192435.
HSL color Cylindrical-coordinate representation of color #F33112: hue angle of 8.27º 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 #F33112 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 18 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.05 |
| HSL | 8.27º | 0.9% | 0.51% | - |
| HSV(B) | 8.27º | 0.93% | 0.95% | - |
| XYZ | 38.17 | 21.29 | 2.67 | - |
| YUV | 103.47 | 79.77 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 18 | 0 | 0.80 | 0.93 | 0.05 | 8.27 | 0.9 | 0.51 |
| Hex | F3 | 31 | 12 | 0 | 50 | 5D | 5 | 8 | 5A | 33 |
| Octal | 363 | 61 | 22 | 0 | 120 | 135 | 5 | 10 | 132 | 63 |
| Binary | 11110011 | 110001 | 10010 | 0 | 1010000 | 1011101 | 101 | 1000 | 1011010 | 110011 |
Color Harmonies of #F33112
Complementary color
Monochromatic Colors of #F33112
Black with #F33112
Text Example
Text Example
White with #F33112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33112; }
p { color: rgb(243,49,18); }
H1.HeaderClassName
{
color: #F33112;
}
.AnyTagClassName
{
color: #F33112;
}
</style>
background-color css
<style>
a { background-color: #F33112; }
a { background-color: rgb(243,49,18); }
div.DivClassName
{
background-color: #F33112;
}
.BgClassName
{
background-color: #F33112;
}
</style>
border-color css
<style>
span { border-color: #F33112; }
span { border-color: rgb(243,49,18); }
td.TdClassName
{
border-color: #F33112;
}
.TagClassName
{
border-color: #F33112;
}
</style>