Shades of Scarlet #F33211
Tints of Scarlet #F33211
RGB
CMYK
RGB Variations
Color information
#F33211 (or 0xF33211) is known color: Scarlet. HEX triplet: F3, 32 and 11. RGB value is (243,50,17). Sum of RGB (Red+Green+Blue) = 243+50+17=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F33211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33211 is #0CCDEE. Grayscale: #686868. Windows color (decimal): -839151 or 1127155. OLE color: 1127155.
HSL color Cylindrical-coordinate representation of color #F33211: hue angle of 8.76º 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 #F33211 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 17 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.05 |
| HSL | 8.76º | 0.9% | 0.51% | - |
| HSV(B) | 8.76º | 0.93% | 0.95% | - |
| XYZ | 38.2 | 21.38 | 2.64 | - |
| YUV | 103.95 | 78.94 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 17 | 0 | 0.79 | 0.93 | 0.05 | 8.76 | 0.9 | 0.51 |
| Hex | F3 | 32 | 11 | 0 | 4F | 5D | 5 | 9 | 5A | 33 |
| Octal | 363 | 62 | 21 | 0 | 117 | 135 | 5 | 11 | 132 | 63 |
| Binary | 11110011 | 110010 | 10001 | 0 | 1001111 | 1011101 | 101 | 1001 | 1011010 | 110011 |
Color Harmonies of #F33211
Complementary color
Monochromatic Colors of #F33211
Black with #F33211
Text Example
Text Example
White with #F33211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33211; }
p { color: rgb(243,50,17); }
H1.HeaderClassName
{
color: #F33211;
}
.AnyTagClassName
{
color: #F33211;
}
</style>
background-color css
<style>
a { background-color: #F33211; }
a { background-color: rgb(243,50,17); }
div.DivClassName
{
background-color: #F33211;
}
.BgClassName
{
background-color: #F33211;
}
</style>
border-color css
<style>
span { border-color: #F33211; }
span { border-color: rgb(243,50,17); }
td.TdClassName
{
border-color: #F33211;
}
.TagClassName
{
border-color: #F33211;
}
</style>