Shades of Scarlet #FF260B
Tints of Scarlet #FF260B
RGB
CMYK
RGB Variations
Color information
#FF260B (or 0xFF260B) is known color: Scarlet. HEX triplet: FF, 26 and 0B. RGB value is (255,38,11). Sum of RGB (Red+Green+Blue) = 255+38+11=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF260B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF260B is #00D9F4. Grayscale: #646464. Windows color (decimal): -55797 or 730879. OLE color: 730879.
HSL color Cylindrical-coordinate representation of color #FF260B: hue angle of 6.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF260B is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 11 | - |
| CMYK | 0 | 0.85 | 0.96 | 0 |
| HSL | 6.64º | 1% | 0.52% | - |
| HSV(B) | 6.64º | 0.96% | 1% | - |
| XYZ | 41.99 | 22.67 | 2.48 | - |
| YUV | 99.81 | 77.89 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 11 | 0 | 0.85 | 0.96 | 0 | 6.64 | 1 | 0.52 |
| Hex | FF | 26 | B | 0 | 55 | 60 | 0 | 7 | 64 | 34 |
| Octal | 377 | 46 | 13 | 0 | 125 | 140 | 0 | 7 | 144 | 64 |
| Binary | 11111111 | 100110 | 1011 | 0 | 1010101 | 1100000 | 0 | 111 | 1100100 | 110100 |
Color Harmonies of #FF260B
Complementary color
Monochromatic Colors of #FF260B
Black with #FF260B
Text Example
Text Example
White with #FF260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF260B; }
p { color: rgb(255,38,11); }
H1.HeaderClassName
{
color: #FF260B;
}
.AnyTagClassName
{
color: #FF260B;
}
</style>
background-color css
<style>
a { background-color: #FF260B; }
a { background-color: rgb(255,38,11); }
div.DivClassName
{
background-color: #FF260B;
}
.BgClassName
{
background-color: #FF260B;
}
</style>
border-color css
<style>
span { border-color: #FF260B; }
span { border-color: rgb(255,38,11); }
td.TdClassName
{
border-color: #FF260B;
}
.TagClassName
{
border-color: #FF260B;
}
</style>