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