Shades of Scarlet #FA291B
Tints of Scarlet #FA291B
RGB
CMYK
RGB Variations
Color information
#FA291B (or 0xFA291B) is known color: Scarlet. HEX triplet: FA, 29 and 1B. RGB value is (250,41,27). Sum of RGB (Red+Green+Blue) = 250+41+27=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA291B is #05D6E4. Grayscale: #666666. Windows color (decimal): -382693 or 1780218. OLE color: 1780218.
HSL color Cylindrical-coordinate representation of color #FA291B: hue angle of 3.77º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA291B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.02 |
| HSL | 3.77º | 0.96% | 0.54% | - |
| HSV(B) | 3.77º | 0.89% | 0.98% | - |
| XYZ | 40.42 | 21.99 | 3.15 | - |
| YUV | 101.9 | 85.74 | 233.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 27 | 0 | 0.84 | 0.89 | 0.02 | 3.77 | 0.96 | 0.54 |
| Hex | FA | 29 | 1B | 0 | 54 | 59 | 2 | 4 | 60 | 36 |
| Octal | 372 | 51 | 33 | 0 | 124 | 131 | 2 | 4 | 140 | 66 |
| Binary | 11111010 | 101001 | 11011 | 0 | 1010100 | 1011001 | 10 | 100 | 1100000 | 110110 |
Color Harmonies of #FA291B
Complementary color
Monochromatic Colors of #FA291B
Black with #FA291B
Text Example
Text Example
White with #FA291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA291B; }
p { color: rgb(250,41,27); }
H1.HeaderClassName
{
color: #FA291B;
}
.AnyTagClassName
{
color: #FA291B;
}
</style>
background-color css
<style>
a { background-color: #FA291B; }
a { background-color: rgb(250,41,27); }
div.DivClassName
{
background-color: #FA291B;
}
.BgClassName
{
background-color: #FA291B;
}
</style>
border-color css
<style>
span { border-color: #FA291B; }
span { border-color: rgb(250,41,27); }
td.TdClassName
{
border-color: #FA291B;
}
.TagClassName
{
border-color: #FA291B;
}
</style>