Shades of Scarlet #F6241E
Tints of Scarlet #F6241E
RGB
CMYK
RGB Variations
Color information
#F6241E (or 0xF6241E) is known color: Scarlet. HEX triplet: F6, 24 and 1E. RGB value is (246,36,30). Sum of RGB (Red+Green+Blue) = 246+36+30=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F6241E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6241E is #09DBE1. Grayscale: #626262. Windows color (decimal): -646114 or 1975542. OLE color: 1975542.
HSL color Cylindrical-coordinate representation of color #F6241E: hue angle of 1.67º 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 #F6241E is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 36 | 30 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.04 |
| HSL | 1.67º | 0.92% | 0.54% | - |
| HSV(B) | 1.67º | 0.88% | 0.96% | - |
| XYZ | 38.87 | 20.95 | 3.22 | - |
| YUV | 98.11 | 89.57 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 36 | 30 | 0 | 0.85 | 0.88 | 0.04 | 1.67 | 0.92 | 0.54 |
| Hex | F6 | 24 | 1E | 0 | 55 | 58 | 4 | 2 | 5C | 36 |
| Octal | 366 | 44 | 36 | 0 | 125 | 130 | 4 | 2 | 134 | 66 |
| Binary | 11110110 | 100100 | 11110 | 0 | 1010101 | 1011000 | 100 | 10 | 1011100 | 110110 |
Color Harmonies of #F6241E
Complementary color
Monochromatic Colors of #F6241E
Black with #F6241E
Text Example
Text Example
White with #F6241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6241E; }
p { color: rgb(246,36,30); }
H1.HeaderClassName
{
color: #F6241E;
}
.AnyTagClassName
{
color: #F6241E;
}
</style>
background-color css
<style>
a { background-color: #F6241E; }
a { background-color: rgb(246,36,30); }
div.DivClassName
{
background-color: #F6241E;
}
.BgClassName
{
background-color: #F6241E;
}
</style>
border-color css
<style>
span { border-color: #F6241E; }
span { border-color: rgb(246,36,30); }
td.TdClassName
{
border-color: #F6241E;
}
.TagClassName
{
border-color: #F6241E;
}
</style>