Shades of Scarlet #F0220B
Tints of Scarlet #F0220B
RGB
CMYK
RGB Variations
Color information
#F0220B (or 0xF0220B) is known color: Scarlet. HEX triplet: F0, 22 and 0B. RGB value is (240,34,11). Sum of RGB (Red+Green+Blue) = 240+34+11=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F0220B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0220B is #0FDDF4. Grayscale: #5D5D5D. Windows color (decimal): -1039861 or 729840. OLE color: 729840.
HSL color Cylindrical-coordinate representation of color #F0220B: hue angle of 6.03º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0220B is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 11 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.06 |
| HSL | 6.03º | 0.91% | 0.49% | - |
| HSV(B) | 6.03º | 0.95% | 0.94% | - |
| XYZ | 36.57 | 19.69 | 2.19 | - |
| YUV | 92.97 | 81.75 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 11 | 0 | 0.86 | 0.95 | 0.06 | 6.03 | 0.91 | 0.49 |
| Hex | F0 | 22 | B | 0 | 56 | 5F | 6 | 6 | 5B | 31 |
| Octal | 360 | 42 | 13 | 0 | 126 | 137 | 6 | 6 | 133 | 61 |
| Binary | 11110000 | 100010 | 1011 | 0 | 1010110 | 1011111 | 110 | 110 | 1011011 | 110001 |
Color Harmonies of #F0220B
Complementary color
Monochromatic Colors of #F0220B
Black with #F0220B
Text Example
Text Example
White with #F0220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0220B; }
p { color: rgb(240,34,11); }
H1.HeaderClassName
{
color: #F0220B;
}
.AnyTagClassName
{
color: #F0220B;
}
</style>
background-color css
<style>
a { background-color: #F0220B; }
a { background-color: rgb(240,34,11); }
div.DivClassName
{
background-color: #F0220B;
}
.BgClassName
{
background-color: #F0220B;
}
</style>
border-color css
<style>
span { border-color: #F0220B; }
span { border-color: rgb(240,34,11); }
td.TdClassName
{
border-color: #F0220B;
}
.TagClassName
{
border-color: #F0220B;
}
</style>