Shades of Scarlet #F01515
Tints of Scarlet #F01515
RGB
CMYK
RGB Variations
Color information
#F01515 (or 0xF01515) is known color: Scarlet. HEX triplet: F0, 15 and 15. RGB value is (240,21,21). Sum of RGB (Red+Green+Blue) = 240+21+21=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F01515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01515 is #0FEAEA. Grayscale: #565656. Windows color (decimal): -1043179 or 1381872. OLE color: 1381872.
HSL color Cylindrical-coordinate representation of color #F01515: hue angle of 0º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01515 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 21 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.06 |
| HSL | 0º | 0.88% | 0.51% | - |
| HSV(B) | 0º | 0.91% | 0.94% | - |
| XYZ | 36.34 | 19.12 | 2.48 | - |
| YUV | 86.48 | 91.05 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 21 | 0 | 0.91 | 0.91 | 0.06 | 0 | 0.88 | 0.51 |
| Hex | F0 | 15 | 15 | 0 | 5B | 5B | 6 | 0 | 58 | 33 |
| Octal | 360 | 25 | 25 | 0 | 133 | 133 | 6 | 0 | 130 | 63 |
| Binary | 11110000 | 10101 | 10101 | 0 | 1011011 | 1011011 | 110 | 0 | 1011000 | 110011 |
Color Harmonies of #F01515
Complementary color
Monochromatic Colors of #F01515
Black with #F01515
Text Example
Text Example
White with #F01515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01515; }
p { color: rgb(240,21,21); }
H1.HeaderClassName
{
color: #F01515;
}
.AnyTagClassName
{
color: #F01515;
}
</style>
background-color css
<style>
a { background-color: #F01515; }
a { background-color: rgb(240,21,21); }
div.DivClassName
{
background-color: #F01515;
}
.BgClassName
{
background-color: #F01515;
}
</style>
border-color css
<style>
span { border-color: #F01515; }
span { border-color: rgb(240,21,21); }
td.TdClassName
{
border-color: #F01515;
}
.TagClassName
{
border-color: #F01515;
}
</style>