Shades of Scarlet #F61D1B
Tints of Scarlet #F61D1B
RGB
CMYK
RGB Variations
Color information
#F61D1B (or 0xF61D1B) is known color: Scarlet. HEX triplet: F6, 1D and 1B. RGB value is (246,29,27). Sum of RGB (Red+Green+Blue) = 246+29+27=302 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.46% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61D1B is #09E2E4. Grayscale: #5D5D5D. Windows color (decimal): -647909 or 1777142. OLE color: 1777142.
HSL color Cylindrical-coordinate representation of color #F61D1B: hue angle of 0.55º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61D1B is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 27 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.04 |
| HSL | 0.55º | 0.92% | 0.54% | - |
| HSV(B) | 0.55º | 0.89% | 0.96% | - |
| XYZ | 38.64 | 20.55 | 2.97 | - |
| YUV | 93.66 | 90.39 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 27 | 0 | 0.88 | 0.89 | 0.04 | 0.55 | 0.92 | 0.54 |
| Hex | F6 | 1D | 1B | 0 | 58 | 59 | 4 | 1 | 5C | 36 |
| Octal | 366 | 35 | 33 | 0 | 130 | 131 | 4 | 1 | 134 | 66 |
| Binary | 11110110 | 11101 | 11011 | 0 | 1011000 | 1011001 | 100 | 1 | 1011100 | 110110 |
Color Harmonies of #F61D1B
Complementary color
Monochromatic Colors of #F61D1B
Black with #F61D1B
Text Example
Text Example
White with #F61D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D1B; }
p { color: rgb(246,29,27); }
H1.HeaderClassName
{
color: #F61D1B;
}
.AnyTagClassName
{
color: #F61D1B;
}
</style>
background-color css
<style>
a { background-color: #F61D1B; }
a { background-color: rgb(246,29,27); }
div.DivClassName
{
background-color: #F61D1B;
}
.BgClassName
{
background-color: #F61D1B;
}
</style>
border-color css
<style>
span { border-color: #F61D1B; }
span { border-color: rgb(246,29,27); }
td.TdClassName
{
border-color: #F61D1B;
}
.TagClassName
{
border-color: #F61D1B;
}
</style>