Shades of Scarlet #F11D1B
Tints of Scarlet #F11D1B
RGB
CMYK
RGB Variations
Color information
#F11D1B (or 0xF11D1B) is known color: Scarlet. HEX triplet: F1, 1D and 1B. RGB value is (241,29,27). Sum of RGB (Red+Green+Blue) = 241+29+27=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11D1B is #0EE2E4. Grayscale: #5C5C5C. Windows color (decimal): -975589 or 1777137. OLE color: 1777137.
HSL color Cylindrical-coordinate representation of color #F11D1B: hue angle of 0.56º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11D1B is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 27 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.05 |
| HSL | 0.56º | 0.88% | 0.53% | - |
| HSV(B) | 0.56º | 0.89% | 0.95% | - |
| XYZ | 36.91 | 19.66 | 2.89 | - |
| YUV | 92.16 | 91.24 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 27 | 0 | 0.88 | 0.89 | 0.05 | 0.56 | 0.88 | 0.53 |
| Hex | F1 | 1D | 1B | 0 | 58 | 59 | 5 | 1 | 58 | 35 |
| Octal | 361 | 35 | 33 | 0 | 130 | 131 | 5 | 1 | 130 | 65 |
| Binary | 11110001 | 11101 | 11011 | 0 | 1011000 | 1011001 | 101 | 1 | 1011000 | 110101 |
Color Harmonies of #F11D1B
Complementary color
Monochromatic Colors of #F11D1B
Black with #F11D1B
Text Example
Text Example
White with #F11D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D1B; }
p { color: rgb(241,29,27); }
H1.HeaderClassName
{
color: #F11D1B;
}
.AnyTagClassName
{
color: #F11D1B;
}
</style>
background-color css
<style>
a { background-color: #F11D1B; }
a { background-color: rgb(241,29,27); }
div.DivClassName
{
background-color: #F11D1B;
}
.BgClassName
{
background-color: #F11D1B;
}
</style>
border-color css
<style>
span { border-color: #F11D1B; }
span { border-color: rgb(241,29,27); }
td.TdClassName
{
border-color: #F11D1B;
}
.TagClassName
{
border-color: #F11D1B;
}
</style>