Shades of Scarlet #FA2105
Tints of Scarlet #FA2105
RGB
CMYK
RGB Variations
Color information
#FA2105 (or 0xFA2105) is known color: Scarlet. HEX triplet: FA, 21 and 05. RGB value is (250,33,5). Sum of RGB (Red+Green+Blue) = 250+33+5=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2105 is #05DEFA. Grayscale: #5F5F5F. Windows color (decimal): -384763 or 336378. OLE color: 336378.
HSL color Cylindrical-coordinate representation of color #FA2105: hue angle of 6.86º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA2105 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 5 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.02 |
| HSL | 6.86º | 0.96% | 0.5% | - |
| HSV(B) | 6.86º | 0.98% | 0.98% | - |
| XYZ | 40 | 21.42 | 2.17 | - |
| YUV | 94.69 | 77.39 | 238.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 5 | 0 | 0.87 | 0.98 | 0.02 | 6.86 | 0.96 | 0.5 |
| Hex | FA | 21 | 5 | 0 | 57 | 62 | 2 | 7 | 60 | 32 |
| Octal | 372 | 41 | 5 | 0 | 127 | 142 | 2 | 7 | 140 | 62 |
| Binary | 11111010 | 100001 | 101 | 0 | 1010111 | 1100010 | 10 | 111 | 1100000 | 110010 |
Color Harmonies of #FA2105
Complementary color
Monochromatic Colors of #FA2105
Black with #FA2105
Text Example
Text Example
White with #FA2105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2105; }
p { color: rgb(250,33,5); }
H1.HeaderClassName
{
color: #FA2105;
}
.AnyTagClassName
{
color: #FA2105;
}
</style>
background-color css
<style>
a { background-color: #FA2105; }
a { background-color: rgb(250,33,5); }
div.DivClassName
{
background-color: #FA2105;
}
.BgClassName
{
background-color: #FA2105;
}
</style>
border-color css
<style>
span { border-color: #FA2105; }
span { border-color: rgb(250,33,5); }
td.TdClassName
{
border-color: #FA2105;
}
.TagClassName
{
border-color: #FA2105;
}
</style>