Shades of Scarlet #FA1E0D
Tints of Scarlet #FA1E0D
RGB
CMYK
RGB Variations
Color information
#FA1E0D (or 0xFA1E0D) is known color: Scarlet. HEX triplet: FA, 1E and 0D. RGB value is (250,30,13). Sum of RGB (Red+Green+Blue) = 250+30+13=293 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.32% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1E0D is #05E1F2. Grayscale: #5E5E5E. Windows color (decimal): -385523 or 859898. OLE color: 859898.
HSL color Cylindrical-coordinate representation of color #FA1E0D: hue angle of 4.3º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA1E0D is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 13 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.02 |
| HSL | 4.3º | 0.96% | 0.52% | - |
| HSV(B) | 4.3º | 0.95% | 0.98% | - |
| XYZ | 39.96 | 21.28 | 2.38 | - |
| YUV | 93.84 | 82.39 | 239.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 13 | 0 | 0.88 | 0.95 | 0.02 | 4.3 | 0.96 | 0.52 |
| Hex | FA | 1E | D | 0 | 58 | 5F | 2 | 4 | 60 | 34 |
| Octal | 372 | 36 | 15 | 0 | 130 | 137 | 2 | 4 | 140 | 64 |
| Binary | 11111010 | 11110 | 1101 | 0 | 1011000 | 1011111 | 10 | 100 | 1100000 | 110100 |
Color Harmonies of #FA1E0D
Complementary color
Monochromatic Colors of #FA1E0D
Black with #FA1E0D
Text Example
Text Example
White with #FA1E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E0D; }
p { color: rgb(250,30,13); }
H1.HeaderClassName
{
color: #FA1E0D;
}
.AnyTagClassName
{
color: #FA1E0D;
}
</style>
background-color css
<style>
a { background-color: #FA1E0D; }
a { background-color: rgb(250,30,13); }
div.DivClassName
{
background-color: #FA1E0D;
}
.BgClassName
{
background-color: #FA1E0D;
}
</style>
border-color css
<style>
span { border-color: #FA1E0D; }
span { border-color: rgb(250,30,13); }
td.TdClassName
{
border-color: #FA1E0D;
}
.TagClassName
{
border-color: #FA1E0D;
}
</style>