Shades of Scarlet #FF2600
Tints of Scarlet #FF2600
RGB
CMYK
RGB Variations
Color information
#FF2600 (or 0xFF2600) is known color: Scarlet. HEX triplet: FF, 26 and 00. RGB value is (255,38,0). Sum of RGB (Red+Green+Blue) = 255+38+0=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2600 is #00D9FF. Grayscale: #626262. Windows color (decimal): -55808 or 9983. OLE color: 9983.
HSL color Cylindrical-coordinate representation of color #FF2600: hue angle of 8.94º 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 #FF2600 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0 |
| HSL | 8.94º | 1% | 0.5% | - |
| HSV(B) | 8.94º | 1% | 1% | - |
| XYZ | 41.93 | 22.65 | 2.16 | - |
| YUV | 98.55 | 72.39 | 239.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 0 | 0 | 0.85 | 1 | 0 | 8.94 | 1 | 0.5 |
| Hex | FF | 26 | 0 | 0 | 55 | 64 | 0 | 9 | 64 | 32 |
| Octal | 377 | 46 | 0 | 0 | 125 | 144 | 0 | 11 | 144 | 62 |
| Binary | 11111111 | 100110 | 0 | 0 | 1010101 | 1100100 | 0 | 1001 | 1100100 | 110010 |
Color Harmonies of #FF2600
Complementary color
Monochromatic Colors of #FF2600
Black with #FF2600
Text Example
Text Example
White with #FF2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2600; }
p { color: rgb(255,38,0); }
H1.HeaderClassName
{
color: #FF2600;
}
.AnyTagClassName
{
color: #FF2600;
}
</style>
background-color css
<style>
a { background-color: #FF2600; }
a { background-color: rgb(255,38,0); }
div.DivClassName
{
background-color: #FF2600;
}
.BgClassName
{
background-color: #FF2600;
}
</style>
border-color css
<style>
span { border-color: #FF2600; }
span { border-color: rgb(255,38,0); }
td.TdClassName
{
border-color: #FF2600;
}
.TagClassName
{
border-color: #FF2600;
}
</style>