Shades of Scarlet #FA2511
Tints of Scarlet #FA2511
RGB
CMYK
RGB Variations
Color information
#FA2511 (or 0xFA2511) is known color: Scarlet. HEX triplet: FA, 25 and 11. RGB value is (250,37,17). Sum of RGB (Red+Green+Blue) = 250+37+17=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2511 is #05DAEE. Grayscale: #626262. Windows color (decimal): -383727 or 1123834. OLE color: 1123834.
HSL color Cylindrical-coordinate representation of color #FA2511: hue angle of 5.15º 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 #FA2511 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 17 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.02 |
| HSL | 5.15º | 0.96% | 0.52% | - |
| HSV(B) | 5.15º | 0.93% | 0.98% | - |
| XYZ | 40.19 | 21.69 | 2.6 | - |
| YUV | 98.41 | 82.07 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 17 | 0 | 0.85 | 0.93 | 0.02 | 5.15 | 0.96 | 0.52 |
| Hex | FA | 25 | 11 | 0 | 55 | 5D | 2 | 5 | 60 | 34 |
| Octal | 372 | 45 | 21 | 0 | 125 | 135 | 2 | 5 | 140 | 64 |
| Binary | 11111010 | 100101 | 10001 | 0 | 1010101 | 1011101 | 10 | 101 | 1100000 | 110100 |
Color Harmonies of #FA2511
Complementary color
Monochromatic Colors of #FA2511
Black with #FA2511
Text Example
Text Example
White with #FA2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2511; }
p { color: rgb(250,37,17); }
H1.HeaderClassName
{
color: #FA2511;
}
.AnyTagClassName
{
color: #FA2511;
}
</style>
background-color css
<style>
a { background-color: #FA2511; }
a { background-color: rgb(250,37,17); }
div.DivClassName
{
background-color: #FA2511;
}
.BgClassName
{
background-color: #FA2511;
}
</style>
border-color css
<style>
span { border-color: #FA2511; }
span { border-color: rgb(250,37,17); }
td.TdClassName
{
border-color: #FA2511;
}
.TagClassName
{
border-color: #FA2511;
}
</style>