Shades of Scarlet #F51F0E
Tints of Scarlet #F51F0E
RGB
CMYK
RGB Variations
Color information
#F51F0E (or 0xF51F0E) is known color: Scarlet. HEX triplet: F5, 1F and 0E. RGB value is (245,31,14). Sum of RGB (Red+Green+Blue) = 245+31+14=290 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.48% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51F0E is #0AE0F1. Grayscale: #5D5D5D. Windows color (decimal): -712946 or 925685. OLE color: 925685.
HSL color Cylindrical-coordinate representation of color #F51F0E: hue angle of 4.42º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F51F0E is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 14 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.04 |
| HSL | 4.42º | 0.92% | 0.51% | - |
| HSV(B) | 4.42º | 0.94% | 0.96% | - |
| XYZ | 38.23 | 20.42 | 2.34 | - |
| YUV | 93.05 | 83.4 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 14 | 0 | 0.87 | 0.94 | 0.04 | 4.42 | 0.92 | 0.51 |
| Hex | F5 | 1F | E | 0 | 57 | 5E | 4 | 4 | 5C | 33 |
| Octal | 365 | 37 | 16 | 0 | 127 | 136 | 4 | 4 | 134 | 63 |
| Binary | 11110101 | 11111 | 1110 | 0 | 1010111 | 1011110 | 100 | 100 | 1011100 | 110011 |
Color Harmonies of #F51F0E
Complementary color
Monochromatic Colors of #F51F0E
Black with #F51F0E
Text Example
Text Example
White with #F51F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51F0E; }
p { color: rgb(245,31,14); }
H1.HeaderClassName
{
color: #F51F0E;
}
.AnyTagClassName
{
color: #F51F0E;
}
</style>
background-color css
<style>
a { background-color: #F51F0E; }
a { background-color: rgb(245,31,14); }
div.DivClassName
{
background-color: #F51F0E;
}
.BgClassName
{
background-color: #F51F0E;
}
</style>
border-color css
<style>
span { border-color: #F51F0E; }
span { border-color: rgb(245,31,14); }
td.TdClassName
{
border-color: #F51F0E;
}
.TagClassName
{
border-color: #F51F0E;
}
</style>