Shades of Scarlet #F22900
Tints of Scarlet #F22900
RGB
CMYK
RGB Variations
Color information
#F22900 (or 0xF22900) is known color: Scarlet. HEX triplet: F2, 29 and 00. RGB value is (242,41,0). Sum of RGB (Red+Green+Blue) = 242+41+0=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F22900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22900 is #0DD6FF. Grayscale: #606060. Windows color (decimal): -907008 or 10738. OLE color: 10738.
HSL color Cylindrical-coordinate representation of color #F22900: hue angle of 10.17º 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 #F22900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.05 |
| HSL | 10.17º | 1% | 0.47% | - |
| HSV(B) | 10.17º | 1% | 0.95% | - |
| XYZ | 37.41 | 20.46 | 1.98 | - |
| YUV | 96.43 | 73.59 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 0 | 0 | 0.83 | 1 | 0.05 | 10.17 | 1 | 0.47 |
| Hex | F2 | 29 | 0 | 0 | 53 | 64 | 5 | A | 64 | 2F |
| Octal | 362 | 51 | 0 | 0 | 123 | 144 | 5 | 12 | 144 | 57 |
| Binary | 11110010 | 101001 | 0 | 0 | 1010011 | 1100100 | 101 | 1010 | 1100100 | 101111 |
Color Harmonies of #F22900
Complementary color
Monochromatic Colors of #F22900
Black with #F22900
Text Example
Text Example
White with #F22900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22900; }
p { color: rgb(242,41,0); }
H1.HeaderClassName
{
color: #F22900;
}
.AnyTagClassName
{
color: #F22900;
}
</style>
background-color css
<style>
a { background-color: #F22900; }
a { background-color: rgb(242,41,0); }
div.DivClassName
{
background-color: #F22900;
}
.BgClassName
{
background-color: #F22900;
}
</style>
border-color css
<style>
span { border-color: #F22900; }
span { border-color: rgb(242,41,0); }
td.TdClassName
{
border-color: #F22900;
}
.TagClassName
{
border-color: #F22900;
}
</style>