Shades of Scarlet #FF2513
Tints of Scarlet #FF2513
RGB
CMYK
RGB Variations
Color information
#FF2513 (or 0xFF2513) is known color: Scarlet. HEX triplet: FF, 25 and 13. RGB value is (255,37,19). Sum of RGB (Red+Green+Blue) = 255+37+19=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2513 is #00DAEC. Grayscale: #646464. Windows color (decimal): -56045 or 1254911. OLE color: 1254911.
HSL color Cylindrical-coordinate representation of color #FF2513: hue angle of 4.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF2513 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 19 | - |
| CMYK | 0 | 0.85 | 0.93 | 0 |
| HSL | 4.58º | 1% | 0.54% | - |
| HSV(B) | 4.58º | 0.93% | 1% | - |
| XYZ | 42.02 | 22.63 | 2.77 | - |
| YUV | 100.13 | 82.22 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 19 | 0 | 0.85 | 0.93 | 0 | 4.58 | 1 | 0.54 |
| Hex | FF | 25 | 13 | 0 | 55 | 5D | 0 | 5 | 64 | 36 |
| Octal | 377 | 45 | 23 | 0 | 125 | 135 | 0 | 5 | 144 | 66 |
| Binary | 11111111 | 100101 | 10011 | 0 | 1010101 | 1011101 | 0 | 101 | 1100100 | 110110 |
Color Harmonies of #FF2513
Complementary color
Monochromatic Colors of #FF2513
Black with #FF2513
Text Example
Text Example
White with #FF2513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2513; }
p { color: rgb(255,37,19); }
H1.HeaderClassName
{
color: #FF2513;
}
.AnyTagClassName
{
color: #FF2513;
}
</style>
background-color css
<style>
a { background-color: #FF2513; }
a { background-color: rgb(255,37,19); }
div.DivClassName
{
background-color: #FF2513;
}
.BgClassName
{
background-color: #FF2513;
}
</style>
border-color css
<style>
span { border-color: #FF2513; }
span { border-color: rgb(255,37,19); }
td.TdClassName
{
border-color: #FF2513;
}
.TagClassName
{
border-color: #FF2513;
}
</style>