Shades of Scarlet #F22D08
Tints of Scarlet #F22D08
RGB
CMYK
RGB Variations
Color information
#F22D08 (or 0xF22D08) is known color: Scarlet. HEX triplet: F2, 2D and 08. RGB value is (242,45,8). Sum of RGB (Red+Green+Blue) = 242+45+8=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22D08 is #0DD2F7. Grayscale: #646464. Windows color (decimal): -905976 or 536050. OLE color: 536050.
HSL color Cylindrical-coordinate representation of color #F22D08: hue angle of 9.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F22D08 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 8 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.05 |
| HSL | 9.49º | 0.94% | 0.49% | - |
| HSV(B) | 9.49º | 0.97% | 0.95% | - |
| XYZ | 37.6 | 20.77 | 2.26 | - |
| YUV | 99.69 | 76.27 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 8 | 0 | 0.81 | 0.97 | 0.05 | 9.49 | 0.94 | 0.49 |
| Hex | F2 | 2D | 8 | 0 | 51 | 61 | 5 | 9 | 5E | 31 |
| Octal | 362 | 55 | 10 | 0 | 121 | 141 | 5 | 11 | 136 | 61 |
| Binary | 11110010 | 101101 | 1000 | 0 | 1010001 | 1100001 | 101 | 1001 | 1011110 | 110001 |
Color Harmonies of #F22D08
Complementary color
Monochromatic Colors of #F22D08
Black with #F22D08
Text Example
Text Example
White with #F22D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D08; }
p { color: rgb(242,45,8); }
H1.HeaderClassName
{
color: #F22D08;
}
.AnyTagClassName
{
color: #F22D08;
}
</style>
background-color css
<style>
a { background-color: #F22D08; }
a { background-color: rgb(242,45,8); }
div.DivClassName
{
background-color: #F22D08;
}
.BgClassName
{
background-color: #F22D08;
}
</style>
border-color css
<style>
span { border-color: #F22D08; }
span { border-color: rgb(242,45,8); }
td.TdClassName
{
border-color: #F22D08;
}
.TagClassName
{
border-color: #F22D08;
}
</style>