Shades of Scarlet #F21407
Tints of Scarlet #F21407
RGB
CMYK
RGB Variations
Color information
#F21407 (or 0xF21407) is known color: Scarlet. HEX triplet: F2, 14 and 07. RGB value is (242,20,7). Sum of RGB (Red+Green+Blue) = 242+20+7=269 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.96% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 242 - color contains mainly: red. Hex color #F21407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21407 is #0DEBF8. Grayscale: #555555. Windows color (decimal): -912377 or 464114. OLE color: 464114.
HSL color Cylindrical-coordinate representation of color #F21407: hue angle of 3.32º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F21407 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.05 |
| HSL | 3.32º | 0.94% | 0.49% | - |
| HSV(B) | 3.32º | 0.97% | 0.95% | - |
| XYZ | 36.91 | 19.39 | 2 | - |
| YUV | 84.9 | 84.05 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 7 | 0 | 0.92 | 0.97 | 0.05 | 3.32 | 0.94 | 0.49 |
| Hex | F2 | 14 | 7 | 0 | 5C | 61 | 5 | 3 | 5E | 31 |
| Octal | 362 | 24 | 7 | 0 | 134 | 141 | 5 | 3 | 136 | 61 |
| Binary | 11110010 | 10100 | 111 | 0 | 1011100 | 1100001 | 101 | 11 | 1011110 | 110001 |
Color Harmonies of #F21407
Complementary color
Monochromatic Colors of #F21407
Black with #F21407
Text Example
Text Example
White with #F21407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21407; }
p { color: rgb(242,20,7); }
H1.HeaderClassName
{
color: #F21407;
}
.AnyTagClassName
{
color: #F21407;
}
</style>
background-color css
<style>
a { background-color: #F21407; }
a { background-color: rgb(242,20,7); }
div.DivClassName
{
background-color: #F21407;
}
.BgClassName
{
background-color: #F21407;
}
</style>
border-color css
<style>
span { border-color: #F21407; }
span { border-color: rgb(242,20,7); }
td.TdClassName
{
border-color: #F21407;
}
.TagClassName
{
border-color: #F21407;
}
</style>