Shades of Scarlet #F8261B
Tints of Scarlet #F8261B
RGB
CMYK
RGB Variations
Color information
#F8261B (or 0xF8261B) is known color: Scarlet. HEX triplet: F8, 26 and 1B. RGB value is (248,38,27). Sum of RGB (Red+Green+Blue) = 248+38+27=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F8261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8261B is #07D9E4. Grayscale: #636363. Windows color (decimal): -514533 or 1779448. OLE color: 1779448.
HSL color Cylindrical-coordinate representation of color #F8261B: hue angle of 2.99º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8261B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 27 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.03 |
| HSL | 2.99º | 0.94% | 0.54% | - |
| HSV(B) | 2.99º | 0.89% | 0.97% | - |
| XYZ | 39.6 | 21.42 | 3.08 | - |
| YUV | 99.54 | 87.07 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 27 | 0 | 0.85 | 0.89 | 0.03 | 2.99 | 0.94 | 0.54 |
| Hex | F8 | 26 | 1B | 0 | 55 | 59 | 3 | 3 | 5E | 36 |
| Octal | 370 | 46 | 33 | 0 | 125 | 131 | 3 | 3 | 136 | 66 |
| Binary | 11111000 | 100110 | 11011 | 0 | 1010101 | 1011001 | 11 | 11 | 1011110 | 110110 |
Color Harmonies of #F8261B
Complementary color
Monochromatic Colors of #F8261B
Black with #F8261B
Text Example
Text Example
White with #F8261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8261B; }
p { color: rgb(248,38,27); }
H1.HeaderClassName
{
color: #F8261B;
}
.AnyTagClassName
{
color: #F8261B;
}
</style>
background-color css
<style>
a { background-color: #F8261B; }
a { background-color: rgb(248,38,27); }
div.DivClassName
{
background-color: #F8261B;
}
.BgClassName
{
background-color: #F8261B;
}
</style>
border-color css
<style>
span { border-color: #F8261B; }
span { border-color: rgb(248,38,27); }
td.TdClassName
{
border-color: #F8261B;
}
.TagClassName
{
border-color: #F8261B;
}
</style>