Shades of Scarlet #F23111
Tints of Scarlet #F23111
RGB
CMYK
RGB Variations
Color information
#F23111 (or 0xF23111) is known color: Scarlet. HEX triplet: F2, 31 and 11. RGB value is (242,49,17). Sum of RGB (Red+Green+Blue) = 242+49+17=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F23111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23111 is #0DCEEE. Grayscale: #676767. Windows color (decimal): -904943 or 1126898. OLE color: 1126898.
HSL color Cylindrical-coordinate representation of color #F23111: hue angle of 8.53º 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 #F23111 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 17 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.05 |
| HSL | 8.53º | 0.9% | 0.51% | - |
| HSV(B) | 8.53º | 0.93% | 0.95% | - |
| XYZ | 37.82 | 21.11 | 2.61 | - |
| YUV | 103.06 | 79.44 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 17 | 0 | 0.80 | 0.93 | 0.05 | 8.53 | 0.9 | 0.51 |
| Hex | F2 | 31 | 11 | 0 | 50 | 5D | 5 | 9 | 5A | 33 |
| Octal | 362 | 61 | 21 | 0 | 120 | 135 | 5 | 11 | 132 | 63 |
| Binary | 11110010 | 110001 | 10001 | 0 | 1010000 | 1011101 | 101 | 1001 | 1011010 | 110011 |
Color Harmonies of #F23111
Complementary color
Monochromatic Colors of #F23111
Black with #F23111
Text Example
Text Example
White with #F23111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23111; }
p { color: rgb(242,49,17); }
H1.HeaderClassName
{
color: #F23111;
}
.AnyTagClassName
{
color: #F23111;
}
</style>
background-color css
<style>
a { background-color: #F23111; }
a { background-color: rgb(242,49,17); }
div.DivClassName
{
background-color: #F23111;
}
.BgClassName
{
background-color: #F23111;
}
</style>
border-color css
<style>
span { border-color: #F23111; }
span { border-color: rgb(242,49,17); }
td.TdClassName
{
border-color: #F23111;
}
.TagClassName
{
border-color: #F23111;
}
</style>