Shades of Scarlet #F21401
Tints of Scarlet #F21401
RGB
CMYK
RGB Variations
Color information
#F21401 (or 0xF21401) is known color: Scarlet. HEX triplet: F2, 14 and 01. RGB value is (242,20,1). Sum of RGB (Red+Green+Blue) = 242+20+1=263 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.02% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 242 - color contains mainly: red. Hex color #F21401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21401 is #0DEBFE. Grayscale: #545454. Windows color (decimal): -912383 or 70898. OLE color: 70898.
HSL color Cylindrical-coordinate representation of color #F21401: hue angle of 4.73º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F21401 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.05 |
| HSL | 4.73º | 0.99% | 0.48% | - |
| HSV(B) | 4.73º | 1% | 0.95% | - |
| XYZ | 36.87 | 19.38 | 1.83 | - |
| YUV | 84.21 | 81.05 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 1 | 0 | 0.92 | 1.00 | 0.05 | 4.73 | 0.99 | 0.48 |
| Hex | F2 | 14 | 1 | 0 | 5C | 64 | 5 | 5 | 63 | 30 |
| Octal | 362 | 24 | 1 | 0 | 134 | 144 | 5 | 5 | 143 | 60 |
| Binary | 11110010 | 10100 | 1 | 0 | 1011100 | 1100100 | 101 | 101 | 1100011 | 110000 |
Color Harmonies of #F21401
Complementary color
Monochromatic Colors of #F21401
Black with #F21401
Text Example
Text Example
White with #F21401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21401; }
p { color: rgb(242,20,1); }
H1.HeaderClassName
{
color: #F21401;
}
.AnyTagClassName
{
color: #F21401;
}
</style>
background-color css
<style>
a { background-color: #F21401; }
a { background-color: rgb(242,20,1); }
div.DivClassName
{
background-color: #F21401;
}
.BgClassName
{
background-color: #F21401;
}
</style>
border-color css
<style>
span { border-color: #F21401; }
span { border-color: rgb(242,20,1); }
td.TdClassName
{
border-color: #F21401;
}
.TagClassName
{
border-color: #F21401;
}
</style>