Shades of Scarlet #F41A0B
Tints of Scarlet #F41A0B
RGB
CMYK
RGB Variations
Color information
#F41A0B (or 0xF41A0B) is known color: Scarlet. HEX triplet: F4, 1A and 0B. RGB value is (244,26,11). Sum of RGB (Red+Green+Blue) = 244+26+11=281 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.83% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41A0B is #0BE5F4. Grayscale: #595959. Windows color (decimal): -779765 or 727796. OLE color: 727796.
HSL color Cylindrical-coordinate representation of color #F41A0B: hue angle of 3.86º 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 #F41A0B is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 11 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.04 |
| HSL | 3.86º | 0.91% | 0.5% | - |
| HSV(B) | 3.86º | 0.95% | 0.96% | - |
| XYZ | 37.74 | 20 | 2.19 | - |
| YUV | 89.47 | 83.72 | 238.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 11 | 0 | 0.89 | 0.95 | 0.04 | 3.86 | 0.91 | 0.5 |
| Hex | F4 | 1A | B | 0 | 59 | 5F | 4 | 4 | 5B | 32 |
| Octal | 364 | 32 | 13 | 0 | 131 | 137 | 4 | 4 | 133 | 62 |
| Binary | 11110100 | 11010 | 1011 | 0 | 1011001 | 1011111 | 100 | 100 | 1011011 | 110010 |
Color Harmonies of #F41A0B
Complementary color
Monochromatic Colors of #F41A0B
Black with #F41A0B
Text Example
Text Example
White with #F41A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41A0B; }
p { color: rgb(244,26,11); }
H1.HeaderClassName
{
color: #F41A0B;
}
.AnyTagClassName
{
color: #F41A0B;
}
</style>
background-color css
<style>
a { background-color: #F41A0B; }
a { background-color: rgb(244,26,11); }
div.DivClassName
{
background-color: #F41A0B;
}
.BgClassName
{
background-color: #F41A0B;
}
</style>
border-color css
<style>
span { border-color: #F41A0B; }
span { border-color: rgb(244,26,11); }
td.TdClassName
{
border-color: #F41A0B;
}
.TagClassName
{
border-color: #F41A0B;
}
</style>