Shades of Scarlet #F31B11
Tints of Scarlet #F31B11
RGB
CMYK
RGB Variations
Color information
#F31B11 (or 0xF31B11) is known color: Scarlet. HEX triplet: F3, 1B and 11. RGB value is (243,27,17). Sum of RGB (Red+Green+Blue) = 243+27+17=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31B11 is #0CE4EE. Grayscale: #5A5A5A. Windows color (decimal): -845039 or 1121267. OLE color: 1121267.
HSL color Cylindrical-coordinate representation of color #F31B11: hue angle of 2.65º 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 #F31B11 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 17 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.05 |
| HSL | 2.65º | 0.9% | 0.51% | - |
| HSV(B) | 2.65º | 0.93% | 0.95% | - |
| XYZ | 37.46 | 19.88 | 2.39 | - |
| YUV | 90.44 | 86.56 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 17 | 0 | 0.89 | 0.93 | 0.05 | 2.65 | 0.9 | 0.51 |
| Hex | F3 | 1B | 11 | 0 | 59 | 5D | 5 | 3 | 5A | 33 |
| Octal | 363 | 33 | 21 | 0 | 131 | 135 | 5 | 3 | 132 | 63 |
| Binary | 11110011 | 11011 | 10001 | 0 | 1011001 | 1011101 | 101 | 11 | 1011010 | 110011 |
Color Harmonies of #F31B11
Complementary color
Monochromatic Colors of #F31B11
Black with #F31B11
Text Example
Text Example
White with #F31B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31B11; }
p { color: rgb(243,27,17); }
H1.HeaderClassName
{
color: #F31B11;
}
.AnyTagClassName
{
color: #F31B11;
}
</style>
background-color css
<style>
a { background-color: #F31B11; }
a { background-color: rgb(243,27,17); }
div.DivClassName
{
background-color: #F31B11;
}
.BgClassName
{
background-color: #F31B11;
}
</style>
border-color css
<style>
span { border-color: #F31B11; }
span { border-color: rgb(243,27,17); }
td.TdClassName
{
border-color: #F31B11;
}
.TagClassName
{
border-color: #F31B11;
}
</style>