Shades of Scarlet #FA2109
Tints of Scarlet #FA2109
RGB
CMYK
RGB Variations
Color information
#FA2109 (or 0xFA2109) is known color: Scarlet. HEX triplet: FA, 21 and 09. RGB value is (250,33,9). Sum of RGB (Red+Green+Blue) = 250+33+9=292 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.62% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2109 is #05DEF6. Grayscale: #5F5F5F. Windows color (decimal): -384759 or 598522. OLE color: 598522.
HSL color Cylindrical-coordinate representation of color #FA2109: hue angle of 5.98º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA2109 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.02 |
| HSL | 5.98º | 0.96% | 0.51% | - |
| HSV(B) | 5.98º | 0.96% | 0.98% | - |
| XYZ | 40.02 | 21.43 | 2.29 | - |
| YUV | 95.15 | 79.39 | 238.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 9 | 0 | 0.87 | 0.96 | 0.02 | 5.98 | 0.96 | 0.51 |
| Hex | FA | 21 | 9 | 0 | 57 | 60 | 2 | 6 | 60 | 33 |
| Octal | 372 | 41 | 11 | 0 | 127 | 140 | 2 | 6 | 140 | 63 |
| Binary | 11111010 | 100001 | 1001 | 0 | 1010111 | 1100000 | 10 | 110 | 1100000 | 110011 |
Color Harmonies of #FA2109
Complementary color
Monochromatic Colors of #FA2109
Black with #FA2109
Text Example
Text Example
White with #FA2109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2109; }
p { color: rgb(250,33,9); }
H1.HeaderClassName
{
color: #FA2109;
}
.AnyTagClassName
{
color: #FA2109;
}
</style>
background-color css
<style>
a { background-color: #FA2109; }
a { background-color: rgb(250,33,9); }
div.DivClassName
{
background-color: #FA2109;
}
.BgClassName
{
background-color: #FA2109;
}
</style>
border-color css
<style>
span { border-color: #FA2109; }
span { border-color: rgb(250,33,9); }
td.TdClassName
{
border-color: #FA2109;
}
.TagClassName
{
border-color: #FA2109;
}
</style>