Shades of Scarlet #F9320C
Tints of Scarlet #F9320C
RGB
CMYK
RGB Variations
Color information
#F9320C (or 0xF9320C) is known color: Scarlet. HEX triplet: F9, 32 and 0C. RGB value is (249,50,12). Sum of RGB (Red+Green+Blue) = 249+50+12=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F9320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9320C is #06CDF3. Grayscale: #696969. Windows color (decimal): -445940 or 799481. OLE color: 799481.
HSL color Cylindrical-coordinate representation of color #F9320C: hue angle of 9.62º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9320C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.02 |
| HSL | 9.62º | 0.95% | 0.51% | - |
| HSV(B) | 9.62º | 0.95% | 0.98% | - |
| XYZ | 40.27 | 22.45 | 2.56 | - |
| YUV | 105.17 | 75.43 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 12 | 0 | 0.80 | 0.95 | 0.02 | 9.62 | 0.95 | 0.51 |
| Hex | F9 | 32 | C | 0 | 50 | 5F | 2 | A | 5F | 33 |
| Octal | 371 | 62 | 14 | 0 | 120 | 137 | 2 | 12 | 137 | 63 |
| Binary | 11111001 | 110010 | 1100 | 0 | 1010000 | 1011111 | 10 | 1010 | 1011111 | 110011 |
Color Harmonies of #F9320C
Complementary color
Monochromatic Colors of #F9320C
Black with #F9320C
Text Example
Text Example
White with #F9320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9320C; }
p { color: rgb(249,50,12); }
H1.HeaderClassName
{
color: #F9320C;
}
.AnyTagClassName
{
color: #F9320C;
}
</style>
background-color css
<style>
a { background-color: #F9320C; }
a { background-color: rgb(249,50,12); }
div.DivClassName
{
background-color: #F9320C;
}
.BgClassName
{
background-color: #F9320C;
}
</style>
border-color css
<style>
span { border-color: #F9320C; }
span { border-color: rgb(249,50,12); }
td.TdClassName
{
border-color: #F9320C;
}
.TagClassName
{
border-color: #F9320C;
}
</style>