Shades of Scarlet #FA170C
Tints of Scarlet #FA170C
RGB
CMYK
RGB Variations
Color information
#FA170C (or 0xFA170C) is known color: Scarlet. HEX triplet: FA, 17 and 0C. RGB value is (250,23,12). Sum of RGB (Red+Green+Blue) = 250+23+12=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA170C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA170C is #05E8F3. Grayscale: #595959. Windows color (decimal): -387316 or 792570. OLE color: 792570.
HSL color Cylindrical-coordinate representation of color #FA170C: hue angle of 2.77º 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 #FA170C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 12 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.02 |
| HSL | 2.77º | 0.96% | 0.51% | - |
| HSV(B) | 2.77º | 0.95% | 0.98% | - |
| XYZ | 39.8 | 20.96 | 2.3 | - |
| YUV | 89.62 | 84.21 | 242.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 12 | 0 | 0.91 | 0.95 | 0.02 | 2.77 | 0.96 | 0.51 |
| Hex | FA | 17 | C | 0 | 5B | 5F | 2 | 3 | 60 | 33 |
| Octal | 372 | 27 | 14 | 0 | 133 | 137 | 2 | 3 | 140 | 63 |
| Binary | 11111010 | 10111 | 1100 | 0 | 1011011 | 1011111 | 10 | 11 | 1100000 | 110011 |
Color Harmonies of #FA170C
Complementary color
Monochromatic Colors of #FA170C
Black with #FA170C
Text Example
Text Example
White with #FA170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA170C; }
p { color: rgb(250,23,12); }
H1.HeaderClassName
{
color: #FA170C;
}
.AnyTagClassName
{
color: #FA170C;
}
</style>
background-color css
<style>
a { background-color: #FA170C; }
a { background-color: rgb(250,23,12); }
div.DivClassName
{
background-color: #FA170C;
}
.BgClassName
{
background-color: #FA170C;
}
</style>
border-color css
<style>
span { border-color: #FA170C; }
span { border-color: rgb(250,23,12); }
td.TdClassName
{
border-color: #FA170C;
}
.TagClassName
{
border-color: #FA170C;
}
</style>