Shades of Scarlet #F6281C
Tints of Scarlet #F6281C
RGB
CMYK
RGB Variations
Color information
#F6281C (or 0xF6281C) is known color: Scarlet. HEX triplet: F6, 28 and 1C. RGB value is (246,40,28). Sum of RGB (Red+Green+Blue) = 246+40+28=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F6281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6281C is #09D7E3. Grayscale: #646464. Windows color (decimal): -645092 or 1845494. OLE color: 1845494.
HSL color Cylindrical-coordinate representation of color #F6281C: hue angle of 3.3º 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 #F6281C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 28 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.04 |
| HSL | 3.3º | 0.92% | 0.54% | - |
| HSV(B) | 3.3º | 0.89% | 0.96% | - |
| XYZ | 38.97 | 21.19 | 3.14 | - |
| YUV | 100.23 | 87.25 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 28 | 0 | 0.84 | 0.89 | 0.04 | 3.3 | 0.92 | 0.54 |
| Hex | F6 | 28 | 1C | 0 | 54 | 59 | 4 | 3 | 5C | 36 |
| Octal | 366 | 50 | 34 | 0 | 124 | 131 | 4 | 3 | 134 | 66 |
| Binary | 11110110 | 101000 | 11100 | 0 | 1010100 | 1011001 | 100 | 11 | 1011100 | 110110 |
Color Harmonies of #F6281C
Complementary color
Monochromatic Colors of #F6281C
Black with #F6281C
Text Example
Text Example
White with #F6281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6281C; }
p { color: rgb(246,40,28); }
H1.HeaderClassName
{
color: #F6281C;
}
.AnyTagClassName
{
color: #F6281C;
}
</style>
background-color css
<style>
a { background-color: #F6281C; }
a { background-color: rgb(246,40,28); }
div.DivClassName
{
background-color: #F6281C;
}
.BgClassName
{
background-color: #F6281C;
}
</style>
border-color css
<style>
span { border-color: #F6281C; }
span { border-color: rgb(246,40,28); }
td.TdClassName
{
border-color: #F6281C;
}
.TagClassName
{
border-color: #F6281C;
}
</style>