Shades of Scarlet #F5271D
Tints of Scarlet #F5271D
RGB
CMYK
RGB Variations
Color information
#F5271D (or 0xF5271D) is known color: Scarlet. HEX triplet: F5, 27 and 1D. RGB value is (245,39,29). Sum of RGB (Red+Green+Blue) = 245+39+29=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5271D is #0AD8E2. Grayscale: #636363. Windows color (decimal): -710883 or 1910773. OLE color: 1910773.
HSL color Cylindrical-coordinate representation of color #F5271D: hue angle of 2.78º 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 #F5271D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.04 |
| HSL | 2.78º | 0.92% | 0.54% | - |
| HSV(B) | 2.78º | 0.88% | 0.96% | - |
| XYZ | 38.6 | 20.95 | 3.17 | - |
| YUV | 99.45 | 88.25 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 29 | 0 | 0.84 | 0.88 | 0.04 | 2.78 | 0.92 | 0.54 |
| Hex | F5 | 27 | 1D | 0 | 54 | 58 | 4 | 3 | 5C | 36 |
| Octal | 365 | 47 | 35 | 0 | 124 | 130 | 4 | 3 | 134 | 66 |
| Binary | 11110101 | 100111 | 11101 | 0 | 1010100 | 1011000 | 100 | 11 | 1011100 | 110110 |
Color Harmonies of #F5271D
Complementary color
Monochromatic Colors of #F5271D
Black with #F5271D
Text Example
Text Example
White with #F5271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5271D; }
p { color: rgb(245,39,29); }
H1.HeaderClassName
{
color: #F5271D;
}
.AnyTagClassName
{
color: #F5271D;
}
</style>
background-color css
<style>
a { background-color: #F5271D; }
a { background-color: rgb(245,39,29); }
div.DivClassName
{
background-color: #F5271D;
}
.BgClassName
{
background-color: #F5271D;
}
</style>
border-color css
<style>
span { border-color: #F5271D; }
span { border-color: rgb(245,39,29); }
td.TdClassName
{
border-color: #F5271D;
}
.TagClassName
{
border-color: #F5271D;
}
</style>