Shades of Scarlet #FA150B
Tints of Scarlet #FA150B
RGB
CMYK
RGB Variations
Color information
#FA150B (or 0xFA150B) is known color: Scarlet. HEX triplet: FA, 15 and 0B. RGB value is (250,21,11). Sum of RGB (Red+Green+Blue) = 250+21+11=282 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.65% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 250 - color contains mainly: red. Hex color #FA150B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA150B is #05EAF4. Grayscale: #585858. Windows color (decimal): -387829 or 726522. OLE color: 726522.
HSL color Cylindrical-coordinate representation of color #FA150B: hue angle of 2.51º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA150B is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 11 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.02 |
| HSL | 2.51º | 0.96% | 0.51% | - |
| HSV(B) | 2.51º | 0.96% | 0.98% | - |
| XYZ | 39.75 | 20.88 | 2.25 | - |
| YUV | 88.33 | 84.37 | 243.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 11 | 0 | 0.92 | 0.96 | 0.02 | 2.51 | 0.96 | 0.51 |
| Hex | FA | 15 | B | 0 | 5C | 60 | 2 | 3 | 60 | 33 |
| Octal | 372 | 25 | 13 | 0 | 134 | 140 | 2 | 3 | 140 | 63 |
| Binary | 11111010 | 10101 | 1011 | 0 | 1011100 | 1100000 | 10 | 11 | 1100000 | 110011 |
Color Harmonies of #FA150B
Complementary color
Monochromatic Colors of #FA150B
Black with #FA150B
Text Example
Text Example
White with #FA150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA150B; }
p { color: rgb(250,21,11); }
H1.HeaderClassName
{
color: #FA150B;
}
.AnyTagClassName
{
color: #FA150B;
}
</style>
background-color css
<style>
a { background-color: #FA150B; }
a { background-color: rgb(250,21,11); }
div.DivClassName
{
background-color: #FA150B;
}
.BgClassName
{
background-color: #FA150B;
}
</style>
border-color css
<style>
span { border-color: #FA150B; }
span { border-color: rgb(250,21,11); }
td.TdClassName
{
border-color: #FA150B;
}
.TagClassName
{
border-color: #FA150B;
}
</style>