Shades of Scarlet #F9201D
Tints of Scarlet #F9201D
RGB
CMYK
RGB Variations
Color information
#F9201D (or 0xF9201D) is known color: Scarlet. HEX triplet: F9, 20 and 1D. RGB value is (249,32,29). Sum of RGB (Red+Green+Blue) = 249+32+29=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F9201D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9201D is #06DFE2. Grayscale: #606060. Windows color (decimal): -450531 or 1908985. OLE color: 1908985.
HSL color Cylindrical-coordinate representation of color #F9201D: hue angle of 0.82º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9201D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 29 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.02 |
| HSL | 0.82º | 0.95% | 0.55% | - |
| HSV(B) | 0.82º | 0.88% | 0.98% | - |
| XYZ | 39.81 | 21.26 | 3.17 | - |
| YUV | 96.54 | 89.89 | 236.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 29 | 0 | 0.87 | 0.88 | 0.02 | 0.82 | 0.95 | 0.55 |
| Hex | F9 | 20 | 1D | 0 | 57 | 58 | 2 | 1 | 5F | 37 |
| Octal | 371 | 40 | 35 | 0 | 127 | 130 | 2 | 1 | 137 | 67 |
| Binary | 11111001 | 100000 | 11101 | 0 | 1010111 | 1011000 | 10 | 1 | 1011111 | 110111 |
Color Harmonies of #F9201D
Complementary color
Monochromatic Colors of #F9201D
Black with #F9201D
Text Example
Text Example
White with #F9201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9201D; }
p { color: rgb(249,32,29); }
H1.HeaderClassName
{
color: #F9201D;
}
.AnyTagClassName
{
color: #F9201D;
}
</style>
background-color css
<style>
a { background-color: #F9201D; }
a { background-color: rgb(249,32,29); }
div.DivClassName
{
background-color: #F9201D;
}
.BgClassName
{
background-color: #F9201D;
}
</style>
border-color css
<style>
span { border-color: #F9201D; }
span { border-color: rgb(249,32,29); }
td.TdClassName
{
border-color: #F9201D;
}
.TagClassName
{
border-color: #F9201D;
}
</style>