Shades of Scarlet #F51712
Tints of Scarlet #F51712
RGB
CMYK
RGB Variations
Color information
#F51712 (or 0xF51712) is known color: Scarlet. HEX triplet: F5, 17 and 12. RGB value is (245,23,18). Sum of RGB (Red+Green+Blue) = 245+23+18=286 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.66% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 245 - color contains mainly: red. Hex color #F51712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51712 is #0AE8ED. Grayscale: #595959. Windows color (decimal): -714990 or 1185781. OLE color: 1185781.
HSL color Cylindrical-coordinate representation of color #F51712: hue angle of 1.32º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51712 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 18 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.04 |
| HSL | 1.32º | 0.92% | 0.52% | - |
| HSV(B) | 1.32º | 0.93% | 0.96% | - |
| XYZ | 38.07 | 20.07 | 2.44 | - |
| YUV | 88.81 | 88.05 | 239.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 18 | 0 | 0.91 | 0.93 | 0.04 | 1.32 | 0.92 | 0.52 |
| Hex | F5 | 17 | 12 | 0 | 5B | 5D | 4 | 1 | 5C | 34 |
| Octal | 365 | 27 | 22 | 0 | 133 | 135 | 4 | 1 | 134 | 64 |
| Binary | 11110101 | 10111 | 10010 | 0 | 1011011 | 1011101 | 100 | 1 | 1011100 | 110100 |
Color Harmonies of #F51712
Complementary color
Monochromatic Colors of #F51712
Black with #F51712
Text Example
Text Example
White with #F51712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51712; }
p { color: rgb(245,23,18); }
H1.HeaderClassName
{
color: #F51712;
}
.AnyTagClassName
{
color: #F51712;
}
</style>
background-color css
<style>
a { background-color: #F51712; }
a { background-color: rgb(245,23,18); }
div.DivClassName
{
background-color: #F51712;
}
.BgClassName
{
background-color: #F51712;
}
</style>
border-color css
<style>
span { border-color: #F51712; }
span { border-color: rgb(245,23,18); }
td.TdClassName
{
border-color: #F51712;
}
.TagClassName
{
border-color: #F51712;
}
</style>