Shades of Scarlet #FA2619
Tints of Scarlet #FA2619
RGB
CMYK
RGB Variations
Color information
#FA2619 (or 0xFA2619) is known color: Scarlet. HEX triplet: FA, 26 and 19. RGB value is (250,38,25). Sum of RGB (Red+Green+Blue) = 250+38+25=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2619 is #05D9E6. Grayscale: #646464. Windows color (decimal): -383463 or 1648378. OLE color: 1648378.
HSL color Cylindrical-coordinate representation of color #FA2619: hue angle of 3.47º degrees, saturation: 0.96, 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 #FA2619 is Cyan = 0, Magento = 0.85, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 25 | - |
| CMYK | 0 | 0.85 | 0.9 | 0.02 |
| HSL | 3.47º | 0.96% | 0.54% | - |
| HSV(B) | 3.47º | 0.9% | 0.98% | - |
| XYZ | 40.29 | 21.78 | 3 | - |
| YUV | 99.91 | 85.74 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 25 | 0 | 0.85 | 0.9 | 0.02 | 3.47 | 0.96 | 0.54 |
| Hex | FA | 26 | 19 | 0 | 55 | 5A | 2 | 3 | 60 | 36 |
| Octal | 372 | 46 | 31 | 0 | 125 | 132 | 2 | 3 | 140 | 66 |
| Binary | 11111010 | 100110 | 11001 | 0 | 1010101 | 1011010 | 10 | 11 | 1100000 | 110110 |
Color Harmonies of #FA2619
Complementary color
Monochromatic Colors of #FA2619
Black with #FA2619
Text Example
Text Example
White with #FA2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2619; }
p { color: rgb(250,38,25); }
H1.HeaderClassName
{
color: #FA2619;
}
.AnyTagClassName
{
color: #FA2619;
}
</style>
background-color css
<style>
a { background-color: #FA2619; }
a { background-color: rgb(250,38,25); }
div.DivClassName
{
background-color: #FA2619;
}
.BgClassName
{
background-color: #FA2619;
}
</style>
border-color css
<style>
span { border-color: #FA2619; }
span { border-color: rgb(250,38,25); }
td.TdClassName
{
border-color: #FA2619;
}
.TagClassName
{
border-color: #FA2619;
}
</style>