Shades of Scarlet #F6281E
Tints of Scarlet #F6281E
RGB
CMYK
RGB Variations
Color information
#F6281E (or 0xF6281E) is known color: Scarlet. HEX triplet: F6, 28 and 1E. RGB value is (246,40,30). Sum of RGB (Red+Green+Blue) = 246+40+30=316 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.85% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 246 - color contains mainly: red. Hex color #F6281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6281E is #09D7E1. Grayscale: #646464. Windows color (decimal): -645090 or 1976566. OLE color: 1976566.
HSL color Cylindrical-coordinate representation of color #F6281E: hue angle of 2.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6281E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 30 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.04 |
| HSL | 2.78º | 0.92% | 0.54% | - |
| HSV(B) | 2.78º | 0.88% | 0.96% | - |
| XYZ | 39 | 21.2 | 3.27 | - |
| YUV | 100.45 | 88.25 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 30 | 0 | 0.84 | 0.88 | 0.04 | 2.78 | 0.92 | 0.54 |
| Hex | F6 | 28 | 1E | 0 | 54 | 58 | 4 | 3 | 5C | 36 |
| Octal | 366 | 50 | 36 | 0 | 124 | 130 | 4 | 3 | 134 | 66 |
| Binary | 11110110 | 101000 | 11110 | 0 | 1010100 | 1011000 | 100 | 11 | 1011100 | 110110 |
Color Harmonies of #F6281E
Complementary color
Monochromatic Colors of #F6281E
Black with #F6281E
Text Example
Text Example
White with #F6281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6281E; }
p { color: rgb(246,40,30); }
H1.HeaderClassName
{
color: #F6281E;
}
.AnyTagClassName
{
color: #F6281E;
}
</style>
background-color css
<style>
a { background-color: #F6281E; }
a { background-color: rgb(246,40,30); }
div.DivClassName
{
background-color: #F6281E;
}
.BgClassName
{
background-color: #F6281E;
}
</style>
border-color css
<style>
span { border-color: #F6281E; }
span { border-color: rgb(246,40,30); }
td.TdClassName
{
border-color: #F6281E;
}
.TagClassName
{
border-color: #F6281E;
}
</style>