Shades of Scarlet #F51413
Tints of Scarlet #F51413
RGB
CMYK
RGB Variations
Color information
#F51413 (or 0xF51413) is known color: Scarlet. HEX triplet: F5, 14 and 13. RGB value is (245,20,19). Sum of RGB (Red+Green+Blue) = 245+20+19=284 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.27% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 245 - color contains mainly: red. Hex color #F51413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51413 is #0AEBEC. Grayscale: #575757. Windows color (decimal): -715757 or 1250549. OLE color: 1250549.
HSL color Cylindrical-coordinate representation of color #F51413: hue angle of 0.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51413 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 19 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.04 |
| HSL | 0.27º | 0.92% | 0.52% | - |
| HSV(B) | 0.27º | 0.92% | 0.96% | - |
| XYZ | 38.02 | 19.96 | 2.46 | - |
| YUV | 87.16 | 89.54 | 240.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 19 | 0 | 0.92 | 0.92 | 0.04 | 0.27 | 0.92 | 0.52 |
| Hex | F5 | 14 | 13 | 0 | 5C | 5C | 4 | 0 | 5C | 34 |
| Octal | 365 | 24 | 23 | 0 | 134 | 134 | 4 | 0 | 134 | 64 |
| Binary | 11110101 | 10100 | 10011 | 0 | 1011100 | 1011100 | 100 | 0 | 1011100 | 110100 |
Color Harmonies of #F51413
Complementary color
Monochromatic Colors of #F51413
Black with #F51413
Text Example
Text Example
White with #F51413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51413; }
p { color: rgb(245,20,19); }
H1.HeaderClassName
{
color: #F51413;
}
.AnyTagClassName
{
color: #F51413;
}
</style>
background-color css
<style>
a { background-color: #F51413; }
a { background-color: rgb(245,20,19); }
div.DivClassName
{
background-color: #F51413;
}
.BgClassName
{
background-color: #F51413;
}
</style>
border-color css
<style>
span { border-color: #F51413; }
span { border-color: rgb(245,20,19); }
td.TdClassName
{
border-color: #F51413;
}
.TagClassName
{
border-color: #F51413;
}
</style>