Shades of Scarlet #F5261C
Tints of Scarlet #F5261C
RGB
CMYK
RGB Variations
Color information
#F5261C (or 0xF5261C) is known color: Scarlet. HEX triplet: F5, 26 and 1C. RGB value is (245,38,28). Sum of RGB (Red+Green+Blue) = 245+38+28=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F5261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5261C is #0AD9E3. Grayscale: #636363. Windows color (decimal): -711140 or 1844981. OLE color: 1844981.
HSL color Cylindrical-coordinate representation of color #F5261C: hue angle of 2.76º 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 #F5261C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 28 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.04 |
| HSL | 2.76º | 0.92% | 0.54% | - |
| HSV(B) | 2.76º | 0.89% | 0.96% | - |
| XYZ | 38.56 | 20.88 | 3.1 | - |
| YUV | 98.75 | 88.08 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 28 | 0 | 0.84 | 0.89 | 0.04 | 2.76 | 0.92 | 0.54 |
| Hex | F5 | 26 | 1C | 0 | 54 | 59 | 4 | 3 | 5C | 36 |
| Octal | 365 | 46 | 34 | 0 | 124 | 131 | 4 | 3 | 134 | 66 |
| Binary | 11110101 | 100110 | 11100 | 0 | 1010100 | 1011001 | 100 | 11 | 1011100 | 110110 |
Color Harmonies of #F5261C
Complementary color
Monochromatic Colors of #F5261C
Black with #F5261C
Text Example
Text Example
White with #F5261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5261C; }
p { color: rgb(245,38,28); }
H1.HeaderClassName
{
color: #F5261C;
}
.AnyTagClassName
{
color: #F5261C;
}
</style>
background-color css
<style>
a { background-color: #F5261C; }
a { background-color: rgb(245,38,28); }
div.DivClassName
{
background-color: #F5261C;
}
.BgClassName
{
background-color: #F5261C;
}
</style>
border-color css
<style>
span { border-color: #F5261C; }
span { border-color: rgb(245,38,28); }
td.TdClassName
{
border-color: #F5261C;
}
.TagClassName
{
border-color: #F5261C;
}
</style>