Shades of Scarlet #F23516
Tints of Scarlet #F23516
RGB
CMYK
RGB Variations
Color information
#F23516 (or 0xF23516) is known color: Scarlet. HEX triplet: F2, 35 and 16. RGB value is (242,53,22). Sum of RGB (Red+Green+Blue) = 242+53+22=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F23516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23516 is #0DCAE9. Grayscale: #6A6A6A. Windows color (decimal): -903914 or 1455602. OLE color: 1455602.
HSL color Cylindrical-coordinate representation of color #F23516: hue angle of 8.45º 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 #F23516 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 22 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.05 |
| HSL | 8.45º | 0.89% | 0.52% | - |
| HSV(B) | 8.45º | 0.91% | 0.95% | - |
| XYZ | 38.04 | 21.48 | 2.9 | - |
| YUV | 105.98 | 80.62 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 22 | 0 | 0.78 | 0.91 | 0.05 | 8.45 | 0.89 | 0.52 |
| Hex | F2 | 35 | 16 | 0 | 4E | 5B | 5 | 8 | 59 | 34 |
| Octal | 362 | 65 | 26 | 0 | 116 | 133 | 5 | 10 | 131 | 64 |
| Binary | 11110010 | 110101 | 10110 | 0 | 1001110 | 1011011 | 101 | 1000 | 1011001 | 110100 |
Color Harmonies of #F23516
Complementary color
Monochromatic Colors of #F23516
Black with #F23516
Text Example
Text Example
White with #F23516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23516; }
p { color: rgb(242,53,22); }
H1.HeaderClassName
{
color: #F23516;
}
.AnyTagClassName
{
color: #F23516;
}
</style>
background-color css
<style>
a { background-color: #F23516; }
a { background-color: rgb(242,53,22); }
div.DivClassName
{
background-color: #F23516;
}
.BgClassName
{
background-color: #F23516;
}
</style>
border-color css
<style>
span { border-color: #F23516; }
span { border-color: rgb(242,53,22); }
td.TdClassName
{
border-color: #F23516;
}
.TagClassName
{
border-color: #F23516;
}
</style>