Shades of Scarlet #F4211D
Tints of Scarlet #F4211D
RGB
CMYK
RGB Variations
Color information
#F4211D (or 0xF4211D) is known color: Scarlet. HEX triplet: F4, 21 and 1D. RGB value is (244,33,29). Sum of RGB (Red+Green+Blue) = 244+33+29=306 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.74% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 244 - color contains mainly: red. Hex color #F4211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4211D is #0BDEE2. Grayscale: #5F5F5F. Windows color (decimal): -777955 or 1909236. OLE color: 1909236.
HSL color Cylindrical-coordinate representation of color #F4211D: hue angle of 1.12º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4211D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 29 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.04 |
| HSL | 1.12º | 0.91% | 0.54% | - |
| HSV(B) | 1.12º | 0.88% | 0.96% | - |
| XYZ | 38.07 | 20.41 | 3.1 | - |
| YUV | 95.63 | 90.4 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 29 | 0 | 0.86 | 0.88 | 0.04 | 1.12 | 0.91 | 0.54 |
| Hex | F4 | 21 | 1D | 0 | 56 | 58 | 4 | 1 | 5B | 36 |
| Octal | 364 | 41 | 35 | 0 | 126 | 130 | 4 | 1 | 133 | 66 |
| Binary | 11110100 | 100001 | 11101 | 0 | 1010110 | 1011000 | 100 | 1 | 1011011 | 110110 |
Color Harmonies of #F4211D
Complementary color
Monochromatic Colors of #F4211D
Black with #F4211D
Text Example
Text Example
White with #F4211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4211D; }
p { color: rgb(244,33,29); }
H1.HeaderClassName
{
color: #F4211D;
}
.AnyTagClassName
{
color: #F4211D;
}
</style>
background-color css
<style>
a { background-color: #F4211D; }
a { background-color: rgb(244,33,29); }
div.DivClassName
{
background-color: #F4211D;
}
.BgClassName
{
background-color: #F4211D;
}
</style>
border-color css
<style>
span { border-color: #F4211D; }
span { border-color: rgb(244,33,29); }
td.TdClassName
{
border-color: #F4211D;
}
.TagClassName
{
border-color: #F4211D;
}
</style>