Shades of Scarlet #F22610
Tints of Scarlet #F22610
RGB
CMYK
RGB Variations
Color information
#F22610 (or 0xF22610) is known color: Scarlet. HEX triplet: F2, 26 and 10. RGB value is (242,38,16). Sum of RGB (Red+Green+Blue) = 242+38+16=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F22610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22610 is #0DD9EF. Grayscale: #606060. Windows color (decimal): -907760 or 1058546. OLE color: 1058546.
HSL color Cylindrical-coordinate representation of color #F22610: hue angle of 5.84º 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 #F22610 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 16 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.05 |
| HSL | 5.84º | 0.9% | 0.51% | - |
| HSV(B) | 5.84º | 0.93% | 0.95% | - |
| XYZ | 37.4 | 20.3 | 2.44 | - |
| YUV | 96.49 | 82.59 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 16 | 0 | 0.84 | 0.93 | 0.05 | 5.84 | 0.9 | 0.51 |
| Hex | F2 | 26 | 10 | 0 | 54 | 5D | 5 | 6 | 5A | 33 |
| Octal | 362 | 46 | 20 | 0 | 124 | 135 | 5 | 6 | 132 | 63 |
| Binary | 11110010 | 100110 | 10000 | 0 | 1010100 | 1011101 | 101 | 110 | 1011010 | 110011 |
Color Harmonies of #F22610
Complementary color
Monochromatic Colors of #F22610
Black with #F22610
Text Example
Text Example
White with #F22610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22610; }
p { color: rgb(242,38,16); }
H1.HeaderClassName
{
color: #F22610;
}
.AnyTagClassName
{
color: #F22610;
}
</style>
background-color css
<style>
a { background-color: #F22610; }
a { background-color: rgb(242,38,16); }
div.DivClassName
{
background-color: #F22610;
}
.BgClassName
{
background-color: #F22610;
}
</style>
border-color css
<style>
span { border-color: #F22610; }
span { border-color: rgb(242,38,16); }
td.TdClassName
{
border-color: #F22610;
}
.TagClassName
{
border-color: #F22610;
}
</style>