Shades of Scarlet #F21B0E
Tints of Scarlet #F21B0E
RGB
CMYK
RGB Variations
Color information
#F21B0E (or 0xF21B0E) is known color: Scarlet. HEX triplet: F2, 1B and 0E. RGB value is (242,27,14). Sum of RGB (Red+Green+Blue) = 242+27+14=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21B0E is #0DE4F1. Grayscale: #5A5A5A. Windows color (decimal): -910578 or 924658. OLE color: 924658.
HSL color Cylindrical-coordinate representation of color #F21B0E: hue angle of 3.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F21B0E is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 14 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.05 |
| HSL | 3.42º | 0.9% | 0.5% | - |
| HSV(B) | 3.42º | 0.94% | 0.95% | - |
| XYZ | 37.09 | 19.69 | 2.26 | - |
| YUV | 89.8 | 85.23 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 14 | 0 | 0.89 | 0.94 | 0.05 | 3.42 | 0.9 | 0.5 |
| Hex | F2 | 1B | E | 0 | 59 | 5E | 5 | 3 | 5A | 32 |
| Octal | 362 | 33 | 16 | 0 | 131 | 136 | 5 | 3 | 132 | 62 |
| Binary | 11110010 | 11011 | 1110 | 0 | 1011001 | 1011110 | 101 | 11 | 1011010 | 110010 |
Color Harmonies of #F21B0E
Complementary color
Monochromatic Colors of #F21B0E
Black with #F21B0E
Text Example
Text Example
White with #F21B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B0E; }
p { color: rgb(242,27,14); }
H1.HeaderClassName
{
color: #F21B0E;
}
.AnyTagClassName
{
color: #F21B0E;
}
</style>
background-color css
<style>
a { background-color: #F21B0E; }
a { background-color: rgb(242,27,14); }
div.DivClassName
{
background-color: #F21B0E;
}
.BgClassName
{
background-color: #F21B0E;
}
</style>
border-color css
<style>
span { border-color: #F21B0E; }
span { border-color: rgb(242,27,14); }
td.TdClassName
{
border-color: #F21B0E;
}
.TagClassName
{
border-color: #F21B0E;
}
</style>