Shades of Scarlet #FF3016
Tints of Scarlet #FF3016
RGB
CMYK
RGB Variations
Color information
#FF3016 (or 0xFF3016) is known color: Scarlet. HEX triplet: FF, 30 and 16. RGB value is (255,48,22). Sum of RGB (Red+Green+Blue) = 255+48+22=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3016 is #00CFE9. Grayscale: #6B6B6B. Windows color (decimal): -53226 or 1454335. OLE color: 1454335.
HSL color Cylindrical-coordinate representation of color #FF3016: hue angle of 6.7º 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 #FF3016 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 22 | - |
| CMYK | 0 | 0.81 | 0.91 | 0 |
| HSL | 6.7º | 1% | 0.54% | - |
| HSV(B) | 6.7º | 0.91% | 1% | - |
| XYZ | 42.44 | 23.43 | 3.04 | - |
| YUV | 106.93 | 80.08 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 22 | 0 | 0.81 | 0.91 | 0 | 6.7 | 1 | 0.54 |
| Hex | FF | 30 | 16 | 0 | 51 | 5B | 0 | 7 | 64 | 36 |
| Octal | 377 | 60 | 26 | 0 | 121 | 133 | 0 | 7 | 144 | 66 |
| Binary | 11111111 | 110000 | 10110 | 0 | 1010001 | 1011011 | 0 | 111 | 1100100 | 110110 |
Color Harmonies of #FF3016
Complementary color
Monochromatic Colors of #FF3016
Black with #FF3016
Text Example
Text Example
White with #FF3016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3016; }
p { color: rgb(255,48,22); }
H1.HeaderClassName
{
color: #FF3016;
}
.AnyTagClassName
{
color: #FF3016;
}
</style>
background-color css
<style>
a { background-color: #FF3016; }
a { background-color: rgb(255,48,22); }
div.DivClassName
{
background-color: #FF3016;
}
.BgClassName
{
background-color: #FF3016;
}
</style>
border-color css
<style>
span { border-color: #FF3016; }
span { border-color: rgb(255,48,22); }
td.TdClassName
{
border-color: #FF3016;
}
.TagClassName
{
border-color: #FF3016;
}
</style>