Shades of Scarlet #FA2615
Tints of Scarlet #FA2615
RGB
CMYK
RGB Variations
Color information
#FA2615 (or 0xFA2615) is known color: Scarlet. HEX triplet: FA, 26 and 15. RGB value is (250,38,21). Sum of RGB (Red+Green+Blue) = 250+38+21=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2615 is #05D9EA. Grayscale: #636363. Windows color (decimal): -383467 or 1386234. OLE color: 1386234.
HSL color Cylindrical-coordinate representation of color #FA2615: hue angle of 4.45º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA2615 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 21 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.02 |
| HSL | 4.45º | 0.96% | 0.53% | - |
| HSV(B) | 4.45º | 0.92% | 0.98% | - |
| XYZ | 40.25 | 21.76 | 2.79 | - |
| YUV | 99.45 | 83.74 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 21 | 0 | 0.85 | 0.92 | 0.02 | 4.45 | 0.96 | 0.53 |
| Hex | FA | 26 | 15 | 0 | 55 | 5C | 2 | 4 | 60 | 35 |
| Octal | 372 | 46 | 25 | 0 | 125 | 134 | 2 | 4 | 140 | 65 |
| Binary | 11111010 | 100110 | 10101 | 0 | 1010101 | 1011100 | 10 | 100 | 1100000 | 110101 |
Color Harmonies of #FA2615
Complementary color
Monochromatic Colors of #FA2615
Black with #FA2615
Text Example
Text Example
White with #FA2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2615; }
p { color: rgb(250,38,21); }
H1.HeaderClassName
{
color: #FA2615;
}
.AnyTagClassName
{
color: #FA2615;
}
</style>
background-color css
<style>
a { background-color: #FA2615; }
a { background-color: rgb(250,38,21); }
div.DivClassName
{
background-color: #FA2615;
}
.BgClassName
{
background-color: #FA2615;
}
</style>
border-color css
<style>
span { border-color: #FA2615; }
span { border-color: rgb(250,38,21); }
td.TdClassName
{
border-color: #FA2615;
}
.TagClassName
{
border-color: #FA2615;
}
</style>