Shades of Scarlet #F41C14
Tints of Scarlet #F41C14
RGB
CMYK
RGB Variations
Color information
#F41C14 (or 0xF41C14) is known color: Scarlet. HEX triplet: F4, 1C and 14. RGB value is (244,28,20). Sum of RGB (Red+Green+Blue) = 244+28+20=292 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.56% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41C14 is #0BE3EB. Grayscale: #5B5B5B. Windows color (decimal): -779244 or 1318132. OLE color: 1318132.
HSL color Cylindrical-coordinate representation of color #F41C14: hue angle of 2.14º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41C14 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 20 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.04 |
| HSL | 2.14º | 0.91% | 0.52% | - |
| HSV(B) | 2.14º | 0.92% | 0.96% | - |
| XYZ | 37.85 | 20.11 | 2.55 | - |
| YUV | 91.67 | 87.56 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 20 | 0 | 0.89 | 0.92 | 0.04 | 2.14 | 0.91 | 0.52 |
| Hex | F4 | 1C | 14 | 0 | 59 | 5C | 4 | 2 | 5B | 34 |
| Octal | 364 | 34 | 24 | 0 | 131 | 134 | 4 | 2 | 133 | 64 |
| Binary | 11110100 | 11100 | 10100 | 0 | 1011001 | 1011100 | 100 | 10 | 1011011 | 110100 |
Color Harmonies of #F41C14
Complementary color
Monochromatic Colors of #F41C14
Black with #F41C14
Text Example
Text Example
White with #F41C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C14; }
p { color: rgb(244,28,20); }
H1.HeaderClassName
{
color: #F41C14;
}
.AnyTagClassName
{
color: #F41C14;
}
</style>
background-color css
<style>
a { background-color: #F41C14; }
a { background-color: rgb(244,28,20); }
div.DivClassName
{
background-color: #F41C14;
}
.BgClassName
{
background-color: #F41C14;
}
</style>
border-color css
<style>
span { border-color: #F41C14; }
span { border-color: rgb(244,28,20); }
td.TdClassName
{
border-color: #F41C14;
}
.TagClassName
{
border-color: #F41C14;
}
</style>