Shades of Scarlet #FA1B1B
Tints of Scarlet #FA1B1B
RGB
CMYK
RGB Variations
Color information
#FA1B1B (or 0xFA1B1B) is known color: Scarlet. HEX triplet: FA, 1B and 1B. RGB value is (250,27,27). Sum of RGB (Red+Green+Blue) = 250+27+27=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1B1B is #05E4E4. Grayscale: #5D5D5D. Windows color (decimal): -386277 or 1776634. OLE color: 1776634.
HSL color Cylindrical-coordinate representation of color #FA1B1B: hue angle of 0º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1B1B is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 27 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.02 |
| HSL | 0º | 0.96% | 0.54% | - |
| HSV(B) | 0º | 0.89% | 0.98% | - |
| XYZ | 40.01 | 21.19 | 3.02 | - |
| YUV | 93.68 | 90.38 | 239.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 27 | 0 | 0.89 | 0.89 | 0.02 | 0 | 0.96 | 0.54 |
| Hex | FA | 1B | 1B | 0 | 59 | 59 | 2 | 0 | 60 | 36 |
| Octal | 372 | 33 | 33 | 0 | 131 | 131 | 2 | 0 | 140 | 66 |
| Binary | 11111010 | 11011 | 11011 | 0 | 1011001 | 1011001 | 10 | 0 | 1100000 | 110110 |
Color Harmonies of #FA1B1B
Complementary color
Monochromatic Colors of #FA1B1B
Black with #FA1B1B
Text Example
Text Example
White with #FA1B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B1B; }
p { color: rgb(250,27,27); }
H1.HeaderClassName
{
color: #FA1B1B;
}
.AnyTagClassName
{
color: #FA1B1B;
}
</style>
background-color css
<style>
a { background-color: #FA1B1B; }
a { background-color: rgb(250,27,27); }
div.DivClassName
{
background-color: #FA1B1B;
}
.BgClassName
{
background-color: #FA1B1B;
}
</style>
border-color css
<style>
span { border-color: #FA1B1B; }
span { border-color: rgb(250,27,27); }
td.TdClassName
{
border-color: #FA1B1B;
}
.TagClassName
{
border-color: #FA1B1B;
}
</style>