Shades of Scarlet #F22E03
Tints of Scarlet #F22E03
RGB
CMYK
RGB Variations
Color information
#F22E03 (or 0xF22E03) is known color: Scarlet. HEX triplet: F2, 2E and 03. RGB value is (242,46,3). Sum of RGB (Red+Green+Blue) = 242+46+3=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22E03 is #0DD1FC. Grayscale: #646464. Windows color (decimal): -905725 or 208626. OLE color: 208626.
HSL color Cylindrical-coordinate representation of color #F22E03: hue angle of 10.79º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F22E03 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 46 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.05 |
| HSL | 10.79º | 0.98% | 0.48% | - |
| HSV(B) | 10.79º | 0.99% | 0.95% | - |
| XYZ | 37.61 | 20.84 | 2.13 | - |
| YUV | 99.7 | 73.43 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 46 | 3 | 0 | 0.81 | 0.99 | 0.05 | 10.79 | 0.98 | 0.48 |
| Hex | F2 | 2E | 3 | 0 | 51 | 63 | 5 | B | 62 | 30 |
| Octal | 362 | 56 | 3 | 0 | 121 | 143 | 5 | 13 | 142 | 60 |
| Binary | 11110010 | 101110 | 11 | 0 | 1010001 | 1100011 | 101 | 1011 | 1100010 | 110000 |
Color Harmonies of #F22E03
Complementary color
Monochromatic Colors of #F22E03
Black with #F22E03
Text Example
Text Example
White with #F22E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22E03; }
p { color: rgb(242,46,3); }
H1.HeaderClassName
{
color: #F22E03;
}
.AnyTagClassName
{
color: #F22E03;
}
</style>
background-color css
<style>
a { background-color: #F22E03; }
a { background-color: rgb(242,46,3); }
div.DivClassName
{
background-color: #F22E03;
}
.BgClassName
{
background-color: #F22E03;
}
</style>
border-color css
<style>
span { border-color: #F22E03; }
span { border-color: rgb(242,46,3); }
td.TdClassName
{
border-color: #F22E03;
}
.TagClassName
{
border-color: #F22E03;
}
</style>