Shades of Scarlet #F11302
Tints of Scarlet #F11302
RGB
CMYK
RGB Variations
Color information
#F11302 (or 0xF11302) is known color: Scarlet. HEX triplet: F1, 13 and 02. RGB value is (241,19,2). Sum of RGB (Red+Green+Blue) = 241+19+2=262 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.98% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 241 - color contains mainly: red. Hex color #F11302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11302 is #0EECFD. Grayscale: #535353. Windows color (decimal): -978174 or 136177. OLE color: 136177.
HSL color Cylindrical-coordinate representation of color #F11302: hue angle of 4.27º 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 #F11302 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.05 |
| HSL | 4.27º | 0.98% | 0.48% | - |
| HSV(B) | 4.27º | 0.99% | 0.95% | - |
| XYZ | 36.52 | 19.17 | 1.83 | - |
| YUV | 83.44 | 82.05 | 240.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 2 | 0 | 0.92 | 0.99 | 0.05 | 4.27 | 0.98 | 0.48 |
| Hex | F1 | 13 | 2 | 0 | 5C | 63 | 5 | 4 | 62 | 30 |
| Octal | 361 | 23 | 2 | 0 | 134 | 143 | 5 | 4 | 142 | 60 |
| Binary | 11110001 | 10011 | 10 | 0 | 1011100 | 1100011 | 101 | 100 | 1100010 | 110000 |
Color Harmonies of #F11302
Complementary color
Monochromatic Colors of #F11302
Black with #F11302
Text Example
Text Example
White with #F11302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11302; }
p { color: rgb(241,19,2); }
H1.HeaderClassName
{
color: #F11302;
}
.AnyTagClassName
{
color: #F11302;
}
</style>
background-color css
<style>
a { background-color: #F11302; }
a { background-color: rgb(241,19,2); }
div.DivClassName
{
background-color: #F11302;
}
.BgClassName
{
background-color: #F11302;
}
</style>
border-color css
<style>
span { border-color: #F11302; }
span { border-color: rgb(241,19,2); }
td.TdClassName
{
border-color: #F11302;
}
.TagClassName
{
border-color: #F11302;
}
</style>