Shades of Scarlet #FA271E
Tints of Scarlet #FA271E
RGB
CMYK
RGB Variations
Color information
#FA271E (or 0xFA271E) is known color: Scarlet. HEX triplet: FA, 27 and 1E. RGB value is (250,39,30). Sum of RGB (Red+Green+Blue) = 250+39+30=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA271E is #05D8E1. Grayscale: #656565. Windows color (decimal): -383202 or 1976314. OLE color: 1976314.
HSL color Cylindrical-coordinate representation of color #FA271E: hue angle of 2.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA271E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 30 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.02 |
| HSL | 2.45º | 0.96% | 0.55% | - |
| HSV(B) | 2.45º | 0.88% | 0.98% | - |
| XYZ | 40.38 | 21.87 | 3.32 | - |
| YUV | 101.06 | 87.9 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 30 | 0 | 0.84 | 0.88 | 0.02 | 2.45 | 0.96 | 0.55 |
| Hex | FA | 27 | 1E | 0 | 54 | 58 | 2 | 2 | 60 | 37 |
| Octal | 372 | 47 | 36 | 0 | 124 | 130 | 2 | 2 | 140 | 67 |
| Binary | 11111010 | 100111 | 11110 | 0 | 1010100 | 1011000 | 10 | 10 | 1100000 | 110111 |
Color Harmonies of #FA271E
Complementary color
Monochromatic Colors of #FA271E
Black with #FA271E
Text Example
Text Example
White with #FA271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA271E; }
p { color: rgb(250,39,30); }
H1.HeaderClassName
{
color: #FA271E;
}
.AnyTagClassName
{
color: #FA271E;
}
</style>
background-color css
<style>
a { background-color: #FA271E; }
a { background-color: rgb(250,39,30); }
div.DivClassName
{
background-color: #FA271E;
}
.BgClassName
{
background-color: #FA271E;
}
</style>
border-color css
<style>
span { border-color: #FA271E; }
span { border-color: rgb(250,39,30); }
td.TdClassName
{
border-color: #FA271E;
}
.TagClassName
{
border-color: #FA271E;
}
</style>