Shades of Scarlet #FA2715
Tints of Scarlet #FA2715
RGB
CMYK
RGB Variations
Color information
#FA2715 (or 0xFA2715) is known color: Scarlet. HEX triplet: FA, 27 and 15. RGB value is (250,39,21). Sum of RGB (Red+Green+Blue) = 250+39+21=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2715 is #05D8EA. Grayscale: #646464. Windows color (decimal): -383211 or 1386490. OLE color: 1386490.
HSL color Cylindrical-coordinate representation of color #FA2715: hue angle of 4.72º 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 #FA2715 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 21 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.02 |
| HSL | 4.72º | 0.96% | 0.53% | - |
| HSV(B) | 4.72º | 0.92% | 0.98% | - |
| XYZ | 40.29 | 21.83 | 2.8 | - |
| YUV | 100.04 | 83.4 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 21 | 0 | 0.84 | 0.92 | 0.02 | 4.72 | 0.96 | 0.53 |
| Hex | FA | 27 | 15 | 0 | 54 | 5C | 2 | 5 | 60 | 35 |
| Octal | 372 | 47 | 25 | 0 | 124 | 134 | 2 | 5 | 140 | 65 |
| Binary | 11111010 | 100111 | 10101 | 0 | 1010100 | 1011100 | 10 | 101 | 1100000 | 110101 |
Color Harmonies of #FA2715
Complementary color
Monochromatic Colors of #FA2715
Black with #FA2715
Text Example
Text Example
White with #FA2715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2715; }
p { color: rgb(250,39,21); }
H1.HeaderClassName
{
color: #FA2715;
}
.AnyTagClassName
{
color: #FA2715;
}
</style>
background-color css
<style>
a { background-color: #FA2715; }
a { background-color: rgb(250,39,21); }
div.DivClassName
{
background-color: #FA2715;
}
.BgClassName
{
background-color: #FA2715;
}
</style>
border-color css
<style>
span { border-color: #FA2715; }
span { border-color: rgb(250,39,21); }
td.TdClassName
{
border-color: #FA2715;
}
.TagClassName
{
border-color: #FA2715;
}
</style>