Shades of Scarlet #FA2108
Tints of Scarlet #FA2108
RGB
CMYK
RGB Variations
Color information
#FA2108 (or 0xFA2108) is known color: Scarlet. HEX triplet: FA, 21 and 08. RGB value is (250,33,8). Sum of RGB (Red+Green+Blue) = 250+33+8=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2108 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2108 is #05DEF7. Grayscale: #5F5F5F. Windows color (decimal): -384760 or 532986. OLE color: 532986.
HSL color Cylindrical-coordinate representation of color #FA2108: hue angle of 6.2º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA2108 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 8 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.02 |
| HSL | 6.2º | 0.96% | 0.51% | - |
| HSV(B) | 6.2º | 0.97% | 0.98% | - |
| XYZ | 40.01 | 21.43 | 2.26 | - |
| YUV | 95.03 | 78.89 | 238.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 8 | 0 | 0.87 | 0.97 | 0.02 | 6.2 | 0.96 | 0.51 |
| Hex | FA | 21 | 8 | 0 | 57 | 61 | 2 | 6 | 60 | 33 |
| Octal | 372 | 41 | 10 | 0 | 127 | 141 | 2 | 6 | 140 | 63 |
| Binary | 11111010 | 100001 | 1000 | 0 | 1010111 | 1100001 | 10 | 110 | 1100000 | 110011 |
Color Harmonies of #FA2108
Complementary color
Monochromatic Colors of #FA2108
Black with #FA2108
Text Example
Text Example
White with #FA2108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2108; }
p { color: rgb(250,33,8); }
H1.HeaderClassName
{
color: #FA2108;
}
.AnyTagClassName
{
color: #FA2108;
}
</style>
background-color css
<style>
a { background-color: #FA2108; }
a { background-color: rgb(250,33,8); }
div.DivClassName
{
background-color: #FA2108;
}
.BgClassName
{
background-color: #FA2108;
}
</style>
border-color css
<style>
span { border-color: #FA2108; }
span { border-color: rgb(250,33,8); }
td.TdClassName
{
border-color: #FA2108;
}
.TagClassName
{
border-color: #FA2108;
}
</style>