Shades of Scarlet #FB271A
Tints of Scarlet #FB271A
RGB
CMYK
RGB Variations
Color information
#FB271A (or 0xFB271A) is known color: Scarlet. HEX triplet: FB, 27 and 1A. RGB value is (251,39,26). Sum of RGB (Red+Green+Blue) = 251+39+26=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB271A is #04D8E5. Grayscale: #656565. Windows color (decimal): -317670 or 1714171. OLE color: 1714171.
HSL color Cylindrical-coordinate representation of color #FB271A: hue angle of 3.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB271A is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 26 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.02 |
| HSL | 3.47º | 0.97% | 0.54% | - |
| HSV(B) | 3.47º | 0.9% | 0.98% | - |
| XYZ | 40.7 | 22.03 | 3.09 | - |
| YUV | 100.91 | 85.74 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 26 | 0 | 0.84 | 0.90 | 0.02 | 3.47 | 0.97 | 0.54 |
| Hex | FB | 27 | 1A | 0 | 54 | 5A | 2 | 3 | 61 | 36 |
| Octal | 373 | 47 | 32 | 0 | 124 | 132 | 2 | 3 | 141 | 66 |
| Binary | 11111011 | 100111 | 11010 | 0 | 1010100 | 1011010 | 10 | 11 | 1100001 | 110110 |
Color Harmonies of #FB271A
Complementary color
Monochromatic Colors of #FB271A
Black with #FB271A
Text Example
Text Example
White with #FB271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB271A; }
p { color: rgb(251,39,26); }
H1.HeaderClassName
{
color: #FB271A;
}
.AnyTagClassName
{
color: #FB271A;
}
</style>
background-color css
<style>
a { background-color: #FB271A; }
a { background-color: rgb(251,39,26); }
div.DivClassName
{
background-color: #FB271A;
}
.BgClassName
{
background-color: #FB271A;
}
</style>
border-color css
<style>
span { border-color: #FB271A; }
span { border-color: rgb(251,39,26); }
td.TdClassName
{
border-color: #FB271A;
}
.TagClassName
{
border-color: #FB271A;
}
</style>