Shades of Scarlet #FA2710
Tints of Scarlet #FA2710
RGB
CMYK
RGB Variations
Color information
#FA2710 (or 0xFA2710) is known color: Scarlet. HEX triplet: FA, 27 and 10. RGB value is (250,39,16). Sum of RGB (Red+Green+Blue) = 250+39+16=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2710 is #05D8EF. Grayscale: #636363. Windows color (decimal): -383216 or 1058810. OLE color: 1058810.
HSL color Cylindrical-coordinate representation of color #FA2710: hue angle of 5.9º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA2710 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 16 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.02 |
| HSL | 5.9º | 0.96% | 0.52% | - |
| HSV(B) | 5.9º | 0.94% | 0.98% | - |
| XYZ | 40.24 | 21.81 | 2.58 | - |
| YUV | 99.47 | 80.9 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 16 | 0 | 0.84 | 0.94 | 0.02 | 5.9 | 0.96 | 0.52 |
| Hex | FA | 27 | 10 | 0 | 54 | 5E | 2 | 6 | 60 | 34 |
| Octal | 372 | 47 | 20 | 0 | 124 | 136 | 2 | 6 | 140 | 64 |
| Binary | 11111010 | 100111 | 10000 | 0 | 1010100 | 1011110 | 10 | 110 | 1100000 | 110100 |
Color Harmonies of #FA2710
Complementary color
Monochromatic Colors of #FA2710
Black with #FA2710
Text Example
Text Example
White with #FA2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2710; }
p { color: rgb(250,39,16); }
H1.HeaderClassName
{
color: #FA2710;
}
.AnyTagClassName
{
color: #FA2710;
}
</style>
background-color css
<style>
a { background-color: #FA2710; }
a { background-color: rgb(250,39,16); }
div.DivClassName
{
background-color: #FA2710;
}
.BgClassName
{
background-color: #FA2710;
}
</style>
border-color css
<style>
span { border-color: #FA2710; }
span { border-color: rgb(250,39,16); }
td.TdClassName
{
border-color: #FA2710;
}
.TagClassName
{
border-color: #FA2710;
}
</style>