Shades of Scarlet #FF2514
Tints of Scarlet #FF2514
RGB
CMYK
RGB Variations
Color information
#FF2514 (or 0xFF2514) is known color: Scarlet. HEX triplet: FF, 25 and 14. RGB value is (255,37,20). Sum of RGB (Red+Green+Blue) = 255+37+20=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2514 is #00DAEB. Grayscale: #646464. Windows color (decimal): -56044 or 1320447. OLE color: 1320447.
HSL color Cylindrical-coordinate representation of color #FF2514: hue angle of 4.34º 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 #FF2514 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 20 | - |
| CMYK | 0 | 0.85 | 0.92 | 0 |
| HSL | 4.34º | 1% | 0.54% | - |
| HSV(B) | 4.34º | 0.92% | 1% | - |
| XYZ | 42.03 | 22.63 | 2.82 | - |
| YUV | 100.24 | 82.72 | 238.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 20 | 0 | 0.85 | 0.92 | 0 | 4.34 | 1 | 0.54 |
| Hex | FF | 25 | 14 | 0 | 55 | 5C | 0 | 4 | 64 | 36 |
| Octal | 377 | 45 | 24 | 0 | 125 | 134 | 0 | 4 | 144 | 66 |
| Binary | 11111111 | 100101 | 10100 | 0 | 1010101 | 1011100 | 0 | 100 | 1100100 | 110110 |
Color Harmonies of #FF2514
Complementary color
Monochromatic Colors of #FF2514
Black with #FF2514
Text Example
Text Example
White with #FF2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2514; }
p { color: rgb(255,37,20); }
H1.HeaderClassName
{
color: #FF2514;
}
.AnyTagClassName
{
color: #FF2514;
}
</style>
background-color css
<style>
a { background-color: #FF2514; }
a { background-color: rgb(255,37,20); }
div.DivClassName
{
background-color: #FF2514;
}
.BgClassName
{
background-color: #FF2514;
}
</style>
border-color css
<style>
span { border-color: #FF2514; }
span { border-color: rgb(255,37,20); }
td.TdClassName
{
border-color: #FF2514;
}
.TagClassName
{
border-color: #FF2514;
}
</style>