Shades of Scarlet #F61414
Tints of Scarlet #F61414
RGB
CMYK
RGB Variations
Color information
#F61414 (or 0xF61414) is known color: Scarlet. HEX triplet: F6, 14 and 14. RGB value is (246,20,20). Sum of RGB (Red+Green+Blue) = 246+20+20=286 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.01% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 246 - color contains mainly: red. Hex color #F61414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61414 is #09EBEB. Grayscale: #575757. Windows color (decimal): -650220 or 1316086. OLE color: 1316086.
HSL color Cylindrical-coordinate representation of color #F61414: hue angle of 0º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61414 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 20 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.04 |
| HSL | 0º | 0.93% | 0.52% | - |
| HSV(B) | 0º | 0.92% | 0.96% | - |
| XYZ | 38.38 | 20.14 | 2.53 | - |
| YUV | 87.57 | 89.87 | 241 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 20 | 0 | 0.92 | 0.92 | 0.04 | 0 | 0.93 | 0.52 |
| Hex | F6 | 14 | 14 | 0 | 5C | 5C | 4 | 0 | 5D | 34 |
| Octal | 366 | 24 | 24 | 0 | 134 | 134 | 4 | 0 | 135 | 64 |
| Binary | 11110110 | 10100 | 10100 | 0 | 1011100 | 1011100 | 100 | 0 | 1011101 | 110100 |
Color Harmonies of #F61414
Complementary color
Monochromatic Colors of #F61414
Black with #F61414
Text Example
Text Example
White with #F61414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61414; }
p { color: rgb(246,20,20); }
H1.HeaderClassName
{
color: #F61414;
}
.AnyTagClassName
{
color: #F61414;
}
</style>
background-color css
<style>
a { background-color: #F61414; }
a { background-color: rgb(246,20,20); }
div.DivClassName
{
background-color: #F61414;
}
.BgClassName
{
background-color: #F61414;
}
</style>
border-color css
<style>
span { border-color: #F61414; }
span { border-color: rgb(246,20,20); }
td.TdClassName
{
border-color: #F61414;
}
.TagClassName
{
border-color: #F61414;
}
</style>