Shades of Scarlet #FA281B
Tints of Scarlet #FA281B
RGB
CMYK
RGB Variations
Color information
#FA281B (or 0xFA281B) is known color: Scarlet. HEX triplet: FA, 28 and 1B. RGB value is (250,40,27). Sum of RGB (Red+Green+Blue) = 250+40+27=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA281B is #05D7E4. Grayscale: #656565. Windows color (decimal): -382949 or 1779962. OLE color: 1779962.
HSL color Cylindrical-coordinate representation of color #FA281B: hue angle of 3.5º 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 #FA281B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.02 |
| HSL | 3.5º | 0.96% | 0.54% | - |
| HSV(B) | 3.5º | 0.89% | 0.98% | - |
| XYZ | 40.38 | 21.92 | 3.14 | - |
| YUV | 101.31 | 86.07 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 27 | 0 | 0.84 | 0.89 | 0.02 | 3.5 | 0.96 | 0.54 |
| Hex | FA | 28 | 1B | 0 | 54 | 59 | 2 | 3 | 60 | 36 |
| Octal | 372 | 50 | 33 | 0 | 124 | 131 | 2 | 3 | 140 | 66 |
| Binary | 11111010 | 101000 | 11011 | 0 | 1010100 | 1011001 | 10 | 11 | 1100000 | 110110 |
Color Harmonies of #FA281B
Complementary color
Monochromatic Colors of #FA281B
Black with #FA281B
Text Example
Text Example
White with #FA281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA281B; }
p { color: rgb(250,40,27); }
H1.HeaderClassName
{
color: #FA281B;
}
.AnyTagClassName
{
color: #FA281B;
}
</style>
background-color css
<style>
a { background-color: #FA281B; }
a { background-color: rgb(250,40,27); }
div.DivClassName
{
background-color: #FA281B;
}
.BgClassName
{
background-color: #FA281B;
}
</style>
border-color css
<style>
span { border-color: #FA281B; }
span { border-color: rgb(250,40,27); }
td.TdClassName
{
border-color: #FA281B;
}
.TagClassName
{
border-color: #FA281B;
}
</style>