Shades of Scarlet #FA1E1D
Tints of Scarlet #FA1E1D
RGB
CMYK
RGB Variations
Color information
#FA1E1D (or 0xFA1E1D) is known color: Scarlet. HEX triplet: FA, 1E and 1D. RGB value is (250,30,29). Sum of RGB (Red+Green+Blue) = 250+30+29=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E1D is #05E1E2. Grayscale: #5F5F5F. Windows color (decimal): -385507 or 1908474. OLE color: 1908474.
HSL color Cylindrical-coordinate representation of color #FA1E1D: hue angle of 0.27º 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 #FA1E1D is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 29 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.02 |
| HSL | 0.27º | 0.96% | 0.55% | - |
| HSV(B) | 0.27º | 0.88% | 0.98% | - |
| XYZ | 40.11 | 21.34 | 3.17 | - |
| YUV | 95.67 | 90.39 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 29 | 0 | 0.88 | 0.88 | 0.02 | 0.27 | 0.96 | 0.55 |
| Hex | FA | 1E | 1D | 0 | 58 | 58 | 2 | 0 | 60 | 37 |
| Octal | 372 | 36 | 35 | 0 | 130 | 130 | 2 | 0 | 140 | 67 |
| Binary | 11111010 | 11110 | 11101 | 0 | 1011000 | 1011000 | 10 | 0 | 1100000 | 110111 |
Color Harmonies of #FA1E1D
Complementary color
Monochromatic Colors of #FA1E1D
Black with #FA1E1D
Text Example
Text Example
White with #FA1E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E1D; }
p { color: rgb(250,30,29); }
H1.HeaderClassName
{
color: #FA1E1D;
}
.AnyTagClassName
{
color: #FA1E1D;
}
</style>
background-color css
<style>
a { background-color: #FA1E1D; }
a { background-color: rgb(250,30,29); }
div.DivClassName
{
background-color: #FA1E1D;
}
.BgClassName
{
background-color: #FA1E1D;
}
</style>
border-color css
<style>
span { border-color: #FA1E1D; }
span { border-color: rgb(250,30,29); }
td.TdClassName
{
border-color: #FA1E1D;
}
.TagClassName
{
border-color: #FA1E1D;
}
</style>