Shades of Scarlet #F9201C
Tints of Scarlet #F9201C
RGB
CMYK
RGB Variations
Color information
#F9201C (or 0xF9201C) is known color: Scarlet. HEX triplet: F9, 20 and 1C. RGB value is (249,32,28). Sum of RGB (Red+Green+Blue) = 249+32+28=309 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.58% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 249 - color contains mainly: red. Hex color #F9201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9201C is #06DFE3. Grayscale: #606060. Windows color (decimal): -450532 or 1843449. OLE color: 1843449.
HSL color Cylindrical-coordinate representation of color #F9201C: hue angle of 1.09º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9201C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 28 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.02 |
| HSL | 1.09º | 0.95% | 0.54% | - |
| HSV(B) | 1.09º | 0.89% | 0.98% | - |
| XYZ | 39.79 | 21.26 | 3.1 | - |
| YUV | 96.43 | 89.39 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 28 | 0 | 0.87 | 0.89 | 0.02 | 1.09 | 0.95 | 0.54 |
| Hex | F9 | 20 | 1C | 0 | 57 | 59 | 2 | 1 | 5F | 36 |
| Octal | 371 | 40 | 34 | 0 | 127 | 131 | 2 | 1 | 137 | 66 |
| Binary | 11111001 | 100000 | 11100 | 0 | 1010111 | 1011001 | 10 | 1 | 1011111 | 110110 |
Color Harmonies of #F9201C
Complementary color
Monochromatic Colors of #F9201C
Black with #F9201C
Text Example
Text Example
White with #F9201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9201C; }
p { color: rgb(249,32,28); }
H1.HeaderClassName
{
color: #F9201C;
}
.AnyTagClassName
{
color: #F9201C;
}
</style>
background-color css
<style>
a { background-color: #F9201C; }
a { background-color: rgb(249,32,28); }
div.DivClassName
{
background-color: #F9201C;
}
.BgClassName
{
background-color: #F9201C;
}
</style>
border-color css
<style>
span { border-color: #F9201C; }
span { border-color: rgb(249,32,28); }
td.TdClassName
{
border-color: #F9201C;
}
.TagClassName
{
border-color: #F9201C;
}
</style>