Shades of Scarlet #F0210D
Tints of Scarlet #F0210D
RGB
CMYK
RGB Variations
Color information
#F0210D (or 0xF0210D) is known color: Scarlet. HEX triplet: F0, 21 and 0D. RGB value is (240,33,13). Sum of RGB (Red+Green+Blue) = 240+33+13=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F0210D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0210D is #0FDEF2. Grayscale: #5C5C5C. Windows color (decimal): -1040115 or 860656. OLE color: 860656.
HSL color Cylindrical-coordinate representation of color #F0210D: hue angle of 5.29º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0210D is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 13 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.06 |
| HSL | 5.29º | 0.9% | 0.5% | - |
| HSV(B) | 5.29º | 0.95% | 0.94% | - |
| XYZ | 36.55 | 19.64 | 2.25 | - |
| YUV | 92.61 | 83.08 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 13 | 0 | 0.86 | 0.95 | 0.06 | 5.29 | 0.9 | 0.5 |
| Hex | F0 | 21 | D | 0 | 56 | 5F | 6 | 5 | 5A | 32 |
| Octal | 360 | 41 | 15 | 0 | 126 | 137 | 6 | 5 | 132 | 62 |
| Binary | 11110000 | 100001 | 1101 | 0 | 1010110 | 1011111 | 110 | 101 | 1011010 | 110010 |
Color Harmonies of #F0210D
Complementary color
Monochromatic Colors of #F0210D
Black with #F0210D
Text Example
Text Example
White with #F0210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0210D; }
p { color: rgb(240,33,13); }
H1.HeaderClassName
{
color: #F0210D;
}
.AnyTagClassName
{
color: #F0210D;
}
</style>
background-color css
<style>
a { background-color: #F0210D; }
a { background-color: rgb(240,33,13); }
div.DivClassName
{
background-color: #F0210D;
}
.BgClassName
{
background-color: #F0210D;
}
</style>
border-color css
<style>
span { border-color: #F0210D; }
span { border-color: rgb(240,33,13); }
td.TdClassName
{
border-color: #F0210D;
}
.TagClassName
{
border-color: #F0210D;
}
</style>