Shades of Scarlet #FA1E1B
Tints of Scarlet #FA1E1B
RGB
CMYK
RGB Variations
Color information
#FA1E1B (or 0xFA1E1B) is known color: Scarlet. HEX triplet: FA, 1E and 1B. RGB value is (250,30,27). Sum of RGB (Red+Green+Blue) = 250+30+27=307 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.43% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E1B is #05E1E4. Grayscale: #5F5F5F. Windows color (decimal): -385509 or 1777402. OLE color: 1777402.
HSL color Cylindrical-coordinate representation of color #FA1E1B: hue angle of 0.81º 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 #FA1E1B is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 27 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.02 |
| HSL | 0.81º | 0.96% | 0.54% | - |
| HSV(B) | 0.81º | 0.89% | 0.98% | - |
| XYZ | 40.09 | 21.33 | 3.04 | - |
| YUV | 95.44 | 89.39 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 27 | 0 | 0.88 | 0.89 | 0.02 | 0.81 | 0.96 | 0.54 |
| Hex | FA | 1E | 1B | 0 | 58 | 59 | 2 | 1 | 60 | 36 |
| Octal | 372 | 36 | 33 | 0 | 130 | 131 | 2 | 1 | 140 | 66 |
| Binary | 11111010 | 11110 | 11011 | 0 | 1011000 | 1011001 | 10 | 1 | 1100000 | 110110 |
Color Harmonies of #FA1E1B
Complementary color
Monochromatic Colors of #FA1E1B
Black with #FA1E1B
Text Example
Text Example
White with #FA1E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E1B; }
p { color: rgb(250,30,27); }
H1.HeaderClassName
{
color: #FA1E1B;
}
.AnyTagClassName
{
color: #FA1E1B;
}
</style>
background-color css
<style>
a { background-color: #FA1E1B; }
a { background-color: rgb(250,30,27); }
div.DivClassName
{
background-color: #FA1E1B;
}
.BgClassName
{
background-color: #FA1E1B;
}
</style>
border-color css
<style>
span { border-color: #FA1E1B; }
span { border-color: rgb(250,30,27); }
td.TdClassName
{
border-color: #FA1E1B;
}
.TagClassName
{
border-color: #FA1E1B;
}
</style>