Shades of Scarlet #F0261B
Tints of Scarlet #F0261B
RGB
CMYK
RGB Variations
Color information
#F0261B (or 0xF0261B) is known color: Scarlet. HEX triplet: F0, 26 and 1B. RGB value is (240,38,27). Sum of RGB (Red+Green+Blue) = 240+38+27=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F0261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0261B is #0FD9E4. Grayscale: #616161. Windows color (decimal): -1038821 or 1779440. OLE color: 1779440.
HSL color Cylindrical-coordinate representation of color #F0261B: hue angle of 3.1º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0261B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.06 |
| HSL | 3.1º | 0.88% | 0.52% | - |
| HSV(B) | 3.1º | 0.89% | 0.94% | - |
| XYZ | 36.83 | 19.99 | 2.95 | - |
| YUV | 97.14 | 88.42 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 27 | 0 | 0.84 | 0.89 | 0.06 | 3.1 | 0.88 | 0.52 |
| Hex | F0 | 26 | 1B | 0 | 54 | 59 | 6 | 3 | 58 | 34 |
| Octal | 360 | 46 | 33 | 0 | 124 | 131 | 6 | 3 | 130 | 64 |
| Binary | 11110000 | 100110 | 11011 | 0 | 1010100 | 1011001 | 110 | 11 | 1011000 | 110100 |
Color Harmonies of #F0261B
Complementary color
Monochromatic Colors of #F0261B
Black with #F0261B
Text Example
Text Example
White with #F0261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0261B; }
p { color: rgb(240,38,27); }
H1.HeaderClassName
{
color: #F0261B;
}
.AnyTagClassName
{
color: #F0261B;
}
</style>
background-color css
<style>
a { background-color: #F0261B; }
a { background-color: rgb(240,38,27); }
div.DivClassName
{
background-color: #F0261B;
}
.BgClassName
{
background-color: #F0261B;
}
</style>
border-color css
<style>
span { border-color: #F0261B; }
span { border-color: rgb(240,38,27); }
td.TdClassName
{
border-color: #F0261B;
}
.TagClassName
{
border-color: #F0261B;
}
</style>