Shades of Scarlet #F22908
Tints of Scarlet #F22908
RGB
CMYK
RGB Variations
Color information
#F22908 (or 0xF22908) is known color: Scarlet. HEX triplet: F2, 29 and 08. RGB value is (242,41,8). Sum of RGB (Red+Green+Blue) = 242+41+8=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F22908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22908 is #0DD6F7. Grayscale: #616161. Windows color (decimal): -907000 or 535026. OLE color: 535026.
HSL color Cylindrical-coordinate representation of color #F22908: hue angle of 8.46º 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 #F22908 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 8 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.05 |
| HSL | 8.46º | 0.94% | 0.49% | - |
| HSV(B) | 8.46º | 0.97% | 0.95% | - |
| XYZ | 37.45 | 20.48 | 2.21 | - |
| YUV | 97.34 | 77.59 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 8 | 0 | 0.83 | 0.97 | 0.05 | 8.46 | 0.94 | 0.49 |
| Hex | F2 | 29 | 8 | 0 | 53 | 61 | 5 | 8 | 5E | 31 |
| Octal | 362 | 51 | 10 | 0 | 123 | 141 | 5 | 10 | 136 | 61 |
| Binary | 11110010 | 101001 | 1000 | 0 | 1010011 | 1100001 | 101 | 1000 | 1011110 | 110001 |
Color Harmonies of #F22908
Complementary color
Monochromatic Colors of #F22908
Black with #F22908
Text Example
Text Example
White with #F22908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22908; }
p { color: rgb(242,41,8); }
H1.HeaderClassName
{
color: #F22908;
}
.AnyTagClassName
{
color: #F22908;
}
</style>
background-color css
<style>
a { background-color: #F22908; }
a { background-color: rgb(242,41,8); }
div.DivClassName
{
background-color: #F22908;
}
.BgClassName
{
background-color: #F22908;
}
</style>
border-color css
<style>
span { border-color: #F22908; }
span { border-color: rgb(242,41,8); }
td.TdClassName
{
border-color: #F22908;
}
.TagClassName
{
border-color: #F22908;
}
</style>