Shades of Scarlet #F22B17
Tints of Scarlet #F22B17
RGB
CMYK
RGB Variations
Color information
#F22B17 (or 0xF22B17) is known color: Scarlet. HEX triplet: F2, 2B and 17. RGB value is (242,43,23). Sum of RGB (Red+Green+Blue) = 242+43+23=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22B17 is #0DD4E8. Grayscale: #646464. Windows color (decimal): -906473 or 1518578. OLE color: 1518578.
HSL color Cylindrical-coordinate representation of color #F22B17: hue angle of 5.48º 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 #F22B17 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 43 | 23 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.05 |
| HSL | 5.48º | 0.89% | 0.52% | - |
| HSV(B) | 5.48º | 0.9% | 0.95% | - |
| XYZ | 37.64 | 20.67 | 2.82 | - |
| YUV | 100.22 | 84.43 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 43 | 23 | 0 | 0.82 | 0.90 | 0.05 | 5.48 | 0.89 | 0.52 |
| Hex | F2 | 2B | 17 | 0 | 52 | 5A | 5 | 5 | 59 | 34 |
| Octal | 362 | 53 | 27 | 0 | 122 | 132 | 5 | 5 | 131 | 64 |
| Binary | 11110010 | 101011 | 10111 | 0 | 1010010 | 1011010 | 101 | 101 | 1011001 | 110100 |
Color Harmonies of #F22B17
Complementary color
Monochromatic Colors of #F22B17
Black with #F22B17
Text Example
Text Example
White with #F22B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22B17; }
p { color: rgb(242,43,23); }
H1.HeaderClassName
{
color: #F22B17;
}
.AnyTagClassName
{
color: #F22B17;
}
</style>
background-color css
<style>
a { background-color: #F22B17; }
a { background-color: rgb(242,43,23); }
div.DivClassName
{
background-color: #F22B17;
}
.BgClassName
{
background-color: #F22B17;
}
</style>
border-color css
<style>
span { border-color: #F22B17; }
span { border-color: rgb(242,43,23); }
td.TdClassName
{
border-color: #F22B17;
}
.TagClassName
{
border-color: #F22B17;
}
</style>