Shades of Scarlet #FF3110
Tints of Scarlet #FF3110
RGB
CMYK
RGB Variations
Color information
#FF3110 (or 0xFF3110) is known color: Scarlet. HEX triplet: FF, 31 and 10. RGB value is (255,49,16). Sum of RGB (Red+Green+Blue) = 255+49+16=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3110 is #00CEEF. Grayscale: #6B6B6B. Windows color (decimal): -52976 or 1061375. OLE color: 1061375.
HSL color Cylindrical-coordinate representation of color #FF3110: hue angle of 8.28º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF3110 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 16 | - |
| CMYK | 0 | 0.81 | 0.94 | 0 |
| HSL | 8.28º | 1% | 0.53% | - |
| HSV(B) | 8.28º | 0.94% | 1% | - |
| XYZ | 42.43 | 23.49 | 2.79 | - |
| YUV | 106.83 | 76.75 | 233.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 16 | 0 | 0.81 | 0.94 | 0 | 8.28 | 1 | 0.53 |
| Hex | FF | 31 | 10 | 0 | 51 | 5E | 0 | 8 | 64 | 35 |
| Octal | 377 | 61 | 20 | 0 | 121 | 136 | 0 | 10 | 144 | 65 |
| Binary | 11111111 | 110001 | 10000 | 0 | 1010001 | 1011110 | 0 | 1000 | 1100100 | 110101 |
Color Harmonies of #FF3110
Complementary color
Monochromatic Colors of #FF3110
Black with #FF3110
Text Example
Text Example
White with #FF3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3110; }
p { color: rgb(255,49,16); }
H1.HeaderClassName
{
color: #FF3110;
}
.AnyTagClassName
{
color: #FF3110;
}
</style>
background-color css
<style>
a { background-color: #FF3110; }
a { background-color: rgb(255,49,16); }
div.DivClassName
{
background-color: #FF3110;
}
.BgClassName
{
background-color: #FF3110;
}
</style>
border-color css
<style>
span { border-color: #FF3110; }
span { border-color: rgb(255,49,16); }
td.TdClassName
{
border-color: #FF3110;
}
.TagClassName
{
border-color: #FF3110;
}
</style>