Shades of Scarlet #F5251C
Tints of Scarlet #F5251C
RGB
CMYK
RGB Variations
Color information
#F5251C (or 0xF5251C) is known color: Scarlet. HEX triplet: F5, 25 and 1C. RGB value is (245,37,28). Sum of RGB (Red+Green+Blue) = 245+37+28=310 (41% of max value = 765). Red value is 245 (96.09% from 255 or 79.03% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 245 - color contains mainly: red. Hex color #F5251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5251C is #0ADAE3. Grayscale: #626262. Windows color (decimal): -711396 or 1844725. OLE color: 1844725.
HSL color Cylindrical-coordinate representation of color #F5251C: hue angle of 2.49º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5251C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 28 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.04 |
| HSL | 2.49º | 0.92% | 0.54% | - |
| HSV(B) | 2.49º | 0.89% | 0.96% | - |
| XYZ | 38.53 | 20.82 | 3.09 | - |
| YUV | 98.17 | 88.41 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 28 | 0 | 0.85 | 0.89 | 0.04 | 2.49 | 0.92 | 0.54 |
| Hex | F5 | 25 | 1C | 0 | 55 | 59 | 4 | 2 | 5C | 36 |
| Octal | 365 | 45 | 34 | 0 | 125 | 131 | 4 | 2 | 134 | 66 |
| Binary | 11110101 | 100101 | 11100 | 0 | 1010101 | 1011001 | 100 | 10 | 1011100 | 110110 |
Color Harmonies of #F5251C
Complementary color
Monochromatic Colors of #F5251C
Black with #F5251C
Text Example
Text Example
White with #F5251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5251C; }
p { color: rgb(245,37,28); }
H1.HeaderClassName
{
color: #F5251C;
}
.AnyTagClassName
{
color: #F5251C;
}
</style>
background-color css
<style>
a { background-color: #F5251C; }
a { background-color: rgb(245,37,28); }
div.DivClassName
{
background-color: #F5251C;
}
.BgClassName
{
background-color: #F5251C;
}
</style>
border-color css
<style>
span { border-color: #F5251C; }
span { border-color: rgb(245,37,28); }
td.TdClassName
{
border-color: #F5251C;
}
.TagClassName
{
border-color: #F5251C;
}
</style>