Shades of Scarlet #FA3210
Tints of Scarlet #FA3210
RGB
CMYK
RGB Variations
Color information
#FA3210 (or 0xFA3210) is known color: Scarlet. HEX triplet: FA, 32 and 10. RGB value is (250,50,16). Sum of RGB (Red+Green+Blue) = 250+50+16=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3210 is #05CDEF. Grayscale: #6A6A6A. Windows color (decimal): -380400 or 1061626. OLE color: 1061626.
HSL color Cylindrical-coordinate representation of color #FA3210: hue angle of 8.72º 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 #FA3210 is Cyan = 0, Magento = 0.8, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 16 | - |
| CMYK | 0 | 0.8 | 0.94 | 0.02 |
| HSL | 8.72º | 0.96% | 0.52% | - |
| HSV(B) | 8.72º | 0.94% | 0.98% | - |
| XYZ | 40.66 | 22.64 | 2.72 | - |
| YUV | 105.92 | 77.26 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 16 | 0 | 0.8 | 0.94 | 0.02 | 8.72 | 0.96 | 0.52 |
| Hex | FA | 32 | 10 | 0 | 50 | 5E | 2 | 9 | 60 | 34 |
| Octal | 372 | 62 | 20 | 0 | 120 | 136 | 2 | 11 | 140 | 64 |
| Binary | 11111010 | 110010 | 10000 | 0 | 1010000 | 1011110 | 10 | 1001 | 1100000 | 110100 |
Color Harmonies of #FA3210
Complementary color
Monochromatic Colors of #FA3210
Black with #FA3210
Text Example
Text Example
White with #FA3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3210; }
p { color: rgb(250,50,16); }
H1.HeaderClassName
{
color: #FA3210;
}
.AnyTagClassName
{
color: #FA3210;
}
</style>
background-color css
<style>
a { background-color: #FA3210; }
a { background-color: rgb(250,50,16); }
div.DivClassName
{
background-color: #FA3210;
}
.BgClassName
{
background-color: #FA3210;
}
</style>
border-color css
<style>
span { border-color: #FA3210; }
span { border-color: rgb(250,50,16); }
td.TdClassName
{
border-color: #FA3210;
}
.TagClassName
{
border-color: #FA3210;
}
</style>