Shades of Scarlet #F6281D
Tints of Scarlet #F6281D
RGB
CMYK
RGB Variations
Color information
#F6281D (or 0xF6281D) is known color: Scarlet. HEX triplet: F6, 28 and 1D. RGB value is (246,40,29). Sum of RGB (Red+Green+Blue) = 246+40+29=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F6281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6281D is #09D7E2. Grayscale: #646464. Windows color (decimal): -645091 or 1911030. OLE color: 1911030.
HSL color Cylindrical-coordinate representation of color #F6281D: hue angle of 3.04º 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 #F6281D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.04 |
| HSL | 3.04º | 0.92% | 0.54% | - |
| HSV(B) | 3.04º | 0.88% | 0.96% | - |
| XYZ | 38.99 | 21.2 | 3.2 | - |
| YUV | 100.34 | 87.75 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 29 | 0 | 0.84 | 0.88 | 0.04 | 3.04 | 0.92 | 0.54 |
| Hex | F6 | 28 | 1D | 0 | 54 | 58 | 4 | 3 | 5C | 36 |
| Octal | 366 | 50 | 35 | 0 | 124 | 130 | 4 | 3 | 134 | 66 |
| Binary | 11110110 | 101000 | 11101 | 0 | 1010100 | 1011000 | 100 | 11 | 1011100 | 110110 |
Color Harmonies of #F6281D
Complementary color
Monochromatic Colors of #F6281D
Black with #F6281D
Text Example
Text Example
White with #F6281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6281D; }
p { color: rgb(246,40,29); }
H1.HeaderClassName
{
color: #F6281D;
}
.AnyTagClassName
{
color: #F6281D;
}
</style>
background-color css
<style>
a { background-color: #F6281D; }
a { background-color: rgb(246,40,29); }
div.DivClassName
{
background-color: #F6281D;
}
.BgClassName
{
background-color: #F6281D;
}
</style>
border-color css
<style>
span { border-color: #F6281D; }
span { border-color: rgb(246,40,29); }
td.TdClassName
{
border-color: #F6281D;
}
.TagClassName
{
border-color: #F6281D;
}
</style>