Shades of Scarlet #F2310D
Tints of Scarlet #F2310D
RGB
CMYK
RGB Variations
Color information
#F2310D (or 0xF2310D) is known color: Scarlet. HEX triplet: F2, 31 and 0D. RGB value is (242,49,13). Sum of RGB (Red+Green+Blue) = 242+49+13=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F2310D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2310D is #0DCEF2. Grayscale: #666666. Windows color (decimal): -904947 or 864754. OLE color: 864754.
HSL color Cylindrical-coordinate representation of color #F2310D: hue angle of 9.43º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2310D is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 13 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.05 |
| HSL | 9.43º | 0.9% | 0.5% | - |
| HSV(B) | 9.43º | 0.95% | 0.95% | - |
| XYZ | 37.79 | 21.1 | 2.46 | - |
| YUV | 102.6 | 77.44 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 13 | 0 | 0.80 | 0.95 | 0.05 | 9.43 | 0.9 | 0.5 |
| Hex | F2 | 31 | D | 0 | 50 | 5F | 5 | 9 | 5A | 32 |
| Octal | 362 | 61 | 15 | 0 | 120 | 137 | 5 | 11 | 132 | 62 |
| Binary | 11110010 | 110001 | 1101 | 0 | 1010000 | 1011111 | 101 | 1001 | 1011010 | 110010 |
Color Harmonies of #F2310D
Complementary color
Monochromatic Colors of #F2310D
Black with #F2310D
Text Example
Text Example
White with #F2310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2310D; }
p { color: rgb(242,49,13); }
H1.HeaderClassName
{
color: #F2310D;
}
.AnyTagClassName
{
color: #F2310D;
}
</style>
background-color css
<style>
a { background-color: #F2310D; }
a { background-color: rgb(242,49,13); }
div.DivClassName
{
background-color: #F2310D;
}
.BgClassName
{
background-color: #F2310D;
}
</style>
border-color css
<style>
span { border-color: #F2310D; }
span { border-color: rgb(242,49,13); }
td.TdClassName
{
border-color: #F2310D;
}
.TagClassName
{
border-color: #F2310D;
}
</style>