Shades of Scarlet #FF2813
Tints of Scarlet #FF2813
RGB
CMYK
RGB Variations
Color information
#FF2813 (or 0xFF2813) is known color: Scarlet. HEX triplet: FF, 28 and 13. RGB value is (255,40,19). Sum of RGB (Red+Green+Blue) = 255+40+19=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2813 is #00D7EC. Grayscale: #666666. Windows color (decimal): -55277 or 1255679. OLE color: 1255679.
HSL color Cylindrical-coordinate representation of color #FF2813: hue angle of 5.34º 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 #FF2813 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 19 | - |
| CMYK | 0 | 0.84 | 0.93 | 0 |
| HSL | 5.34º | 1% | 0.54% | - |
| HSV(B) | 5.34º | 0.93% | 1% | - |
| XYZ | 42.12 | 22.82 | 2.8 | - |
| YUV | 101.89 | 81.23 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 19 | 0 | 0.84 | 0.93 | 0 | 5.34 | 1 | 0.54 |
| Hex | FF | 28 | 13 | 0 | 54 | 5D | 0 | 5 | 64 | 36 |
| Octal | 377 | 50 | 23 | 0 | 124 | 135 | 0 | 5 | 144 | 66 |
| Binary | 11111111 | 101000 | 10011 | 0 | 1010100 | 1011101 | 0 | 101 | 1100100 | 110110 |
Color Harmonies of #FF2813
Complementary color
Monochromatic Colors of #FF2813
Black with #FF2813
Text Example
Text Example
White with #FF2813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2813; }
p { color: rgb(255,40,19); }
H1.HeaderClassName
{
color: #FF2813;
}
.AnyTagClassName
{
color: #FF2813;
}
</style>
background-color css
<style>
a { background-color: #FF2813; }
a { background-color: rgb(255,40,19); }
div.DivClassName
{
background-color: #FF2813;
}
.BgClassName
{
background-color: #FF2813;
}
</style>
border-color css
<style>
span { border-color: #FF2813; }
span { border-color: rgb(255,40,19); }
td.TdClassName
{
border-color: #FF2813;
}
.TagClassName
{
border-color: #FF2813;
}
</style>