Shades of Scarlet #F9221D
Tints of Scarlet #F9221D
RGB
CMYK
RGB Variations
Color information
#F9221D (or 0xF9221D) is known color: Scarlet. HEX triplet: F9, 22 and 1D. RGB value is (249,34,29). Sum of RGB (Red+Green+Blue) = 249+34+29=312 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.81% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 249 - color contains mainly: red. Hex color #F9221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9221D is #06DDE2. Grayscale: #616161. Windows color (decimal): -450019 or 1909497. OLE color: 1909497.
HSL color Cylindrical-coordinate representation of color #F9221D: hue angle of 1.36º 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 #F9221D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 29 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.02 |
| HSL | 1.36º | 0.95% | 0.55% | - |
| HSV(B) | 1.36º | 0.88% | 0.98% | - |
| XYZ | 39.86 | 21.37 | 3.19 | - |
| YUV | 97.72 | 89.23 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 29 | 0 | 0.86 | 0.88 | 0.02 | 1.36 | 0.95 | 0.55 |
| Hex | F9 | 22 | 1D | 0 | 56 | 58 | 2 | 1 | 5F | 37 |
| Octal | 371 | 42 | 35 | 0 | 126 | 130 | 2 | 1 | 137 | 67 |
| Binary | 11111001 | 100010 | 11101 | 0 | 1010110 | 1011000 | 10 | 1 | 1011111 | 110111 |
Color Harmonies of #F9221D
Complementary color
Monochromatic Colors of #F9221D
Black with #F9221D
Text Example
Text Example
White with #F9221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9221D; }
p { color: rgb(249,34,29); }
H1.HeaderClassName
{
color: #F9221D;
}
.AnyTagClassName
{
color: #F9221D;
}
</style>
background-color css
<style>
a { background-color: #F9221D; }
a { background-color: rgb(249,34,29); }
div.DivClassName
{
background-color: #F9221D;
}
.BgClassName
{
background-color: #F9221D;
}
</style>
border-color css
<style>
span { border-color: #F9221D; }
span { border-color: rgb(249,34,29); }
td.TdClassName
{
border-color: #F9221D;
}
.TagClassName
{
border-color: #F9221D;
}
</style>