Shades of Scarlet #FA291C
Tints of Scarlet #FA291C
RGB
CMYK
RGB Variations
Color information
#FA291C (or 0xFA291C) is known color: Scarlet. HEX triplet: FA, 29 and 1C. RGB value is (250,41,28). Sum of RGB (Red+Green+Blue) = 250+41+28=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA291C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA291C is #05D6E3. Grayscale: #666666. Windows color (decimal): -382692 or 1845754. OLE color: 1845754.
HSL color Cylindrical-coordinate representation of color #FA291C: hue angle of 3.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA291C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 28 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.02 |
| HSL | 3.51º | 0.96% | 0.55% | - |
| HSV(B) | 3.51º | 0.89% | 0.98% | - |
| XYZ | 40.43 | 21.99 | 3.21 | - |
| YUV | 102.01 | 86.24 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 28 | 0 | 0.84 | 0.89 | 0.02 | 3.51 | 0.96 | 0.55 |
| Hex | FA | 29 | 1C | 0 | 54 | 59 | 2 | 4 | 60 | 37 |
| Octal | 372 | 51 | 34 | 0 | 124 | 131 | 2 | 4 | 140 | 67 |
| Binary | 11111010 | 101001 | 11100 | 0 | 1010100 | 1011001 | 10 | 100 | 1100000 | 110111 |
Color Harmonies of #FA291C
Complementary color
Monochromatic Colors of #FA291C
Black with #FA291C
Text Example
Text Example
White with #FA291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA291C; }
p { color: rgb(250,41,28); }
H1.HeaderClassName
{
color: #FA291C;
}
.AnyTagClassName
{
color: #FA291C;
}
</style>
background-color css
<style>
a { background-color: #FA291C; }
a { background-color: rgb(250,41,28); }
div.DivClassName
{
background-color: #FA291C;
}
.BgClassName
{
background-color: #FA291C;
}
</style>
border-color css
<style>
span { border-color: #FA291C; }
span { border-color: rgb(250,41,28); }
td.TdClassName
{
border-color: #FA291C;
}
.TagClassName
{
border-color: #FA291C;
}
</style>