Shades of Scarlet #FB261C
Tints of Scarlet #FB261C
RGB
CMYK
RGB Variations
Color information
#FB261C (or 0xFB261C) is known color: Scarlet. HEX triplet: FB, 26 and 1C. RGB value is (251,38,28). Sum of RGB (Red+Green+Blue) = 251+38+28=317 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.18% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 251 - color contains mainly: red. Hex color #FB261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB261C is #04D9E3. Grayscale: #646464. Windows color (decimal): -317924 or 1844987. OLE color: 1844987.
HSL color Cylindrical-coordinate representation of color #FB261C: hue angle of 2.69º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB261C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 28 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.02 |
| HSL | 2.69º | 0.97% | 0.55% | - |
| HSV(B) | 2.69º | 0.89% | 0.98% | - |
| XYZ | 40.69 | 21.98 | 3.2 | - |
| YUV | 100.55 | 87.07 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 28 | 0 | 0.85 | 0.89 | 0.02 | 2.69 | 0.97 | 0.55 |
| Hex | FB | 26 | 1C | 0 | 55 | 59 | 2 | 3 | 61 | 37 |
| Octal | 373 | 46 | 34 | 0 | 125 | 131 | 2 | 3 | 141 | 67 |
| Binary | 11111011 | 100110 | 11100 | 0 | 1010101 | 1011001 | 10 | 11 | 1100001 | 110111 |
Color Harmonies of #FB261C
Complementary color
Monochromatic Colors of #FB261C
Black with #FB261C
Text Example
Text Example
White with #FB261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB261C; }
p { color: rgb(251,38,28); }
H1.HeaderClassName
{
color: #FB261C;
}
.AnyTagClassName
{
color: #FB261C;
}
</style>
background-color css
<style>
a { background-color: #FB261C; }
a { background-color: rgb(251,38,28); }
div.DivClassName
{
background-color: #FB261C;
}
.BgClassName
{
background-color: #FB261C;
}
</style>
border-color css
<style>
span { border-color: #FB261C; }
span { border-color: rgb(251,38,28); }
td.TdClassName
{
border-color: #FB261C;
}
.TagClassName
{
border-color: #FB261C;
}
</style>