Shades of Scarlet #F11502
Tints of Scarlet #F11502
RGB
CMYK
RGB Variations
Color information
#F11502 (or 0xF11502) is known color: Scarlet. HEX triplet: F1, 15 and 02. RGB value is (241,21,2). Sum of RGB (Red+Green+Blue) = 241+21+2=264 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.29% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 241 - color contains mainly: red. Hex color #F11502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11502 is #0EEAFD. Grayscale: #545454. Windows color (decimal): -977662 or 136689. OLE color: 136689.
HSL color Cylindrical-coordinate representation of color #F11502: hue angle of 4.77º 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 #F11502 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.05 |
| HSL | 4.77º | 0.98% | 0.48% | - |
| HSV(B) | 4.77º | 0.99% | 0.95% | - |
| XYZ | 36.55 | 19.24 | 1.84 | - |
| YUV | 84.61 | 81.39 | 239.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 2 | 0 | 0.91 | 0.99 | 0.05 | 4.77 | 0.98 | 0.48 |
| Hex | F1 | 15 | 2 | 0 | 5B | 63 | 5 | 5 | 62 | 30 |
| Octal | 361 | 25 | 2 | 0 | 133 | 143 | 5 | 5 | 142 | 60 |
| Binary | 11110001 | 10101 | 10 | 0 | 1011011 | 1100011 | 101 | 101 | 1100010 | 110000 |
Color Harmonies of #F11502
Complementary color
Monochromatic Colors of #F11502
Black with #F11502
Text Example
Text Example
White with #F11502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11502; }
p { color: rgb(241,21,2); }
H1.HeaderClassName
{
color: #F11502;
}
.AnyTagClassName
{
color: #F11502;
}
</style>
background-color css
<style>
a { background-color: #F11502; }
a { background-color: rgb(241,21,2); }
div.DivClassName
{
background-color: #F11502;
}
.BgClassName
{
background-color: #F11502;
}
</style>
border-color css
<style>
span { border-color: #F11502; }
span { border-color: rgb(241,21,2); }
td.TdClassName
{
border-color: #F11502;
}
.TagClassName
{
border-color: #F11502;
}
</style>