Shades of Scarlet #FA221D
Tints of Scarlet #FA221D
RGB
CMYK
RGB Variations
Color information
#FA221D (or 0xFA221D) is known color: Scarlet. HEX triplet: FA, 22 and 1D. RGB value is (250,34,29). Sum of RGB (Red+Green+Blue) = 250+34+29=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA221D is #05DDE2. Grayscale: #626262. Windows color (decimal): -384483 or 1909498. OLE color: 1909498.
HSL color Cylindrical-coordinate representation of color #FA221D: hue angle of 1.36º degrees, saturation: 0.96, 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 #FA221D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 29 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.02 |
| HSL | 1.36º | 0.96% | 0.55% | - |
| HSV(B) | 1.36º | 0.88% | 0.98% | - |
| XYZ | 40.22 | 21.56 | 3.2 | - |
| YUV | 98.01 | 89.06 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 29 | 0 | 0.86 | 0.88 | 0.02 | 1.36 | 0.96 | 0.55 |
| Hex | FA | 22 | 1D | 0 | 56 | 58 | 2 | 1 | 60 | 37 |
| Octal | 372 | 42 | 35 | 0 | 126 | 130 | 2 | 1 | 140 | 67 |
| Binary | 11111010 | 100010 | 11101 | 0 | 1010110 | 1011000 | 10 | 1 | 1100000 | 110111 |
Color Harmonies of #FA221D
Complementary color
Monochromatic Colors of #FA221D
Black with #FA221D
Text Example
Text Example
White with #FA221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA221D; }
p { color: rgb(250,34,29); }
H1.HeaderClassName
{
color: #FA221D;
}
.AnyTagClassName
{
color: #FA221D;
}
</style>
background-color css
<style>
a { background-color: #FA221D; }
a { background-color: rgb(250,34,29); }
div.DivClassName
{
background-color: #FA221D;
}
.BgClassName
{
background-color: #FA221D;
}
</style>
border-color css
<style>
span { border-color: #FA221D; }
span { border-color: rgb(250,34,29); }
td.TdClassName
{
border-color: #FA221D;
}
.TagClassName
{
border-color: #FA221D;
}
</style>