Shades of Scarlet #F4201C
Tints of Scarlet #F4201C
RGB
CMYK
RGB Variations
Color information
#F4201C (or 0xF4201C) is known color: Scarlet. HEX triplet: F4, 20 and 1C. RGB value is (244,32,28). Sum of RGB (Red+Green+Blue) = 244+32+28=304 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.26% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 244 - color contains mainly: red. Hex color #F4201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4201C is #0BDFE3. Grayscale: #5F5F5F. Windows color (decimal): -778212 or 1843444. OLE color: 1843444.
HSL color Cylindrical-coordinate representation of color #F4201C: hue angle of 1.11º 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 #F4201C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 28 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.04 |
| HSL | 1.11º | 0.91% | 0.53% | - |
| HSV(B) | 1.11º | 0.89% | 0.96% | - |
| XYZ | 38.03 | 20.35 | 3.02 | - |
| YUV | 94.93 | 90.24 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 28 | 0 | 0.87 | 0.89 | 0.04 | 1.11 | 0.91 | 0.53 |
| Hex | F4 | 20 | 1C | 0 | 57 | 59 | 4 | 1 | 5B | 35 |
| Octal | 364 | 40 | 34 | 0 | 127 | 131 | 4 | 1 | 133 | 65 |
| Binary | 11110100 | 100000 | 11100 | 0 | 1010111 | 1011001 | 100 | 1 | 1011011 | 110101 |
Color Harmonies of #F4201C
Complementary color
Monochromatic Colors of #F4201C
Black with #F4201C
Text Example
Text Example
White with #F4201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4201C; }
p { color: rgb(244,32,28); }
H1.HeaderClassName
{
color: #F4201C;
}
.AnyTagClassName
{
color: #F4201C;
}
</style>
background-color css
<style>
a { background-color: #F4201C; }
a { background-color: rgb(244,32,28); }
div.DivClassName
{
background-color: #F4201C;
}
.BgClassName
{
background-color: #F4201C;
}
</style>
border-color css
<style>
span { border-color: #F4201C; }
span { border-color: rgb(244,32,28); }
td.TdClassName
{
border-color: #F4201C;
}
.TagClassName
{
border-color: #F4201C;
}
</style>