Shades of Scarlet #F41D1B
Tints of Scarlet #F41D1B
RGB
CMYK
RGB Variations
Color information
#F41D1B (or 0xF41D1B) is known color: Scarlet. HEX triplet: F4, 1D and 1B. RGB value is (244,29,27). Sum of RGB (Red+Green+Blue) = 244+29+27=300 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41D1B is #0BE2E4. Grayscale: #5D5D5D. Windows color (decimal): -778981 or 1777140. OLE color: 1777140.
HSL color Cylindrical-coordinate representation of color #F41D1B: hue angle of 0.55º 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 #F41D1B is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 27 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.04 |
| HSL | 0.55º | 0.91% | 0.53% | - |
| HSV(B) | 0.55º | 0.89% | 0.96% | - |
| XYZ | 37.95 | 20.19 | 2.93 | - |
| YUV | 93.06 | 90.73 | 235.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 27 | 0 | 0.88 | 0.89 | 0.04 | 0.55 | 0.91 | 0.53 |
| Hex | F4 | 1D | 1B | 0 | 58 | 59 | 4 | 1 | 5B | 35 |
| Octal | 364 | 35 | 33 | 0 | 130 | 131 | 4 | 1 | 133 | 65 |
| Binary | 11110100 | 11101 | 11011 | 0 | 1011000 | 1011001 | 100 | 1 | 1011011 | 110101 |
Color Harmonies of #F41D1B
Complementary color
Monochromatic Colors of #F41D1B
Black with #F41D1B
Text Example
Text Example
White with #F41D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41D1B; }
p { color: rgb(244,29,27); }
H1.HeaderClassName
{
color: #F41D1B;
}
.AnyTagClassName
{
color: #F41D1B;
}
</style>
background-color css
<style>
a { background-color: #F41D1B; }
a { background-color: rgb(244,29,27); }
div.DivClassName
{
background-color: #F41D1B;
}
.BgClassName
{
background-color: #F41D1B;
}
</style>
border-color css
<style>
span { border-color: #F41D1B; }
span { border-color: rgb(244,29,27); }
td.TdClassName
{
border-color: #F41D1B;
}
.TagClassName
{
border-color: #F41D1B;
}
</style>