Shades of Scarlet #FA2900
Tints of Scarlet #FA2900
RGB
CMYK
RGB Variations
Color information
#FA2900 (or 0xFA2900) is known color: Scarlet. HEX triplet: FA, 29 and 00. RGB value is (250,41,0). Sum of RGB (Red+Green+Blue) = 250+41+0=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2900 is #05D6FF. Grayscale: #636363. Windows color (decimal): -382720 or 10746. OLE color: 10746.
HSL color Cylindrical-coordinate representation of color #FA2900: hue angle of 9.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA2900 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.02 |
| HSL | 9.84º | 1% | 0.49% | - |
| HSV(B) | 9.84º | 1% | 0.98% | - |
| XYZ | 40.22 | 21.91 | 2.11 | - |
| YUV | 98.82 | 72.24 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 0 | 0 | 0.84 | 1 | 0.02 | 9.84 | 1 | 0.49 |
| Hex | FA | 29 | 0 | 0 | 54 | 64 | 2 | A | 64 | 31 |
| Octal | 372 | 51 | 0 | 0 | 124 | 144 | 2 | 12 | 144 | 61 |
| Binary | 11111010 | 101001 | 0 | 0 | 1010100 | 1100100 | 10 | 1010 | 1100100 | 110001 |
Color Harmonies of #FA2900
Complementary color
Monochromatic Colors of #FA2900
Black with #FA2900
Text Example
Text Example
White with #FA2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2900; }
p { color: rgb(250,41,0); }
H1.HeaderClassName
{
color: #FA2900;
}
.AnyTagClassName
{
color: #FA2900;
}
</style>
background-color css
<style>
a { background-color: #FA2900; }
a { background-color: rgb(250,41,0); }
div.DivClassName
{
background-color: #FA2900;
}
.BgClassName
{
background-color: #FA2900;
}
</style>
border-color css
<style>
span { border-color: #FA2900; }
span { border-color: rgb(250,41,0); }
td.TdClassName
{
border-color: #FA2900;
}
.TagClassName
{
border-color: #FA2900;
}
</style>