Shades of Scarlet #FF2601
Tints of Scarlet #FF2601
RGB
CMYK
RGB Variations
Color information
#FF2601 (or 0xFF2601) is known color: Scarlet. HEX triplet: FF, 26 and 01. RGB value is (255,38,1). Sum of RGB (Red+Green+Blue) = 255+38+1=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2601 is #00D9FE. Grayscale: #636363. Windows color (decimal): -55807 or 75519. OLE color: 75519.
HSL color Cylindrical-coordinate representation of color #FF2601: hue angle of 8.74º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF2601 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0 |
| HSL | 8.74º | 1% | 0.5% | - |
| HSV(B) | 8.74º | 1% | 1% | - |
| XYZ | 41.94 | 22.65 | 2.19 | - |
| YUV | 98.67 | 72.89 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 1 | 0 | 0.85 | 1.00 | 0 | 8.74 | 1 | 0.5 |
| Hex | FF | 26 | 1 | 0 | 55 | 64 | 0 | 9 | 64 | 32 |
| Octal | 377 | 46 | 1 | 0 | 125 | 144 | 0 | 11 | 144 | 62 |
| Binary | 11111111 | 100110 | 1 | 0 | 1010101 | 1100100 | 0 | 1001 | 1100100 | 110010 |
Color Harmonies of #FF2601
Complementary color
Monochromatic Colors of #FF2601
Black with #FF2601
Text Example
Text Example
White with #FF2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2601; }
p { color: rgb(255,38,1); }
H1.HeaderClassName
{
color: #FF2601;
}
.AnyTagClassName
{
color: #FF2601;
}
</style>
background-color css
<style>
a { background-color: #FF2601; }
a { background-color: rgb(255,38,1); }
div.DivClassName
{
background-color: #FF2601;
}
.BgClassName
{
background-color: #FF2601;
}
</style>
border-color css
<style>
span { border-color: #FF2601; }
span { border-color: rgb(255,38,1); }
td.TdClassName
{
border-color: #FF2601;
}
.TagClassName
{
border-color: #FF2601;
}
</style>