Shades of Scarlet #F2350E
Tints of Scarlet #F2350E
RGB
CMYK
RGB Variations
Color information
#F2350E (or 0xF2350E) is known color: Scarlet. HEX triplet: F2, 35 and 0E. RGB value is (242,53,14). Sum of RGB (Red+Green+Blue) = 242+53+14=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F2350E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2350E is #0DCAF1. Grayscale: #696969. Windows color (decimal): -903922 or 931314. OLE color: 931314.
HSL color Cylindrical-coordinate representation of color #F2350E: hue angle of 10.26º 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 #F2350E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 14 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.05 |
| HSL | 10.26º | 0.9% | 0.5% | - |
| HSV(B) | 10.26º | 0.94% | 0.95% | - |
| XYZ | 37.97 | 21.46 | 2.56 | - |
| YUV | 105.07 | 76.62 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 14 | 0 | 0.78 | 0.94 | 0.05 | 10.26 | 0.9 | 0.5 |
| Hex | F2 | 35 | E | 0 | 4E | 5E | 5 | A | 5A | 32 |
| Octal | 362 | 65 | 16 | 0 | 116 | 136 | 5 | 12 | 132 | 62 |
| Binary | 11110010 | 110101 | 1110 | 0 | 1001110 | 1011110 | 101 | 1010 | 1011010 | 110010 |
Color Harmonies of #F2350E
Complementary color
Monochromatic Colors of #F2350E
Black with #F2350E
Text Example
Text Example
White with #F2350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2350E; }
p { color: rgb(242,53,14); }
H1.HeaderClassName
{
color: #F2350E;
}
.AnyTagClassName
{
color: #F2350E;
}
</style>
background-color css
<style>
a { background-color: #F2350E; }
a { background-color: rgb(242,53,14); }
div.DivClassName
{
background-color: #F2350E;
}
.BgClassName
{
background-color: #F2350E;
}
</style>
border-color css
<style>
span { border-color: #F2350E; }
span { border-color: rgb(242,53,14); }
td.TdClassName
{
border-color: #F2350E;
}
.TagClassName
{
border-color: #F2350E;
}
</style>