Shades of Scarlet #F51F15
Tints of Scarlet #F51F15
RGB
CMYK
RGB Variations
Color information
#F51F15 (or 0xF51F15) is known color: Scarlet. HEX triplet: F5, 1F and 15. RGB value is (245,31,21). Sum of RGB (Red+Green+Blue) = 245+31+21=297 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.49% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51F15 is #0AE0EA. Grayscale: #5E5E5E. Windows color (decimal): -712939 or 1384437. OLE color: 1384437.
HSL color Cylindrical-coordinate representation of color #F51F15: hue angle of 2.68º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51F15 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 21 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.04 |
| HSL | 2.68º | 0.92% | 0.52% | - |
| HSV(B) | 2.68º | 0.91% | 0.96% | - |
| XYZ | 38.28 | 20.45 | 2.64 | - |
| YUV | 93.85 | 86.9 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 21 | 0 | 0.87 | 0.91 | 0.04 | 2.68 | 0.92 | 0.52 |
| Hex | F5 | 1F | 15 | 0 | 57 | 5B | 4 | 3 | 5C | 34 |
| Octal | 365 | 37 | 25 | 0 | 127 | 133 | 4 | 3 | 134 | 64 |
| Binary | 11110101 | 11111 | 10101 | 0 | 1010111 | 1011011 | 100 | 11 | 1011100 | 110100 |
Color Harmonies of #F51F15
Complementary color
Monochromatic Colors of #F51F15
Black with #F51F15
Text Example
Text Example
White with #F51F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51F15; }
p { color: rgb(245,31,21); }
H1.HeaderClassName
{
color: #F51F15;
}
.AnyTagClassName
{
color: #F51F15;
}
</style>
background-color css
<style>
a { background-color: #F51F15; }
a { background-color: rgb(245,31,21); }
div.DivClassName
{
background-color: #F51F15;
}
.BgClassName
{
background-color: #F51F15;
}
</style>
border-color css
<style>
span { border-color: #F51F15; }
span { border-color: rgb(245,31,21); }
td.TdClassName
{
border-color: #F51F15;
}
.TagClassName
{
border-color: #F51F15;
}
</style>