Shades of Scarlet #F01D15
Tints of Scarlet #F01D15
RGB
CMYK
RGB Variations
Color information
#F01D15 (or 0xF01D15) is known color: Scarlet. HEX triplet: F0, 1D and 15. RGB value is (240,29,21). Sum of RGB (Red+Green+Blue) = 240+29+21=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01D15 is #0FE2EA. Grayscale: #5B5B5B. Windows color (decimal): -1041131 or 1383920. OLE color: 1383920.
HSL color Cylindrical-coordinate representation of color #F01D15: hue angle of 2.19º 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 #F01D15 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 21 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.06 |
| HSL | 2.19º | 0.88% | 0.51% | - |
| HSV(B) | 2.19º | 0.91% | 0.94% | - |
| XYZ | 36.51 | 19.46 | 2.54 | - |
| YUV | 91.18 | 88.4 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 21 | 0 | 0.88 | 0.91 | 0.06 | 2.19 | 0.88 | 0.51 |
| Hex | F0 | 1D | 15 | 0 | 58 | 5B | 6 | 2 | 58 | 33 |
| Octal | 360 | 35 | 25 | 0 | 130 | 133 | 6 | 2 | 130 | 63 |
| Binary | 11110000 | 11101 | 10101 | 0 | 1011000 | 1011011 | 110 | 10 | 1011000 | 110011 |
Color Harmonies of #F01D15
Complementary color
Monochromatic Colors of #F01D15
Black with #F01D15
Text Example
Text Example
White with #F01D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D15; }
p { color: rgb(240,29,21); }
H1.HeaderClassName
{
color: #F01D15;
}
.AnyTagClassName
{
color: #F01D15;
}
</style>
background-color css
<style>
a { background-color: #F01D15; }
a { background-color: rgb(240,29,21); }
div.DivClassName
{
background-color: #F01D15;
}
.BgClassName
{
background-color: #F01D15;
}
</style>
border-color css
<style>
span { border-color: #F01D15; }
span { border-color: rgb(240,29,21); }
td.TdClassName
{
border-color: #F01D15;
}
.TagClassName
{
border-color: #F01D15;
}
</style>