Shades of Scarlet #F41A0D
Tints of Scarlet #F41A0D
RGB
CMYK
RGB Variations
Color information
#F41A0D (or 0xF41A0D) is known color: Scarlet. HEX triplet: F4, 1A and 0D. RGB value is (244,26,13). Sum of RGB (Red+Green+Blue) = 244+26+13=283 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.22% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41A0D is #0BE5F2. Grayscale: #595959. Windows color (decimal): -779763 or 858868. OLE color: 858868.
HSL color Cylindrical-coordinate representation of color #F41A0D: hue angle of 3.38º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F41A0D is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 13 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.04 |
| HSL | 3.38º | 0.91% | 0.5% | - |
| HSV(B) | 3.38º | 0.95% | 0.96% | - |
| XYZ | 37.75 | 20 | 2.25 | - |
| YUV | 89.7 | 84.72 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 13 | 0 | 0.89 | 0.95 | 0.04 | 3.38 | 0.91 | 0.5 |
| Hex | F4 | 1A | D | 0 | 59 | 5F | 4 | 3 | 5B | 32 |
| Octal | 364 | 32 | 15 | 0 | 131 | 137 | 4 | 3 | 133 | 62 |
| Binary | 11110100 | 11010 | 1101 | 0 | 1011001 | 1011111 | 100 | 11 | 1011011 | 110010 |
Color Harmonies of #F41A0D
Complementary color
Monochromatic Colors of #F41A0D
Black with #F41A0D
Text Example
Text Example
White with #F41A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41A0D; }
p { color: rgb(244,26,13); }
H1.HeaderClassName
{
color: #F41A0D;
}
.AnyTagClassName
{
color: #F41A0D;
}
</style>
background-color css
<style>
a { background-color: #F41A0D; }
a { background-color: rgb(244,26,13); }
div.DivClassName
{
background-color: #F41A0D;
}
.BgClassName
{
background-color: #F41A0D;
}
</style>
border-color css
<style>
span { border-color: #F41A0D; }
span { border-color: rgb(244,26,13); }
td.TdClassName
{
border-color: #F41A0D;
}
.TagClassName
{
border-color: #F41A0D;
}
</style>