Shades of Scarlet #F4211A
Tints of Scarlet #F4211A
RGB
CMYK
RGB Variations
Color information
#F4211A (or 0xF4211A) is known color: Scarlet. HEX triplet: F4, 21 and 1A. RGB value is (244,33,26). Sum of RGB (Red+Green+Blue) = 244+33+26=303 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.53% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 244 - color contains mainly: red. Hex color #F4211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4211A is #0BDEE5. Grayscale: #5F5F5F. Windows color (decimal): -777958 or 1712628. OLE color: 1712628.
HSL color Cylindrical-coordinate representation of color #F4211A: hue angle of 1.93º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4211A is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 26 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.04 |
| HSL | 1.93º | 0.91% | 0.53% | - |
| HSV(B) | 1.93º | 0.89% | 0.96% | - |
| XYZ | 38.04 | 20.4 | 2.91 | - |
| YUV | 95.29 | 88.9 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 26 | 0 | 0.86 | 0.89 | 0.04 | 1.93 | 0.91 | 0.53 |
| Hex | F4 | 21 | 1A | 0 | 56 | 59 | 4 | 2 | 5B | 35 |
| Octal | 364 | 41 | 32 | 0 | 126 | 131 | 4 | 2 | 133 | 65 |
| Binary | 11110100 | 100001 | 11010 | 0 | 1010110 | 1011001 | 100 | 10 | 1011011 | 110101 |
Color Harmonies of #F4211A
Complementary color
Monochromatic Colors of #F4211A
Black with #F4211A
Text Example
Text Example
White with #F4211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4211A; }
p { color: rgb(244,33,26); }
H1.HeaderClassName
{
color: #F4211A;
}
.AnyTagClassName
{
color: #F4211A;
}
</style>
background-color css
<style>
a { background-color: #F4211A; }
a { background-color: rgb(244,33,26); }
div.DivClassName
{
background-color: #F4211A;
}
.BgClassName
{
background-color: #F4211A;
}
</style>
border-color css
<style>
span { border-color: #F4211A; }
span { border-color: rgb(244,33,26); }
td.TdClassName
{
border-color: #F4211A;
}
.TagClassName
{
border-color: #F4211A;
}
</style>