Shades of Scarlet #F11D0B
Tints of Scarlet #F11D0B
RGB
CMYK
RGB Variations
Color information
#F11D0B (or 0xF11D0B) is known color: Scarlet. HEX triplet: F1, 1D and 0B. RGB value is (241,29,11). Sum of RGB (Red+Green+Blue) = 241+29+11=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11D0B is #0EE2F4. Grayscale: #5A5A5A. Windows color (decimal): -975605 or 728561. OLE color: 728561.
HSL color Cylindrical-coordinate representation of color #F11D0B: hue angle of 4.7º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F11D0B is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 11 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.05 |
| HSL | 4.7º | 0.91% | 0.49% | - |
| HSV(B) | 4.7º | 0.95% | 0.95% | - |
| XYZ | 36.78 | 19.6 | 2.16 | - |
| YUV | 90.34 | 83.24 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 11 | 0 | 0.88 | 0.95 | 0.05 | 4.7 | 0.91 | 0.49 |
| Hex | F1 | 1D | B | 0 | 58 | 5F | 5 | 5 | 5B | 31 |
| Octal | 361 | 35 | 13 | 0 | 130 | 137 | 5 | 5 | 133 | 61 |
| Binary | 11110001 | 11101 | 1011 | 0 | 1011000 | 1011111 | 101 | 101 | 1011011 | 110001 |
Color Harmonies of #F11D0B
Complementary color
Monochromatic Colors of #F11D0B
Black with #F11D0B
Text Example
Text Example
White with #F11D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D0B; }
p { color: rgb(241,29,11); }
H1.HeaderClassName
{
color: #F11D0B;
}
.AnyTagClassName
{
color: #F11D0B;
}
</style>
background-color css
<style>
a { background-color: #F11D0B; }
a { background-color: rgb(241,29,11); }
div.DivClassName
{
background-color: #F11D0B;
}
.BgClassName
{
background-color: #F11D0B;
}
</style>
border-color css
<style>
span { border-color: #F11D0B; }
span { border-color: rgb(241,29,11); }
td.TdClassName
{
border-color: #F11D0B;
}
.TagClassName
{
border-color: #F11D0B;
}
</style>