Shades of Scarlet #FA1D0C
Tints of Scarlet #FA1D0C
RGB
CMYK
RGB Variations
Color information
#FA1D0C (or 0xFA1D0C) is known color: Scarlet. HEX triplet: FA, 1D and 0C. RGB value is (250,29,12). Sum of RGB (Red+Green+Blue) = 250+29+12=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1D0C is #05E2F3. Grayscale: #5D5D5D. Windows color (decimal): -385780 or 794106. OLE color: 794106.
HSL color Cylindrical-coordinate representation of color #FA1D0C: hue angle of 4.29º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA1D0C is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 12 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.02 |
| HSL | 4.29º | 0.96% | 0.51% | - |
| HSV(B) | 4.29º | 0.95% | 0.98% | - |
| XYZ | 39.93 | 21.23 | 2.34 | - |
| YUV | 93.14 | 82.22 | 239.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 12 | 0 | 0.88 | 0.95 | 0.02 | 4.29 | 0.96 | 0.51 |
| Hex | FA | 1D | C | 0 | 58 | 5F | 2 | 4 | 60 | 33 |
| Octal | 372 | 35 | 14 | 0 | 130 | 137 | 2 | 4 | 140 | 63 |
| Binary | 11111010 | 11101 | 1100 | 0 | 1011000 | 1011111 | 10 | 100 | 1100000 | 110011 |
Color Harmonies of #FA1D0C
Complementary color
Monochromatic Colors of #FA1D0C
Black with #FA1D0C
Text Example
Text Example
White with #FA1D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1D0C; }
p { color: rgb(250,29,12); }
H1.HeaderClassName
{
color: #FA1D0C;
}
.AnyTagClassName
{
color: #FA1D0C;
}
</style>
background-color css
<style>
a { background-color: #FA1D0C; }
a { background-color: rgb(250,29,12); }
div.DivClassName
{
background-color: #FA1D0C;
}
.BgClassName
{
background-color: #FA1D0C;
}
</style>
border-color css
<style>
span { border-color: #FA1D0C; }
span { border-color: rgb(250,29,12); }
td.TdClassName
{
border-color: #FA1D0C;
}
.TagClassName
{
border-color: #FA1D0C;
}
</style>