Shades of Scarlet #F33115
Tints of Scarlet #F33115
RGB
CMYK
RGB Variations
Color information
#F33115 (or 0xF33115) is known color: Scarlet. HEX triplet: F3, 31 and 15. RGB value is (243,49,21). Sum of RGB (Red+Green+Blue) = 243+49+21=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F33115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33115 is #0CCEEA. Grayscale: #686868. Windows color (decimal): -839403 or 1389043. OLE color: 1389043.
HSL color Cylindrical-coordinate representation of color #F33115: hue angle of 7.57º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F33115 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 21 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.05 |
| HSL | 7.57º | 0.9% | 0.52% | - |
| HSV(B) | 7.57º | 0.91% | 0.95% | - |
| XYZ | 38.2 | 21.31 | 2.81 | - |
| YUV | 103.81 | 81.27 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 21 | 0 | 0.80 | 0.91 | 0.05 | 7.57 | 0.9 | 0.52 |
| Hex | F3 | 31 | 15 | 0 | 50 | 5B | 5 | 8 | 5A | 34 |
| Octal | 363 | 61 | 25 | 0 | 120 | 133 | 5 | 10 | 132 | 64 |
| Binary | 11110011 | 110001 | 10101 | 0 | 1010000 | 1011011 | 101 | 1000 | 1011010 | 110100 |
Color Harmonies of #F33115
Complementary color
Monochromatic Colors of #F33115
Black with #F33115
Text Example
Text Example
White with #F33115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33115; }
p { color: rgb(243,49,21); }
H1.HeaderClassName
{
color: #F33115;
}
.AnyTagClassName
{
color: #F33115;
}
</style>
background-color css
<style>
a { background-color: #F33115; }
a { background-color: rgb(243,49,21); }
div.DivClassName
{
background-color: #F33115;
}
.BgClassName
{
background-color: #F33115;
}
</style>
border-color css
<style>
span { border-color: #F33115; }
span { border-color: rgb(243,49,21); }
td.TdClassName
{
border-color: #F33115;
}
.TagClassName
{
border-color: #F33115;
}
</style>