Shades of Scarlet #FA291A
Tints of Scarlet #FA291A
RGB
CMYK
RGB Variations
Color information
#FA291A (or 0xFA291A) is known color: Scarlet. HEX triplet: FA, 29 and 1A. RGB value is (250,41,26). Sum of RGB (Red+Green+Blue) = 250+41+26=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA291A is #05D6E5. Grayscale: #666666. Windows color (decimal): -382694 or 1714682. OLE color: 1714682.
HSL color Cylindrical-coordinate representation of color #FA291A: hue angle of 4.02º 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 #FA291A is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 26 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.02 |
| HSL | 4.02º | 0.96% | 0.54% | - |
| HSV(B) | 4.02º | 0.9% | 0.98% | - |
| XYZ | 40.4 | 21.98 | 3.09 | - |
| YUV | 101.78 | 85.24 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 26 | 0 | 0.84 | 0.90 | 0.02 | 4.02 | 0.96 | 0.54 |
| Hex | FA | 29 | 1A | 0 | 54 | 5A | 2 | 4 | 60 | 36 |
| Octal | 372 | 51 | 32 | 0 | 124 | 132 | 2 | 4 | 140 | 66 |
| Binary | 11111010 | 101001 | 11010 | 0 | 1010100 | 1011010 | 10 | 100 | 1100000 | 110110 |
Color Harmonies of #FA291A
Complementary color
Monochromatic Colors of #FA291A
Black with #FA291A
Text Example
Text Example
White with #FA291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA291A; }
p { color: rgb(250,41,26); }
H1.HeaderClassName
{
color: #FA291A;
}
.AnyTagClassName
{
color: #FA291A;
}
</style>
background-color css
<style>
a { background-color: #FA291A; }
a { background-color: rgb(250,41,26); }
div.DivClassName
{
background-color: #FA291A;
}
.BgClassName
{
background-color: #FA291A;
}
</style>
border-color css
<style>
span { border-color: #FA291A; }
span { border-color: rgb(250,41,26); }
td.TdClassName
{
border-color: #FA291A;
}
.TagClassName
{
border-color: #FA291A;
}
</style>