Shades of Scarlet #FF261C
Tints of Scarlet #FF261C
RGB
CMYK
RGB Variations
Color information
#FF261C (or 0xFF261C) is known color: Scarlet. HEX triplet: FF, 26 and 1C. RGB value is (255,38,28). Sum of RGB (Red+Green+Blue) = 255+38+28=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF261C is #00D9E3. Grayscale: #666666. Windows color (decimal): -55780 or 1844991. OLE color: 1844991.
HSL color Cylindrical-coordinate representation of color #FF261C: hue angle of 2.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF261C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 28 | - |
| CMYK | 0 | 0.85 | 0.89 | 0 |
| HSL | 2.64º | 1% | 0.55% | - |
| HSV(B) | 2.64º | 0.89% | 1% | - |
| XYZ | 42.14 | 22.73 | 3.26 | - |
| YUV | 101.74 | 86.39 | 237.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 28 | 0 | 0.85 | 0.89 | 0 | 2.64 | 1 | 0.55 |
| Hex | FF | 26 | 1C | 0 | 55 | 59 | 0 | 3 | 64 | 37 |
| Octal | 377 | 46 | 34 | 0 | 125 | 131 | 0 | 3 | 144 | 67 |
| Binary | 11111111 | 100110 | 11100 | 0 | 1010101 | 1011001 | 0 | 11 | 1100100 | 110111 |
Color Harmonies of #FF261C
Complementary color
Monochromatic Colors of #FF261C
Black with #FF261C
Text Example
Text Example
White with #FF261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF261C; }
p { color: rgb(255,38,28); }
H1.HeaderClassName
{
color: #FF261C;
}
.AnyTagClassName
{
color: #FF261C;
}
</style>
background-color css
<style>
a { background-color: #FF261C; }
a { background-color: rgb(255,38,28); }
div.DivClassName
{
background-color: #FF261C;
}
.BgClassName
{
background-color: #FF261C;
}
</style>
border-color css
<style>
span { border-color: #FF261C; }
span { border-color: rgb(255,38,28); }
td.TdClassName
{
border-color: #FF261C;
}
.TagClassName
{
border-color: #FF261C;
}
</style>