Shades of Scarlet #F2240A
Tints of Scarlet #F2240A
RGB
CMYK
RGB Variations
Color information
#F2240A (or 0xF2240A) is known color: Scarlet. HEX triplet: F2, 24 and 0A. RGB value is (242,36,10). Sum of RGB (Red+Green+Blue) = 242+36+10=288 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.03% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 242 - color contains mainly: red. Hex color #F2240A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2240A is #0DDBF5. Grayscale: #5E5E5E. Windows color (decimal): -908278 or 664818. OLE color: 664818.
HSL color Cylindrical-coordinate representation of color #F2240A: hue angle of 6.72º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2240A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 10 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.05 |
| HSL | 6.72º | 0.92% | 0.49% | - |
| HSV(B) | 6.72º | 0.96% | 0.95% | - |
| XYZ | 37.3 | 20.16 | 2.21 | - |
| YUV | 94.63 | 80.25 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 10 | 0 | 0.85 | 0.96 | 0.05 | 6.72 | 0.92 | 0.49 |
| Hex | F2 | 24 | A | 0 | 55 | 60 | 5 | 7 | 5C | 31 |
| Octal | 362 | 44 | 12 | 0 | 125 | 140 | 5 | 7 | 134 | 61 |
| Binary | 11110010 | 100100 | 1010 | 0 | 1010101 | 1100000 | 101 | 111 | 1011100 | 110001 |
Color Harmonies of #F2240A
Complementary color
Monochromatic Colors of #F2240A
Black with #F2240A
Text Example
Text Example
White with #F2240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2240A; }
p { color: rgb(242,36,10); }
H1.HeaderClassName
{
color: #F2240A;
}
.AnyTagClassName
{
color: #F2240A;
}
</style>
background-color css
<style>
a { background-color: #F2240A; }
a { background-color: rgb(242,36,10); }
div.DivClassName
{
background-color: #F2240A;
}
.BgClassName
{
background-color: #F2240A;
}
</style>
border-color css
<style>
span { border-color: #F2240A; }
span { border-color: rgb(242,36,10); }
td.TdClassName
{
border-color: #F2240A;
}
.TagClassName
{
border-color: #F2240A;
}
</style>