Shades of Scarlet #FA2711
Tints of Scarlet #FA2711
RGB
CMYK
RGB Variations
Color information
#FA2711 (or 0xFA2711) is known color: Scarlet. HEX triplet: FA, 27 and 11. RGB value is (250,39,17). Sum of RGB (Red+Green+Blue) = 250+39+17=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2711 is #05D8EE. Grayscale: #636363. Windows color (decimal): -383215 or 1124346. OLE color: 1124346.
HSL color Cylindrical-coordinate representation of color #FA2711: hue angle of 5.67º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA2711 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 17 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.02 |
| HSL | 5.67º | 0.96% | 0.52% | - |
| HSV(B) | 5.67º | 0.93% | 0.98% | - |
| XYZ | 40.25 | 21.82 | 2.62 | - |
| YUV | 99.58 | 81.4 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 17 | 0 | 0.84 | 0.93 | 0.02 | 5.67 | 0.96 | 0.52 |
| Hex | FA | 27 | 11 | 0 | 54 | 5D | 2 | 6 | 60 | 34 |
| Octal | 372 | 47 | 21 | 0 | 124 | 135 | 2 | 6 | 140 | 64 |
| Binary | 11111010 | 100111 | 10001 | 0 | 1010100 | 1011101 | 10 | 110 | 1100000 | 110100 |
Color Harmonies of #FA2711
Complementary color
Monochromatic Colors of #FA2711
Black with #FA2711
Text Example
Text Example
White with #FA2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2711; }
p { color: rgb(250,39,17); }
H1.HeaderClassName
{
color: #FA2711;
}
.AnyTagClassName
{
color: #FA2711;
}
</style>
background-color css
<style>
a { background-color: #FA2711; }
a { background-color: rgb(250,39,17); }
div.DivClassName
{
background-color: #FA2711;
}
.BgClassName
{
background-color: #FA2711;
}
</style>
border-color css
<style>
span { border-color: #FA2711; }
span { border-color: rgb(250,39,17); }
td.TdClassName
{
border-color: #FA2711;
}
.TagClassName
{
border-color: #FA2711;
}
</style>