Shades of Scarlet #FA271B
Tints of Scarlet #FA271B
RGB
CMYK
RGB Variations
Color information
#FA271B (or 0xFA271B) is known color: Scarlet. HEX triplet: FA, 27 and 1B. RGB value is (250,39,27). Sum of RGB (Red+Green+Blue) = 250+39+27=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA271B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA271B is #05D8E4. Grayscale: #646464. Windows color (decimal): -383205 or 1779706. OLE color: 1779706.
HSL color Cylindrical-coordinate representation of color #FA271B: hue angle of 3.23º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA271B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.02 |
| HSL | 3.23º | 0.96% | 0.54% | - |
| HSV(B) | 3.23º | 0.89% | 0.98% | - |
| XYZ | 40.35 | 21.85 | 3.13 | - |
| YUV | 100.72 | 86.4 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 27 | 0 | 0.84 | 0.89 | 0.02 | 3.23 | 0.96 | 0.54 |
| Hex | FA | 27 | 1B | 0 | 54 | 59 | 2 | 3 | 60 | 36 |
| Octal | 372 | 47 | 33 | 0 | 124 | 131 | 2 | 3 | 140 | 66 |
| Binary | 11111010 | 100111 | 11011 | 0 | 1010100 | 1011001 | 10 | 11 | 1100000 | 110110 |
Color Harmonies of #FA271B
Complementary color
Monochromatic Colors of #FA271B
Black with #FA271B
Text Example
Text Example
White with #FA271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA271B; }
p { color: rgb(250,39,27); }
H1.HeaderClassName
{
color: #FA271B;
}
.AnyTagClassName
{
color: #FA271B;
}
</style>
background-color css
<style>
a { background-color: #FA271B; }
a { background-color: rgb(250,39,27); }
div.DivClassName
{
background-color: #FA271B;
}
.BgClassName
{
background-color: #FA271B;
}
</style>
border-color css
<style>
span { border-color: #FA271B; }
span { border-color: rgb(250,39,27); }
td.TdClassName
{
border-color: #FA271B;
}
.TagClassName
{
border-color: #FA271B;
}
</style>