Shades of Scarlet #F02201
Tints of Scarlet #F02201
RGB
CMYK
RGB Variations
Color information
#F02201 (or 0xF02201) is known color: Scarlet. HEX triplet: F0, 22 and 01. RGB value is (240,34,1). Sum of RGB (Red+Green+Blue) = 240+34+1=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F02201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02201 is #0FDDFE. Grayscale: #5C5C5C. Windows color (decimal): -1039871 or 74480. OLE color: 74480.
HSL color Cylindrical-coordinate representation of color #F02201: hue angle of 8.28º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F02201 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.06 |
| HSL | 8.28º | 0.99% | 0.47% | - |
| HSV(B) | 8.28º | 1% | 0.94% | - |
| XYZ | 36.51 | 19.67 | 1.9 | - |
| YUV | 91.83 | 76.75 | 233.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 1 | 0 | 0.86 | 1.00 | 0.06 | 8.28 | 0.99 | 0.47 |
| Hex | F0 | 22 | 1 | 0 | 56 | 64 | 6 | 8 | 63 | 2F |
| Octal | 360 | 42 | 1 | 0 | 126 | 144 | 6 | 10 | 143 | 57 |
| Binary | 11110000 | 100010 | 1 | 0 | 1010110 | 1100100 | 110 | 1000 | 1100011 | 101111 |
Color Harmonies of #F02201
Complementary color
Monochromatic Colors of #F02201
Black with #F02201
Text Example
Text Example
White with #F02201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02201; }
p { color: rgb(240,34,1); }
H1.HeaderClassName
{
color: #F02201;
}
.AnyTagClassName
{
color: #F02201;
}
</style>
background-color css
<style>
a { background-color: #F02201; }
a { background-color: rgb(240,34,1); }
div.DivClassName
{
background-color: #F02201;
}
.BgClassName
{
background-color: #F02201;
}
</style>
border-color css
<style>
span { border-color: #F02201; }
span { border-color: rgb(240,34,1); }
td.TdClassName
{
border-color: #F02201;
}
.TagClassName
{
border-color: #F02201;
}
</style>