Shades of Scarlet #F13102
Tints of Scarlet #F13102
RGB
CMYK
RGB Variations
Color information
#F13102 (or 0xF13102) is known color: Scarlet. HEX triplet: F1, 31 and 02. RGB value is (241,49,2). Sum of RGB (Red+Green+Blue) = 241+49+2=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F13102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13102 is #0ECEFD. Grayscale: #656565. Windows color (decimal): -970494 or 143857. OLE color: 143857.
HSL color Cylindrical-coordinate representation of color #F13102: hue angle of 11.8º 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 #F13102 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.05 |
| HSL | 11.8º | 0.98% | 0.48% | - |
| HSV(B) | 11.8º | 0.99% | 0.95% | - |
| XYZ | 37.38 | 20.9 | 2.12 | - |
| YUV | 101.05 | 72.11 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 2 | 0 | 0.80 | 0.99 | 0.05 | 11.8 | 0.98 | 0.48 |
| Hex | F1 | 31 | 2 | 0 | 50 | 63 | 5 | C | 62 | 30 |
| Octal | 361 | 61 | 2 | 0 | 120 | 143 | 5 | 14 | 142 | 60 |
| Binary | 11110001 | 110001 | 10 | 0 | 1010000 | 1100011 | 101 | 1100 | 1100010 | 110000 |
Color Harmonies of #F13102
Complementary color
Monochromatic Colors of #F13102
Black with #F13102
Text Example
Text Example
White with #F13102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13102; }
p { color: rgb(241,49,2); }
H1.HeaderClassName
{
color: #F13102;
}
.AnyTagClassName
{
color: #F13102;
}
</style>
background-color css
<style>
a { background-color: #F13102; }
a { background-color: rgb(241,49,2); }
div.DivClassName
{
background-color: #F13102;
}
.BgClassName
{
background-color: #F13102;
}
</style>
border-color css
<style>
span { border-color: #F13102; }
span { border-color: rgb(241,49,2); }
td.TdClassName
{
border-color: #F13102;
}
.TagClassName
{
border-color: #F13102;
}
</style>