Shades of Scarlet #F5261D
Tints of Scarlet #F5261D
RGB
CMYK
RGB Variations
Color information
#F5261D (or 0xF5261D) is known color: Scarlet. HEX triplet: F5, 26 and 1D. RGB value is (245,38,29). Sum of RGB (Red+Green+Blue) = 245+38+29=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F5261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5261D is #0AD9E2. Grayscale: #636363. Windows color (decimal): -711139 or 1910517. OLE color: 1910517.
HSL color Cylindrical-coordinate representation of color #F5261D: hue angle of 2.5º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5261D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.04 |
| HSL | 2.5º | 0.92% | 0.54% | - |
| HSV(B) | 2.5º | 0.88% | 0.96% | - |
| XYZ | 38.57 | 20.89 | 3.16 | - |
| YUV | 98.87 | 88.58 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 29 | 0 | 0.84 | 0.88 | 0.04 | 2.5 | 0.92 | 0.54 |
| Hex | F5 | 26 | 1D | 0 | 54 | 58 | 4 | 2 | 5C | 36 |
| Octal | 365 | 46 | 35 | 0 | 124 | 130 | 4 | 2 | 134 | 66 |
| Binary | 11110101 | 100110 | 11101 | 0 | 1010100 | 1011000 | 100 | 10 | 1011100 | 110110 |
Color Harmonies of #F5261D
Complementary color
Monochromatic Colors of #F5261D
Black with #F5261D
Text Example
Text Example
White with #F5261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5261D; }
p { color: rgb(245,38,29); }
H1.HeaderClassName
{
color: #F5261D;
}
.AnyTagClassName
{
color: #F5261D;
}
</style>
background-color css
<style>
a { background-color: #F5261D; }
a { background-color: rgb(245,38,29); }
div.DivClassName
{
background-color: #F5261D;
}
.BgClassName
{
background-color: #F5261D;
}
</style>
border-color css
<style>
span { border-color: #F5261D; }
span { border-color: rgb(245,38,29); }
td.TdClassName
{
border-color: #F5261D;
}
.TagClassName
{
border-color: #F5261D;
}
</style>