Shades of Scarlet #FF2313
Tints of Scarlet #FF2313
RGB
CMYK
RGB Variations
Color information
#FF2313 (or 0xFF2313) is known color: Scarlet. HEX triplet: FF, 23 and 13. RGB value is (255,35,19). Sum of RGB (Red+Green+Blue) = 255+35+19=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2313 is #00DCEC. Grayscale: #636363. Windows color (decimal): -56557 or 1254399. OLE color: 1254399.
HSL color Cylindrical-coordinate representation of color #FF2313: hue angle of 4.07º 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 #FF2313 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 19 | - |
| CMYK | 0 | 0.86 | 0.93 | 0 |
| HSL | 4.07º | 1% | 0.54% | - |
| HSV(B) | 4.07º | 0.93% | 1% | - |
| XYZ | 41.96 | 22.51 | 2.75 | - |
| YUV | 98.96 | 82.89 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 19 | 0 | 0.86 | 0.93 | 0 | 4.07 | 1 | 0.54 |
| Hex | FF | 23 | 13 | 0 | 56 | 5D | 0 | 4 | 64 | 36 |
| Octal | 377 | 43 | 23 | 0 | 126 | 135 | 0 | 4 | 144 | 66 |
| Binary | 11111111 | 100011 | 10011 | 0 | 1010110 | 1011101 | 0 | 100 | 1100100 | 110110 |
Color Harmonies of #FF2313
Complementary color
Monochromatic Colors of #FF2313
Black with #FF2313
Text Example
Text Example
White with #FF2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2313; }
p { color: rgb(255,35,19); }
H1.HeaderClassName
{
color: #FF2313;
}
.AnyTagClassName
{
color: #FF2313;
}
</style>
background-color css
<style>
a { background-color: #FF2313; }
a { background-color: rgb(255,35,19); }
div.DivClassName
{
background-color: #FF2313;
}
.BgClassName
{
background-color: #FF2313;
}
</style>
border-color css
<style>
span { border-color: #FF2313; }
span { border-color: rgb(255,35,19); }
td.TdClassName
{
border-color: #FF2313;
}
.TagClassName
{
border-color: #FF2313;
}
</style>