Shades of Scarlet #F6261C
Tints of Scarlet #F6261C
RGB
CMYK
RGB Variations
Color information
#F6261C (or 0xF6261C) is known color: Scarlet. HEX triplet: F6, 26 and 1C. RGB value is (246,38,28). Sum of RGB (Red+Green+Blue) = 246+38+28=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F6261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6261C is #09D9E3. Grayscale: #636363. Windows color (decimal): -645604 or 1844982. OLE color: 1844982.
HSL color Cylindrical-coordinate representation of color #F6261C: hue angle of 2.75º 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 #F6261C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 28 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.04 |
| HSL | 2.75º | 0.92% | 0.54% | - |
| HSV(B) | 2.75º | 0.89% | 0.96% | - |
| XYZ | 38.91 | 21.06 | 3.11 | - |
| YUV | 99.05 | 87.91 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 28 | 0 | 0.85 | 0.89 | 0.04 | 2.75 | 0.92 | 0.54 |
| Hex | F6 | 26 | 1C | 0 | 55 | 59 | 4 | 3 | 5C | 36 |
| Octal | 366 | 46 | 34 | 0 | 125 | 131 | 4 | 3 | 134 | 66 |
| Binary | 11110110 | 100110 | 11100 | 0 | 1010101 | 1011001 | 100 | 11 | 1011100 | 110110 |
Color Harmonies of #F6261C
Complementary color
Monochromatic Colors of #F6261C
Black with #F6261C
Text Example
Text Example
White with #F6261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6261C; }
p { color: rgb(246,38,28); }
H1.HeaderClassName
{
color: #F6261C;
}
.AnyTagClassName
{
color: #F6261C;
}
</style>
background-color css
<style>
a { background-color: #F6261C; }
a { background-color: rgb(246,38,28); }
div.DivClassName
{
background-color: #F6261C;
}
.BgClassName
{
background-color: #F6261C;
}
</style>
border-color css
<style>
span { border-color: #F6261C; }
span { border-color: rgb(246,38,28); }
td.TdClassName
{
border-color: #F6261C;
}
.TagClassName
{
border-color: #F6261C;
}
</style>