Shades of Scarlet #F33213
Tints of Scarlet #F33213
RGB
CMYK
RGB Variations
Color information
#F33213 (or 0xF33213) is known color: Scarlet. HEX triplet: F3, 32 and 13. RGB value is (243,50,19). Sum of RGB (Red+Green+Blue) = 243+50+19=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F33213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33213 is #0CCDEC. Grayscale: #686868. Windows color (decimal): -839149 or 1258227. OLE color: 1258227.
HSL color Cylindrical-coordinate representation of color #F33213: hue angle of 8.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F33213 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 19 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.05 |
| HSL | 8.3º | 0.9% | 0.51% | - |
| HSV(B) | 8.3º | 0.92% | 0.95% | - |
| XYZ | 38.22 | 21.38 | 2.73 | - |
| YUV | 104.17 | 79.94 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 19 | 0 | 0.79 | 0.92 | 0.05 | 8.3 | 0.9 | 0.51 |
| Hex | F3 | 32 | 13 | 0 | 4F | 5C | 5 | 8 | 5A | 33 |
| Octal | 363 | 62 | 23 | 0 | 117 | 134 | 5 | 10 | 132 | 63 |
| Binary | 11110011 | 110010 | 10011 | 0 | 1001111 | 1011100 | 101 | 1000 | 1011010 | 110011 |
Color Harmonies of #F33213
Complementary color
Monochromatic Colors of #F33213
Black with #F33213
Text Example
Text Example
White with #F33213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33213; }
p { color: rgb(243,50,19); }
H1.HeaderClassName
{
color: #F33213;
}
.AnyTagClassName
{
color: #F33213;
}
</style>
background-color css
<style>
a { background-color: #F33213; }
a { background-color: rgb(243,50,19); }
div.DivClassName
{
background-color: #F33213;
}
.BgClassName
{
background-color: #F33213;
}
</style>
border-color css
<style>
span { border-color: #F33213; }
span { border-color: rgb(243,50,19); }
td.TdClassName
{
border-color: #F33213;
}
.TagClassName
{
border-color: #F33213;
}
</style>