Shades of Scarlet #FF2014
Tints of Scarlet #FF2014
RGB
CMYK
RGB Variations
Color information
#FF2014 (or 0xFF2014) is known color: Scarlet. HEX triplet: FF, 20 and 14. RGB value is (255,32,20). Sum of RGB (Red+Green+Blue) = 255+32+20=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2014 is #00DFEB. Grayscale: #616161. Windows color (decimal): -57324 or 1319167. OLE color: 1319167.
HSL color Cylindrical-coordinate representation of color #FF2014: hue angle of 3.06º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF2014 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 20 | - |
| CMYK | 0 | 0.87 | 0.92 | 0 |
| HSL | 3.06º | 1% | 0.54% | - |
| HSV(B) | 3.06º | 0.92% | 1% | - |
| XYZ | 41.88 | 22.34 | 2.77 | - |
| YUV | 97.31 | 84.38 | 240.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 20 | 0 | 0.87 | 0.92 | 0 | 3.06 | 1 | 0.54 |
| Hex | FF | 20 | 14 | 0 | 57 | 5C | 0 | 3 | 64 | 36 |
| Octal | 377 | 40 | 24 | 0 | 127 | 134 | 0 | 3 | 144 | 66 |
| Binary | 11111111 | 100000 | 10100 | 0 | 1010111 | 1011100 | 0 | 11 | 1100100 | 110110 |
Color Harmonies of #FF2014
Complementary color
Monochromatic Colors of #FF2014
Black with #FF2014
Text Example
Text Example
White with #FF2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2014; }
p { color: rgb(255,32,20); }
H1.HeaderClassName
{
color: #FF2014;
}
.AnyTagClassName
{
color: #FF2014;
}
</style>
background-color css
<style>
a { background-color: #FF2014; }
a { background-color: rgb(255,32,20); }
div.DivClassName
{
background-color: #FF2014;
}
.BgClassName
{
background-color: #FF2014;
}
</style>
border-color css
<style>
span { border-color: #FF2014; }
span { border-color: rgb(255,32,20); }
td.TdClassName
{
border-color: #FF2014;
}
.TagClassName
{
border-color: #FF2014;
}
</style>