Shades of Scarlet #F02D15
Tints of Scarlet #F02D15
RGB
CMYK
RGB Variations
Color information
#F02D15 (or 0xF02D15) is known color: Scarlet. HEX triplet: F0, 2D and 15. RGB value is (240,45,21). Sum of RGB (Red+Green+Blue) = 240+45+21=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02D15 is #0FD2EA. Grayscale: #646464. Windows color (decimal): -1037035 or 1388016. OLE color: 1388016.
HSL color Cylindrical-coordinate representation of color #F02D15: hue angle of 6.58º 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 #F02D15 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 21 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.06 |
| HSL | 6.58º | 0.88% | 0.51% | - |
| HSV(B) | 6.58º | 0.91% | 0.94% | - |
| XYZ | 37.01 | 20.46 | 2.71 | - |
| YUV | 100.57 | 83.1 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 21 | 0 | 0.81 | 0.91 | 0.06 | 6.58 | 0.88 | 0.51 |
| Hex | F0 | 2D | 15 | 0 | 51 | 5B | 6 | 7 | 58 | 33 |
| Octal | 360 | 55 | 25 | 0 | 121 | 133 | 6 | 7 | 130 | 63 |
| Binary | 11110000 | 101101 | 10101 | 0 | 1010001 | 1011011 | 110 | 111 | 1011000 | 110011 |
Color Harmonies of #F02D15
Complementary color
Monochromatic Colors of #F02D15
Black with #F02D15
Text Example
Text Example
White with #F02D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02D15; }
p { color: rgb(240,45,21); }
H1.HeaderClassName
{
color: #F02D15;
}
.AnyTagClassName
{
color: #F02D15;
}
</style>
background-color css
<style>
a { background-color: #F02D15; }
a { background-color: rgb(240,45,21); }
div.DivClassName
{
background-color: #F02D15;
}
.BgClassName
{
background-color: #F02D15;
}
</style>
border-color css
<style>
span { border-color: #F02D15; }
span { border-color: rgb(240,45,21); }
td.TdClassName
{
border-color: #F02D15;
}
.TagClassName
{
border-color: #F02D15;
}
</style>