Shades of Scarlet #FF2316
Tints of Scarlet #FF2316
RGB
CMYK
RGB Variations
Color information
#FF2316 (or 0xFF2316) is known color: Scarlet. HEX triplet: FF, 23 and 16. RGB value is (255,35,22). Sum of RGB (Red+Green+Blue) = 255+35+22=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2316 is #00DCE9. Grayscale: #636363. Windows color (decimal): -56554 or 1451007. OLE color: 1451007.
HSL color Cylindrical-coordinate representation of color #FF2316: hue angle of 3.35º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF2316 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 22 | - |
| CMYK | 0 | 0.86 | 0.91 | 0 |
| HSL | 3.35º | 1% | 0.54% | - |
| HSV(B) | 3.35º | 0.91% | 1% | - |
| XYZ | 41.99 | 22.52 | 2.89 | - |
| YUV | 99.3 | 84.39 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 22 | 0 | 0.86 | 0.91 | 0 | 3.35 | 1 | 0.54 |
| Hex | FF | 23 | 16 | 0 | 56 | 5B | 0 | 3 | 64 | 36 |
| Octal | 377 | 43 | 26 | 0 | 126 | 133 | 0 | 3 | 144 | 66 |
| Binary | 11111111 | 100011 | 10110 | 0 | 1010110 | 1011011 | 0 | 11 | 1100100 | 110110 |
Color Harmonies of #FF2316
Complementary color
Monochromatic Colors of #FF2316
Black with #FF2316
Text Example
Text Example
White with #FF2316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2316; }
p { color: rgb(255,35,22); }
H1.HeaderClassName
{
color: #FF2316;
}
.AnyTagClassName
{
color: #FF2316;
}
</style>
background-color css
<style>
a { background-color: #FF2316; }
a { background-color: rgb(255,35,22); }
div.DivClassName
{
background-color: #FF2316;
}
.BgClassName
{
background-color: #FF2316;
}
</style>
border-color css
<style>
span { border-color: #FF2316; }
span { border-color: rgb(255,35,22); }
td.TdClassName
{
border-color: #FF2316;
}
.TagClassName
{
border-color: #FF2316;
}
</style>