Shades of Scarlet #F21A04
Tints of Scarlet #F21A04
RGB
CMYK
RGB Variations
Color information
#F21A04 (or 0xF21A04) is known color: Scarlet. HEX triplet: F2, 1A and 04. RGB value is (242,26,4). Sum of RGB (Red+Green+Blue) = 242+26+4=272 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.97% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21A04 is #0DE5FB. Grayscale: #585858. Windows color (decimal): -910844 or 269042. OLE color: 269042.
HSL color Cylindrical-coordinate representation of color #F21A04: hue angle of 5.55º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F21A04 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.05 |
| HSL | 5.55º | 0.97% | 0.48% | - |
| HSV(B) | 5.55º | 0.98% | 0.95% | - |
| XYZ | 37.01 | 19.62 | 1.95 | - |
| YUV | 88.08 | 80.56 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 4 | 0 | 0.89 | 0.98 | 0.05 | 5.55 | 0.97 | 0.48 |
| Hex | F2 | 1A | 4 | 0 | 59 | 62 | 5 | 6 | 61 | 30 |
| Octal | 362 | 32 | 4 | 0 | 131 | 142 | 5 | 6 | 141 | 60 |
| Binary | 11110010 | 11010 | 100 | 0 | 1011001 | 1100010 | 101 | 110 | 1100001 | 110000 |
Color Harmonies of #F21A04
Complementary color
Monochromatic Colors of #F21A04
Black with #F21A04
Text Example
Text Example
White with #F21A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21A04; }
p { color: rgb(242,26,4); }
H1.HeaderClassName
{
color: #F21A04;
}
.AnyTagClassName
{
color: #F21A04;
}
</style>
background-color css
<style>
a { background-color: #F21A04; }
a { background-color: rgb(242,26,4); }
div.DivClassName
{
background-color: #F21A04;
}
.BgClassName
{
background-color: #F21A04;
}
</style>
border-color css
<style>
span { border-color: #F21A04; }
span { border-color: rgb(242,26,4); }
td.TdClassName
{
border-color: #F21A04;
}
.TagClassName
{
border-color: #F21A04;
}
</style>