Shades of Scarlet #F9211A
Tints of Scarlet #F9211A
RGB
CMYK
RGB Variations
Color information
#F9211A (or 0xF9211A) is known color: Scarlet. HEX triplet: F9, 21 and 1A. RGB value is (249,33,26). Sum of RGB (Red+Green+Blue) = 249+33+26=308 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.84% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 249 - color contains mainly: red. Hex color #F9211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9211A is #06DEE5. Grayscale: #616161. Windows color (decimal): -450278 or 1712633. OLE color: 1712633.
HSL color Cylindrical-coordinate representation of color #F9211A: hue angle of 1.88º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9211A is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 26 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.02 |
| HSL | 1.88º | 0.95% | 0.54% | - |
| HSV(B) | 1.88º | 0.9% | 0.98% | - |
| XYZ | 39.8 | 21.3 | 2.99 | - |
| YUV | 96.79 | 88.06 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 26 | 0 | 0.87 | 0.90 | 0.02 | 1.88 | 0.95 | 0.54 |
| Hex | F9 | 21 | 1A | 0 | 57 | 5A | 2 | 2 | 5F | 36 |
| Octal | 371 | 41 | 32 | 0 | 127 | 132 | 2 | 2 | 137 | 66 |
| Binary | 11111001 | 100001 | 11010 | 0 | 1010111 | 1011010 | 10 | 10 | 1011111 | 110110 |
Color Harmonies of #F9211A
Complementary color
Monochromatic Colors of #F9211A
Black with #F9211A
Text Example
Text Example
White with #F9211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9211A; }
p { color: rgb(249,33,26); }
H1.HeaderClassName
{
color: #F9211A;
}
.AnyTagClassName
{
color: #F9211A;
}
</style>
background-color css
<style>
a { background-color: #F9211A; }
a { background-color: rgb(249,33,26); }
div.DivClassName
{
background-color: #F9211A;
}
.BgClassName
{
background-color: #F9211A;
}
</style>
border-color css
<style>
span { border-color: #F9211A; }
span { border-color: rgb(249,33,26); }
td.TdClassName
{
border-color: #F9211A;
}
.TagClassName
{
border-color: #F9211A;
}
</style>