Shades of Scarlet #F23117
Tints of Scarlet #F23117
RGB
CMYK
RGB Variations
Color information
#F23117 (or 0xF23117) is known color: Scarlet. HEX triplet: F2, 31 and 17. RGB value is (242,49,23). Sum of RGB (Red+Green+Blue) = 242+49+23=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F23117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23117 is #0DCEE8. Grayscale: #686868. Windows color (decimal): -904937 or 1520114. OLE color: 1520114.
HSL color Cylindrical-coordinate representation of color #F23117: hue angle of 7.12º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F23117 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 23 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.05 |
| HSL | 7.12º | 0.89% | 0.52% | - |
| HSV(B) | 7.12º | 0.9% | 0.95% | - |
| XYZ | 37.87 | 21.14 | 2.89 | - |
| YUV | 103.74 | 82.44 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 23 | 0 | 0.80 | 0.90 | 0.05 | 7.12 | 0.89 | 0.52 |
| Hex | F2 | 31 | 17 | 0 | 50 | 5A | 5 | 7 | 59 | 34 |
| Octal | 362 | 61 | 27 | 0 | 120 | 132 | 5 | 7 | 131 | 64 |
| Binary | 11110010 | 110001 | 10111 | 0 | 1010000 | 1011010 | 101 | 111 | 1011001 | 110100 |
Color Harmonies of #F23117
Complementary color
Monochromatic Colors of #F23117
Black with #F23117
Text Example
Text Example
White with #F23117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23117; }
p { color: rgb(242,49,23); }
H1.HeaderClassName
{
color: #F23117;
}
.AnyTagClassName
{
color: #F23117;
}
</style>
background-color css
<style>
a { background-color: #F23117; }
a { background-color: rgb(242,49,23); }
div.DivClassName
{
background-color: #F23117;
}
.BgClassName
{
background-color: #F23117;
}
</style>
border-color css
<style>
span { border-color: #F23117; }
span { border-color: rgb(242,49,23); }
td.TdClassName
{
border-color: #F23117;
}
.TagClassName
{
border-color: #F23117;
}
</style>