Shades of Scarlet #FF3516
Tints of Scarlet #FF3516
RGB
CMYK
RGB Variations
Color information
#FF3516 (or 0xFF3516) is known color: Scarlet. HEX triplet: FF, 35 and 16. RGB value is (255,53,22). Sum of RGB (Red+Green+Blue) = 255+53+22=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3516 is #00CAE9. Grayscale: #6E6E6E. Windows color (decimal): -51946 or 1455615. OLE color: 1455615.
HSL color Cylindrical-coordinate representation of color #FF3516: hue angle of 7.98º 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 #FF3516 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 22 | - |
| CMYK | 0 | 0.79 | 0.91 | 0 |
| HSL | 7.98º | 1% | 0.54% | - |
| HSV(B) | 7.98º | 0.91% | 1% | - |
| XYZ | 42.66 | 23.86 | 3.12 | - |
| YUV | 109.86 | 78.42 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 22 | 0 | 0.79 | 0.91 | 0 | 7.98 | 1 | 0.54 |
| Hex | FF | 35 | 16 | 0 | 4F | 5B | 0 | 8 | 64 | 36 |
| Octal | 377 | 65 | 26 | 0 | 117 | 133 | 0 | 10 | 144 | 66 |
| Binary | 11111111 | 110101 | 10110 | 0 | 1001111 | 1011011 | 0 | 1000 | 1100100 | 110110 |
Color Harmonies of #FF3516
Complementary color
Monochromatic Colors of #FF3516
Black with #FF3516
Text Example
Text Example
White with #FF3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3516; }
p { color: rgb(255,53,22); }
H1.HeaderClassName
{
color: #FF3516;
}
.AnyTagClassName
{
color: #FF3516;
}
</style>
background-color css
<style>
a { background-color: #FF3516; }
a { background-color: rgb(255,53,22); }
div.DivClassName
{
background-color: #FF3516;
}
.BgClassName
{
background-color: #FF3516;
}
</style>
border-color css
<style>
span { border-color: #FF3516; }
span { border-color: rgb(255,53,22); }
td.TdClassName
{
border-color: #FF3516;
}
.TagClassName
{
border-color: #FF3516;
}
</style>