Shades of Scarlet #F22200
Tints of Scarlet #F22200
RGB
CMYK
RGB Variations
Color information
#F22200 (or 0xF22200) is known color: Scarlet. HEX triplet: F2, 22 and 00. RGB value is (242,34,0). Sum of RGB (Red+Green+Blue) = 242+34+0=276 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.68% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 242 - color contains mainly: red. Hex color #F22200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22200 is #0DDDFF. Grayscale: #5C5C5C. Windows color (decimal): -908800 or 8946. OLE color: 8946.
HSL color Cylindrical-coordinate representation of color #F22200: hue angle of 8.43º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F22200 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.05 |
| HSL | 8.43º | 1% | 0.47% | - |
| HSV(B) | 8.43º | 1% | 0.95% | - |
| XYZ | 37.19 | 20.02 | 1.9 | - |
| YUV | 92.32 | 75.91 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 0 | 0 | 0.86 | 1 | 0.05 | 8.43 | 1 | 0.47 |
| Hex | F2 | 22 | 0 | 0 | 56 | 64 | 5 | 8 | 64 | 2F |
| Octal | 362 | 42 | 0 | 0 | 126 | 144 | 5 | 10 | 144 | 57 |
| Binary | 11110010 | 100010 | 0 | 0 | 1010110 | 1100100 | 101 | 1000 | 1100100 | 101111 |
Color Harmonies of #F22200
Complementary color
Monochromatic Colors of #F22200
Black with #F22200
Text Example
Text Example
White with #F22200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22200; }
p { color: rgb(242,34,0); }
H1.HeaderClassName
{
color: #F22200;
}
.AnyTagClassName
{
color: #F22200;
}
</style>
background-color css
<style>
a { background-color: #F22200; }
a { background-color: rgb(242,34,0); }
div.DivClassName
{
background-color: #F22200;
}
.BgClassName
{
background-color: #F22200;
}
</style>
border-color css
<style>
span { border-color: #F22200; }
span { border-color: rgb(242,34,0); }
td.TdClassName
{
border-color: #F22200;
}
.TagClassName
{
border-color: #F22200;
}
</style>