Shades of Scarlet #FA2905
Tints of Scarlet #FA2905
RGB
CMYK
RGB Variations
Color information
#FA2905 (or 0xFA2905) is known color: Scarlet. HEX triplet: FA, 29 and 05. RGB value is (250,41,5). Sum of RGB (Red+Green+Blue) = 250+41+5=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2905 is #05D6FA. Grayscale: #636363. Windows color (decimal): -382715 or 338426. OLE color: 338426.
HSL color Cylindrical-coordinate representation of color #FA2905: hue angle of 8.82º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA2905 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.02 |
| HSL | 8.82º | 0.96% | 0.5% | - |
| HSV(B) | 8.82º | 0.98% | 0.98% | - |
| XYZ | 40.24 | 21.92 | 2.25 | - |
| YUV | 99.39 | 74.74 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 5 | 0 | 0.84 | 0.98 | 0.02 | 8.82 | 0.96 | 0.5 |
| Hex | FA | 29 | 5 | 0 | 54 | 62 | 2 | 9 | 60 | 32 |
| Octal | 372 | 51 | 5 | 0 | 124 | 142 | 2 | 11 | 140 | 62 |
| Binary | 11111010 | 101001 | 101 | 0 | 1010100 | 1100010 | 10 | 1001 | 1100000 | 110010 |
Color Harmonies of #FA2905
Complementary color
Monochromatic Colors of #FA2905
Black with #FA2905
Text Example
Text Example
White with #FA2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2905; }
p { color: rgb(250,41,5); }
H1.HeaderClassName
{
color: #FA2905;
}
.AnyTagClassName
{
color: #FA2905;
}
</style>
background-color css
<style>
a { background-color: #FA2905; }
a { background-color: rgb(250,41,5); }
div.DivClassName
{
background-color: #FA2905;
}
.BgClassName
{
background-color: #FA2905;
}
</style>
border-color css
<style>
span { border-color: #FA2905; }
span { border-color: rgb(250,41,5); }
td.TdClassName
{
border-color: #FA2905;
}
.TagClassName
{
border-color: #FA2905;
}
</style>