Shades of Scarlet #F23115
Tints of Scarlet #F23115
RGB
CMYK
RGB Variations
Color information
#F23115 (or 0xF23115) is known color: Scarlet. HEX triplet: F2, 31 and 15. RGB value is (242,49,21). Sum of RGB (Red+Green+Blue) = 242+49+21=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F23115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23115 is #0DCEEA. Grayscale: #676767. Windows color (decimal): -904939 or 1389042. OLE color: 1389042.
HSL color Cylindrical-coordinate representation of color #F23115: hue angle of 7.6º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F23115 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 21 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.05 |
| HSL | 7.6º | 0.89% | 0.52% | - |
| HSV(B) | 7.6º | 0.91% | 0.95% | - |
| XYZ | 37.85 | 21.13 | 2.79 | - |
| YUV | 103.52 | 81.44 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 21 | 0 | 0.80 | 0.91 | 0.05 | 7.6 | 0.89 | 0.52 |
| Hex | F2 | 31 | 15 | 0 | 50 | 5B | 5 | 8 | 59 | 34 |
| Octal | 362 | 61 | 25 | 0 | 120 | 133 | 5 | 10 | 131 | 64 |
| Binary | 11110010 | 110001 | 10101 | 0 | 1010000 | 1011011 | 101 | 1000 | 1011001 | 110100 |
Color Harmonies of #F23115
Complementary color
Monochromatic Colors of #F23115
Black with #F23115
Text Example
Text Example
White with #F23115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23115; }
p { color: rgb(242,49,21); }
H1.HeaderClassName
{
color: #F23115;
}
.AnyTagClassName
{
color: #F23115;
}
</style>
background-color css
<style>
a { background-color: #F23115; }
a { background-color: rgb(242,49,21); }
div.DivClassName
{
background-color: #F23115;
}
.BgClassName
{
background-color: #F23115;
}
</style>
border-color css
<style>
span { border-color: #F23115; }
span { border-color: rgb(242,49,21); }
td.TdClassName
{
border-color: #F23115;
}
.TagClassName
{
border-color: #F23115;
}
</style>