Shades of Scarlet #F01502
Tints of Scarlet #F01502
RGB
CMYK
RGB Variations
Color information
#F01502 (or 0xF01502) is known color: Scarlet. HEX triplet: F0, 15 and 02. RGB value is (240,21,2). Sum of RGB (Red+Green+Blue) = 240+21+2=263 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.25% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 240 - color contains mainly: red. Hex color #F01502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01502 is #0FEAFD. Grayscale: #545454. Windows color (decimal): -1043198 or 136688. OLE color: 136688.
HSL color Cylindrical-coordinate representation of color #F01502: hue angle of 4.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F01502 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.06 |
| HSL | 4.79º | 0.98% | 0.47% | - |
| HSV(B) | 4.79º | 0.99% | 0.94% | - |
| XYZ | 36.21 | 19.07 | 1.83 | - |
| YUV | 84.32 | 81.55 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 2 | 0 | 0.91 | 0.99 | 0.06 | 4.79 | 0.98 | 0.47 |
| Hex | F0 | 15 | 2 | 0 | 5B | 63 | 6 | 5 | 62 | 2F |
| Octal | 360 | 25 | 2 | 0 | 133 | 143 | 6 | 5 | 142 | 57 |
| Binary | 11110000 | 10101 | 10 | 0 | 1011011 | 1100011 | 110 | 101 | 1100010 | 101111 |
Color Harmonies of #F01502
Complementary color
Monochromatic Colors of #F01502
Black with #F01502
Text Example
Text Example
White with #F01502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01502; }
p { color: rgb(240,21,2); }
H1.HeaderClassName
{
color: #F01502;
}
.AnyTagClassName
{
color: #F01502;
}
</style>
background-color css
<style>
a { background-color: #F01502; }
a { background-color: rgb(240,21,2); }
div.DivClassName
{
background-color: #F01502;
}
.BgClassName
{
background-color: #F01502;
}
</style>
border-color css
<style>
span { border-color: #F01502; }
span { border-color: rgb(240,21,2); }
td.TdClassName
{
border-color: #F01502;
}
.TagClassName
{
border-color: #F01502;
}
</style>