Shades of Scarlet #F02100
Tints of Scarlet #F02100
RGB
CMYK
RGB Variations
Color information
#F02100 (or 0xF02100) is known color: Scarlet. HEX triplet: F0, 21 and 00. RGB value is (240,33,0). Sum of RGB (Red+Green+Blue) = 240+33+0=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F02100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02100 is #0FDEFF. Grayscale: #5B5B5B. Windows color (decimal): -1040128 or 8688. OLE color: 8688.
HSL color Cylindrical-coordinate representation of color #F02100: hue angle of 8.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F02100 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.06 |
| HSL | 8.25º | 1% | 0.47% | - |
| HSV(B) | 8.25º | 1% | 0.94% | - |
| XYZ | 36.48 | 19.61 | 1.86 | - |
| YUV | 91.13 | 76.58 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 0 | 0 | 0.86 | 1 | 0.06 | 8.25 | 1 | 0.47 |
| Hex | F0 | 21 | 0 | 0 | 56 | 64 | 6 | 8 | 64 | 2F |
| Octal | 360 | 41 | 0 | 0 | 126 | 144 | 6 | 10 | 144 | 57 |
| Binary | 11110000 | 100001 | 0 | 0 | 1010110 | 1100100 | 110 | 1000 | 1100100 | 101111 |
Color Harmonies of #F02100
Complementary color
Monochromatic Colors of #F02100
Black with #F02100
Text Example
Text Example
White with #F02100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02100; }
p { color: rgb(240,33,0); }
H1.HeaderClassName
{
color: #F02100;
}
.AnyTagClassName
{
color: #F02100;
}
</style>
background-color css
<style>
a { background-color: #F02100; }
a { background-color: rgb(240,33,0); }
div.DivClassName
{
background-color: #F02100;
}
.BgClassName
{
background-color: #F02100;
}
</style>
border-color css
<style>
span { border-color: #F02100; }
span { border-color: rgb(240,33,0); }
td.TdClassName
{
border-color: #F02100;
}
.TagClassName
{
border-color: #F02100;
}
</style>