Shades of Scarlet #F2310F
Tints of Scarlet #F2310F
RGB
CMYK
RGB Variations
Color information
#F2310F (or 0xF2310F) is known color: Scarlet. HEX triplet: F2, 31 and 0F. RGB value is (242,49,15). Sum of RGB (Red+Green+Blue) = 242+49+15=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F2310F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2310F is #0DCEF0. Grayscale: #676767. Windows color (decimal): -904945 or 995826. OLE color: 995826.
HSL color Cylindrical-coordinate representation of color #F2310F: hue angle of 8.99º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2310F is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 15 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.05 |
| HSL | 8.99º | 0.9% | 0.5% | - |
| HSV(B) | 8.99º | 0.94% | 0.95% | - |
| XYZ | 37.8 | 21.11 | 2.53 | - |
| YUV | 102.83 | 78.44 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 15 | 0 | 0.80 | 0.94 | 0.05 | 8.99 | 0.9 | 0.5 |
| Hex | F2 | 31 | F | 0 | 50 | 5E | 5 | 9 | 5A | 32 |
| Octal | 362 | 61 | 17 | 0 | 120 | 136 | 5 | 11 | 132 | 62 |
| Binary | 11110010 | 110001 | 1111 | 0 | 1010000 | 1011110 | 101 | 1001 | 1011010 | 110010 |
Color Harmonies of #F2310F
Complementary color
Monochromatic Colors of #F2310F
Black with #F2310F
Text Example
Text Example
White with #F2310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2310F; }
p { color: rgb(242,49,15); }
H1.HeaderClassName
{
color: #F2310F;
}
.AnyTagClassName
{
color: #F2310F;
}
</style>
background-color css
<style>
a { background-color: #F2310F; }
a { background-color: rgb(242,49,15); }
div.DivClassName
{
background-color: #F2310F;
}
.BgClassName
{
background-color: #F2310F;
}
</style>
border-color css
<style>
span { border-color: #F2310F; }
span { border-color: rgb(242,49,15); }
td.TdClassName
{
border-color: #F2310F;
}
.TagClassName
{
border-color: #F2310F;
}
</style>