Shades of Scarlet #FA221B
Tints of Scarlet #FA221B
RGB
CMYK
RGB Variations
Color information
#FA221B (or 0xFA221B) is known color: Scarlet. HEX triplet: FA, 22 and 1B. RGB value is (250,34,27). Sum of RGB (Red+Green+Blue) = 250+34+27=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA221B is #05DDE4. Grayscale: #626262. Windows color (decimal): -384485 or 1778426. OLE color: 1778426.
HSL color Cylindrical-coordinate representation of color #FA221B: hue angle of 1.88º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA221B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 27 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.02 |
| HSL | 1.88º | 0.96% | 0.54% | - |
| HSV(B) | 1.88º | 0.89% | 0.98% | - |
| XYZ | 40.19 | 21.55 | 3.08 | - |
| YUV | 97.79 | 88.06 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 27 | 0 | 0.86 | 0.89 | 0.02 | 1.88 | 0.96 | 0.54 |
| Hex | FA | 22 | 1B | 0 | 56 | 59 | 2 | 2 | 60 | 36 |
| Octal | 372 | 42 | 33 | 0 | 126 | 131 | 2 | 2 | 140 | 66 |
| Binary | 11111010 | 100010 | 11011 | 0 | 1010110 | 1011001 | 10 | 10 | 1100000 | 110110 |
Color Harmonies of #FA221B
Complementary color
Monochromatic Colors of #FA221B
Black with #FA221B
Text Example
Text Example
White with #FA221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA221B; }
p { color: rgb(250,34,27); }
H1.HeaderClassName
{
color: #FA221B;
}
.AnyTagClassName
{
color: #FA221B;
}
</style>
background-color css
<style>
a { background-color: #FA221B; }
a { background-color: rgb(250,34,27); }
div.DivClassName
{
background-color: #FA221B;
}
.BgClassName
{
background-color: #FA221B;
}
</style>
border-color css
<style>
span { border-color: #FA221B; }
span { border-color: rgb(250,34,27); }
td.TdClassName
{
border-color: #FA221B;
}
.TagClassName
{
border-color: #FA221B;
}
</style>