Shades of Scarlet #F0221D
Tints of Scarlet #F0221D
RGB
CMYK
RGB Variations
Color information
#F0221D (or 0xF0221D) is known color: Scarlet. HEX triplet: F0, 22 and 1D. RGB value is (240,34,29). Sum of RGB (Red+Green+Blue) = 240+34+29=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0221D is #0FDDE2. Grayscale: #5F5F5F. Windows color (decimal): -1039843 or 1909488. OLE color: 1909488.
HSL color Cylindrical-coordinate representation of color #F0221D: hue angle of 1.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0221D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 29 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.06 |
| HSL | 1.42º | 0.88% | 0.53% | - |
| HSV(B) | 1.42º | 0.88% | 0.94% | - |
| XYZ | 36.73 | 19.76 | 3.04 | - |
| YUV | 95.02 | 90.75 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 29 | 0 | 0.86 | 0.88 | 0.06 | 1.42 | 0.88 | 0.53 |
| Hex | F0 | 22 | 1D | 0 | 56 | 58 | 6 | 1 | 58 | 35 |
| Octal | 360 | 42 | 35 | 0 | 126 | 130 | 6 | 1 | 130 | 65 |
| Binary | 11110000 | 100010 | 11101 | 0 | 1010110 | 1011000 | 110 | 1 | 1011000 | 110101 |
Color Harmonies of #F0221D
Complementary color
Monochromatic Colors of #F0221D
Black with #F0221D
Text Example
Text Example
White with #F0221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0221D; }
p { color: rgb(240,34,29); }
H1.HeaderClassName
{
color: #F0221D;
}
.AnyTagClassName
{
color: #F0221D;
}
</style>
background-color css
<style>
a { background-color: #F0221D; }
a { background-color: rgb(240,34,29); }
div.DivClassName
{
background-color: #F0221D;
}
.BgClassName
{
background-color: #F0221D;
}
</style>
border-color css
<style>
span { border-color: #F0221D; }
span { border-color: rgb(240,34,29); }
td.TdClassName
{
border-color: #F0221D;
}
.TagClassName
{
border-color: #F0221D;
}
</style>