Shades of Scarlet #F6300C
Tints of Scarlet #F6300C
RGB
CMYK
RGB Variations
Color information
#F6300C (or 0xF6300C) is known color: Scarlet. HEX triplet: F6, 30 and 0C. RGB value is (246,48,12). Sum of RGB (Red+Green+Blue) = 246+48+12=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F6300C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6300C is #09CFF3. Grayscale: #676767. Windows color (decimal): -643060 or 798966. OLE color: 798966.
HSL color Cylindrical-coordinate representation of color #F6300C: hue angle of 9.23º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6300C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.04 |
| HSL | 9.23º | 0.93% | 0.51% | - |
| HSV(B) | 9.23º | 0.95% | 0.96% | - |
| XYZ | 39.13 | 21.73 | 2.48 | - |
| YUV | 103.1 | 76.6 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 12 | 0 | 0.80 | 0.95 | 0.04 | 9.23 | 0.93 | 0.51 |
| Hex | F6 | 30 | C | 0 | 50 | 5F | 4 | 9 | 5D | 33 |
| Octal | 366 | 60 | 14 | 0 | 120 | 137 | 4 | 11 | 135 | 63 |
| Binary | 11110110 | 110000 | 1100 | 0 | 1010000 | 1011111 | 100 | 1001 | 1011101 | 110011 |
Color Harmonies of #F6300C
Complementary color
Monochromatic Colors of #F6300C
Black with #F6300C
Text Example
Text Example
White with #F6300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6300C; }
p { color: rgb(246,48,12); }
H1.HeaderClassName
{
color: #F6300C;
}
.AnyTagClassName
{
color: #F6300C;
}
</style>
background-color css
<style>
a { background-color: #F6300C; }
a { background-color: rgb(246,48,12); }
div.DivClassName
{
background-color: #F6300C;
}
.BgClassName
{
background-color: #F6300C;
}
</style>
border-color css
<style>
span { border-color: #F6300C; }
span { border-color: rgb(246,48,12); }
td.TdClassName
{
border-color: #F6300C;
}
.TagClassName
{
border-color: #F6300C;
}
</style>