Shades of Scarlet #FF3311
Tints of Scarlet #FF3311
RGB
CMYK
RGB Variations
Color information
#FF3311 (or 0xFF3311) is known color: Scarlet. HEX triplet: FF, 33 and 11. RGB value is (255,51,17). Sum of RGB (Red+Green+Blue) = 255+51+17=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3311 is #00CCEE. Grayscale: #6C6C6C. Windows color (decimal): -52463 or 1127423. OLE color: 1127423.
HSL color Cylindrical-coordinate representation of color #FF3311: hue angle of 8.57º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF3311 is Cyan = 0, Magento = 0.8, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 17 | - |
| CMYK | 0 | 0.8 | 0.93 | 0 |
| HSL | 8.57º | 1% | 0.53% | - |
| HSV(B) | 8.57º | 0.93% | 1% | - |
| XYZ | 42.53 | 23.67 | 2.86 | - |
| YUV | 108.12 | 76.59 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 17 | 0 | 0.8 | 0.93 | 0 | 8.57 | 1 | 0.53 |
| Hex | FF | 33 | 11 | 0 | 50 | 5D | 0 | 9 | 64 | 35 |
| Octal | 377 | 63 | 21 | 0 | 120 | 135 | 0 | 11 | 144 | 65 |
| Binary | 11111111 | 110011 | 10001 | 0 | 1010000 | 1011101 | 0 | 1001 | 1100100 | 110101 |
Color Harmonies of #FF3311
Complementary color
Monochromatic Colors of #FF3311
Black with #FF3311
Text Example
Text Example
White with #FF3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3311; }
p { color: rgb(255,51,17); }
H1.HeaderClassName
{
color: #FF3311;
}
.AnyTagClassName
{
color: #FF3311;
}
</style>
background-color css
<style>
a { background-color: #FF3311; }
a { background-color: rgb(255,51,17); }
div.DivClassName
{
background-color: #FF3311;
}
.BgClassName
{
background-color: #FF3311;
}
</style>
border-color css
<style>
span { border-color: #FF3311; }
span { border-color: rgb(255,51,17); }
td.TdClassName
{
border-color: #FF3311;
}
.TagClassName
{
border-color: #FF3311;
}
</style>