Shades of Scarlet #F23215
Tints of Scarlet #F23215
RGB
CMYK
RGB Variations
Color information
#F23215 (or 0xF23215) is known color: Scarlet. HEX triplet: F2, 32 and 15. RGB value is (242,50,21). Sum of RGB (Red+Green+Blue) = 242+50+21=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F23215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23215 is #0DCDEA. Grayscale: #686868. Windows color (decimal): -904683 or 1389298. OLE color: 1389298.
HSL color Cylindrical-coordinate representation of color #F23215: hue angle of 7.87º 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 #F23215 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 21 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.05 |
| HSL | 7.87º | 0.89% | 0.52% | - |
| HSV(B) | 7.87º | 0.91% | 0.95% | - |
| XYZ | 37.89 | 21.21 | 2.81 | - |
| YUV | 104.1 | 81.11 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 21 | 0 | 0.79 | 0.91 | 0.05 | 7.87 | 0.89 | 0.52 |
| Hex | F2 | 32 | 15 | 0 | 4F | 5B | 5 | 8 | 59 | 34 |
| Octal | 362 | 62 | 25 | 0 | 117 | 133 | 5 | 10 | 131 | 64 |
| Binary | 11110010 | 110010 | 10101 | 0 | 1001111 | 1011011 | 101 | 1000 | 1011001 | 110100 |
Color Harmonies of #F23215
Complementary color
Monochromatic Colors of #F23215
Black with #F23215
Text Example
Text Example
White with #F23215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23215; }
p { color: rgb(242,50,21); }
H1.HeaderClassName
{
color: #F23215;
}
.AnyTagClassName
{
color: #F23215;
}
</style>
background-color css
<style>
a { background-color: #F23215; }
a { background-color: rgb(242,50,21); }
div.DivClassName
{
background-color: #F23215;
}
.BgClassName
{
background-color: #F23215;
}
</style>
border-color css
<style>
span { border-color: #F23215; }
span { border-color: rgb(242,50,21); }
td.TdClassName
{
border-color: #F23215;
}
.TagClassName
{
border-color: #F23215;
}
</style>