Shades of Scarlet #FA2410
Tints of Scarlet #FA2410
RGB
CMYK
RGB Variations
Color information
#FA2410 (or 0xFA2410) is known color: Scarlet. HEX triplet: FA, 24 and 10. RGB value is (250,36,16). Sum of RGB (Red+Green+Blue) = 250+36+16=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2410 is #05DBEF. Grayscale: #626262. Windows color (decimal): -383984 or 1058042. OLE color: 1058042.
HSL color Cylindrical-coordinate representation of color #FA2410: hue angle of 5.13º 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 #FA2410 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 16 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.02 |
| HSL | 5.13º | 0.96% | 0.52% | - |
| HSV(B) | 5.13º | 0.94% | 0.98% | - |
| XYZ | 40.15 | 21.62 | 2.55 | - |
| YUV | 97.71 | 81.9 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 16 | 0 | 0.86 | 0.94 | 0.02 | 5.13 | 0.96 | 0.52 |
| Hex | FA | 24 | 10 | 0 | 56 | 5E | 2 | 5 | 60 | 34 |
| Octal | 372 | 44 | 20 | 0 | 126 | 136 | 2 | 5 | 140 | 64 |
| Binary | 11111010 | 100100 | 10000 | 0 | 1010110 | 1011110 | 10 | 101 | 1100000 | 110100 |
Color Harmonies of #FA2410
Complementary color
Monochromatic Colors of #FA2410
Black with #FA2410
Text Example
Text Example
White with #FA2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2410; }
p { color: rgb(250,36,16); }
H1.HeaderClassName
{
color: #FA2410;
}
.AnyTagClassName
{
color: #FA2410;
}
</style>
background-color css
<style>
a { background-color: #FA2410; }
a { background-color: rgb(250,36,16); }
div.DivClassName
{
background-color: #FA2410;
}
.BgClassName
{
background-color: #FA2410;
}
</style>
border-color css
<style>
span { border-color: #FA2410; }
span { border-color: rgb(250,36,16); }
td.TdClassName
{
border-color: #FA2410;
}
.TagClassName
{
border-color: #FA2410;
}
</style>