Shades of Scarlet #F21901
Tints of Scarlet #F21901
RGB
CMYK
RGB Variations
Color information
#F21901 (or 0xF21901) is known color: Scarlet. HEX triplet: F2, 19 and 01. RGB value is (242,25,1). Sum of RGB (Red+Green+Blue) = 242+25+1=268 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.30% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 242 - color contains mainly: red. Hex color #F21901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21901 is #0DE6FE. Grayscale: #575757. Windows color (decimal): -911103 or 72178. OLE color: 72178.
HSL color Cylindrical-coordinate representation of color #F21901: hue angle of 5.98º 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 #F21901 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 1 | - |
| CMYK | 0 | 0.90 | 1.00 | 0.05 |
| HSL | 5.98º | 0.99% | 0.48% | - |
| HSV(B) | 5.98º | 1% | 0.95% | - |
| XYZ | 36.97 | 19.57 | 1.86 | - |
| YUV | 87.15 | 79.39 | 238.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 1 | 0 | 0.90 | 1.00 | 0.05 | 5.98 | 0.99 | 0.48 |
| Hex | F2 | 19 | 1 | 0 | 5A | 64 | 5 | 6 | 63 | 30 |
| Octal | 362 | 31 | 1 | 0 | 132 | 144 | 5 | 6 | 143 | 60 |
| Binary | 11110010 | 11001 | 1 | 0 | 1011010 | 1100100 | 101 | 110 | 1100011 | 110000 |
Color Harmonies of #F21901
Complementary color
Monochromatic Colors of #F21901
Black with #F21901
Text Example
Text Example
White with #F21901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21901; }
p { color: rgb(242,25,1); }
H1.HeaderClassName
{
color: #F21901;
}
.AnyTagClassName
{
color: #F21901;
}
</style>
background-color css
<style>
a { background-color: #F21901; }
a { background-color: rgb(242,25,1); }
div.DivClassName
{
background-color: #F21901;
}
.BgClassName
{
background-color: #F21901;
}
</style>
border-color css
<style>
span { border-color: #F21901; }
span { border-color: rgb(242,25,1); }
td.TdClassName
{
border-color: #F21901;
}
.TagClassName
{
border-color: #F21901;
}
</style>