Shades of Scarlet #FB261E
Tints of Scarlet #FB261E
RGB
CMYK
RGB Variations
Color information
#FB261E (or 0xFB261E) is known color: Scarlet. HEX triplet: FB, 26 and 1E. RGB value is (251,38,30). Sum of RGB (Red+Green+Blue) = 251+38+30=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB261E is #04D9E1. Grayscale: #656565. Windows color (decimal): -317922 or 1976059. OLE color: 1976059.
HSL color Cylindrical-coordinate representation of color #FB261E: hue angle of 2.17º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB261E is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 30 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.02 |
| HSL | 2.17º | 0.97% | 0.55% | - |
| HSV(B) | 2.17º | 0.88% | 0.98% | - |
| XYZ | 40.71 | 21.99 | 3.33 | - |
| YUV | 100.78 | 88.07 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 30 | 0 | 0.85 | 0.88 | 0.02 | 2.17 | 0.97 | 0.55 |
| Hex | FB | 26 | 1E | 0 | 55 | 58 | 2 | 2 | 61 | 37 |
| Octal | 373 | 46 | 36 | 0 | 125 | 130 | 2 | 2 | 141 | 67 |
| Binary | 11111011 | 100110 | 11110 | 0 | 1010101 | 1011000 | 10 | 10 | 1100001 | 110111 |
Color Harmonies of #FB261E
Complementary color
Monochromatic Colors of #FB261E
Black with #FB261E
Text Example
Text Example
White with #FB261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB261E; }
p { color: rgb(251,38,30); }
H1.HeaderClassName
{
color: #FB261E;
}
.AnyTagClassName
{
color: #FB261E;
}
</style>
background-color css
<style>
a { background-color: #FB261E; }
a { background-color: rgb(251,38,30); }
div.DivClassName
{
background-color: #FB261E;
}
.BgClassName
{
background-color: #FB261E;
}
</style>
border-color css
<style>
span { border-color: #FB261E; }
span { border-color: rgb(251,38,30); }
td.TdClassName
{
border-color: #FB261E;
}
.TagClassName
{
border-color: #FB261E;
}
</style>