Shades of Scarlet #FA210C
Tints of Scarlet #FA210C
RGB
CMYK
RGB Variations
Color information
#FA210C (or 0xFA210C) is known color: Scarlet. HEX triplet: FA, 21 and 0C. RGB value is (250,33,12). Sum of RGB (Red+Green+Blue) = 250+33+12=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA210C is #05DEF3. Grayscale: #5F5F5F. Windows color (decimal): -384756 or 795130. OLE color: 795130.
HSL color Cylindrical-coordinate representation of color #FA210C: hue angle of 5.29º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA210C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 12 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.02 |
| HSL | 5.29º | 0.96% | 0.51% | - |
| HSV(B) | 5.29º | 0.95% | 0.98% | - |
| XYZ | 40.03 | 21.44 | 2.38 | - |
| YUV | 95.49 | 80.89 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 12 | 0 | 0.87 | 0.95 | 0.02 | 5.29 | 0.96 | 0.51 |
| Hex | FA | 21 | C | 0 | 57 | 5F | 2 | 5 | 60 | 33 |
| Octal | 372 | 41 | 14 | 0 | 127 | 137 | 2 | 5 | 140 | 63 |
| Binary | 11111010 | 100001 | 1100 | 0 | 1010111 | 1011111 | 10 | 101 | 1100000 | 110011 |
Color Harmonies of #FA210C
Complementary color
Monochromatic Colors of #FA210C
Black with #FA210C
Text Example
Text Example
White with #FA210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA210C; }
p { color: rgb(250,33,12); }
H1.HeaderClassName
{
color: #FA210C;
}
.AnyTagClassName
{
color: #FA210C;
}
</style>
background-color css
<style>
a { background-color: #FA210C; }
a { background-color: rgb(250,33,12); }
div.DivClassName
{
background-color: #FA210C;
}
.BgClassName
{
background-color: #FA210C;
}
</style>
border-color css
<style>
span { border-color: #FA210C; }
span { border-color: rgb(250,33,12); }
td.TdClassName
{
border-color: #FA210C;
}
.TagClassName
{
border-color: #FA210C;
}
</style>