Shades of Scarlet #FA210B
Tints of Scarlet #FA210B
RGB
CMYK
RGB Variations
Color information
#FA210B (or 0xFA210B) is known color: Scarlet. HEX triplet: FA, 21 and 0B. RGB value is (250,33,11). Sum of RGB (Red+Green+Blue) = 250+33+11=294 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.03% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 250 - color contains mainly: red. Hex color #FA210B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA210B is #05DEF4. Grayscale: #5F5F5F. Windows color (decimal): -384757 or 729594. OLE color: 729594.
HSL color Cylindrical-coordinate representation of color #FA210B: hue angle of 5.52º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA210B is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 11 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.02 |
| HSL | 5.52º | 0.96% | 0.51% | - |
| HSV(B) | 5.52º | 0.96% | 0.98% | - |
| XYZ | 40.03 | 21.44 | 2.34 | - |
| YUV | 95.38 | 80.39 | 238.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 11 | 0 | 0.87 | 0.96 | 0.02 | 5.52 | 0.96 | 0.51 |
| Hex | FA | 21 | B | 0 | 57 | 60 | 2 | 6 | 60 | 33 |
| Octal | 372 | 41 | 13 | 0 | 127 | 140 | 2 | 6 | 140 | 63 |
| Binary | 11111010 | 100001 | 1011 | 0 | 1010111 | 1100000 | 10 | 110 | 1100000 | 110011 |
Color Harmonies of #FA210B
Complementary color
Monochromatic Colors of #FA210B
Black with #FA210B
Text Example
Text Example
White with #FA210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA210B; }
p { color: rgb(250,33,11); }
H1.HeaderClassName
{
color: #FA210B;
}
.AnyTagClassName
{
color: #FA210B;
}
</style>
background-color css
<style>
a { background-color: #FA210B; }
a { background-color: rgb(250,33,11); }
div.DivClassName
{
background-color: #FA210B;
}
.BgClassName
{
background-color: #FA210B;
}
</style>
border-color css
<style>
span { border-color: #FA210B; }
span { border-color: rgb(250,33,11); }
td.TdClassName
{
border-color: #FA210B;
}
.TagClassName
{
border-color: #FA210B;
}
</style>