Shades of Scarlet #F51C0C
Tints of Scarlet #F51C0C
RGB
CMYK
RGB Variations
Color information
#F51C0C (or 0xF51C0C) is known color: Scarlet. HEX triplet: F5, 1C and 0C. RGB value is (245,28,12). Sum of RGB (Red+Green+Blue) = 245+28+12=285 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.96% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51C0C is #0AE3F3. Grayscale: #5B5B5B. Windows color (decimal): -713716 or 793845. OLE color: 793845.
HSL color Cylindrical-coordinate representation of color #F51C0C: hue angle of 4.12º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F51C0C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.04 |
| HSL | 4.12º | 0.92% | 0.5% | - |
| HSV(B) | 4.12º | 0.95% | 0.96% | - |
| XYZ | 38.14 | 20.27 | 2.25 | - |
| YUV | 91.06 | 83.39 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 12 | 0 | 0.89 | 0.95 | 0.04 | 4.12 | 0.92 | 0.5 |
| Hex | F5 | 1C | C | 0 | 59 | 5F | 4 | 4 | 5C | 32 |
| Octal | 365 | 34 | 14 | 0 | 131 | 137 | 4 | 4 | 134 | 62 |
| Binary | 11110101 | 11100 | 1100 | 0 | 1011001 | 1011111 | 100 | 100 | 1011100 | 110010 |
Color Harmonies of #F51C0C
Complementary color
Monochromatic Colors of #F51C0C
Black with #F51C0C
Text Example
Text Example
White with #F51C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51C0C; }
p { color: rgb(245,28,12); }
H1.HeaderClassName
{
color: #F51C0C;
}
.AnyTagClassName
{
color: #F51C0C;
}
</style>
background-color css
<style>
a { background-color: #F51C0C; }
a { background-color: rgb(245,28,12); }
div.DivClassName
{
background-color: #F51C0C;
}
.BgClassName
{
background-color: #F51C0C;
}
</style>
border-color css
<style>
span { border-color: #F51C0C; }
span { border-color: rgb(245,28,12); }
td.TdClassName
{
border-color: #F51C0C;
}
.TagClassName
{
border-color: #F51C0C;
}
</style>