Shades of Scarlet #FF311A
Tints of Scarlet #FF311A
RGB
CMYK
RGB Variations
Color information
#FF311A (or 0xFF311A) is known color: Scarlet. HEX triplet: FF, 31 and 1A. RGB value is (255,49,26). Sum of RGB (Red+Green+Blue) = 255+49+26=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF311A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF311A is #00CEE5. Grayscale: #6C6C6C. Windows color (decimal): -52966 or 1716735. OLE color: 1716735.
HSL color Cylindrical-coordinate representation of color #FF311A: hue angle of 6.03º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF311A is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 26 | - |
| CMYK | 0 | 0.81 | 0.90 | 0 |
| HSL | 6.03º | 1% | 0.55% | - |
| HSV(B) | 6.03º | 0.9% | 1% | - |
| XYZ | 42.52 | 23.53 | 3.28 | - |
| YUV | 107.97 | 81.75 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 26 | 0 | 0.81 | 0.90 | 0 | 6.03 | 1 | 0.55 |
| Hex | FF | 31 | 1A | 0 | 51 | 5A | 0 | 6 | 64 | 37 |
| Octal | 377 | 61 | 32 | 0 | 121 | 132 | 0 | 6 | 144 | 67 |
| Binary | 11111111 | 110001 | 11010 | 0 | 1010001 | 1011010 | 0 | 110 | 1100100 | 110111 |
Color Harmonies of #FF311A
Complementary color
Monochromatic Colors of #FF311A
Black with #FF311A
Text Example
Text Example
White with #FF311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF311A; }
p { color: rgb(255,49,26); }
H1.HeaderClassName
{
color: #FF311A;
}
.AnyTagClassName
{
color: #FF311A;
}
</style>
background-color css
<style>
a { background-color: #FF311A; }
a { background-color: rgb(255,49,26); }
div.DivClassName
{
background-color: #FF311A;
}
.BgClassName
{
background-color: #FF311A;
}
</style>
border-color css
<style>
span { border-color: #FF311A; }
span { border-color: rgb(255,49,26); }
td.TdClassName
{
border-color: #FF311A;
}
.TagClassName
{
border-color: #FF311A;
}
</style>