Shades of Scarlet #F9200D
Tints of Scarlet #F9200D
RGB
CMYK
RGB Variations
Color information
#F9200D (or 0xF9200D) is known color: Scarlet. HEX triplet: F9, 20 and 0D. RGB value is (249,32,13). Sum of RGB (Red+Green+Blue) = 249+32+13=294 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.69% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 249 - color contains mainly: red. Hex color #F9200D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9200D is #06DFF2. Grayscale: #5F5F5F. Windows color (decimal): -450547 or 860409. OLE color: 860409.
HSL color Cylindrical-coordinate representation of color #F9200D: hue angle of 4.83º 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 #F9200D is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 13 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.02 |
| HSL | 4.83º | 0.95% | 0.51% | - |
| HSV(B) | 4.83º | 0.95% | 0.98% | - |
| XYZ | 39.66 | 21.2 | 2.38 | - |
| YUV | 94.72 | 81.89 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 13 | 0 | 0.87 | 0.95 | 0.02 | 4.83 | 0.95 | 0.51 |
| Hex | F9 | 20 | D | 0 | 57 | 5F | 2 | 5 | 5F | 33 |
| Octal | 371 | 40 | 15 | 0 | 127 | 137 | 2 | 5 | 137 | 63 |
| Binary | 11111001 | 100000 | 1101 | 0 | 1010111 | 1011111 | 10 | 101 | 1011111 | 110011 |
Color Harmonies of #F9200D
Complementary color
Monochromatic Colors of #F9200D
Black with #F9200D
Text Example
Text Example
White with #F9200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9200D; }
p { color: rgb(249,32,13); }
H1.HeaderClassName
{
color: #F9200D;
}
.AnyTagClassName
{
color: #F9200D;
}
</style>
background-color css
<style>
a { background-color: #F9200D; }
a { background-color: rgb(249,32,13); }
div.DivClassName
{
background-color: #F9200D;
}
.BgClassName
{
background-color: #F9200D;
}
</style>
border-color css
<style>
span { border-color: #F9200D; }
span { border-color: rgb(249,32,13); }
td.TdClassName
{
border-color: #F9200D;
}
.TagClassName
{
border-color: #F9200D;
}
</style>