Shades of Scarlet #F5221B
Tints of Scarlet #F5221B
RGB
CMYK
RGB Variations
Color information
#F5221B (or 0xF5221B) is known color: Scarlet. HEX triplet: F5, 22 and 1B. RGB value is (245,34,27). Sum of RGB (Red+Green+Blue) = 245+34+27=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F5221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5221B is #0ADDE4. Grayscale: #606060. Windows color (decimal): -712165 or 1778421. OLE color: 1778421.
HSL color Cylindrical-coordinate representation of color #F5221B: hue angle of 1.93º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5221B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 27 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.04 |
| HSL | 1.93º | 0.92% | 0.53% | - |
| HSV(B) | 1.93º | 0.89% | 0.96% | - |
| XYZ | 38.43 | 20.64 | 2.99 | - |
| YUV | 96.29 | 88.9 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 27 | 0 | 0.86 | 0.89 | 0.04 | 1.93 | 0.92 | 0.53 |
| Hex | F5 | 22 | 1B | 0 | 56 | 59 | 4 | 2 | 5C | 35 |
| Octal | 365 | 42 | 33 | 0 | 126 | 131 | 4 | 2 | 134 | 65 |
| Binary | 11110101 | 100010 | 11011 | 0 | 1010110 | 1011001 | 100 | 10 | 1011100 | 110101 |
Color Harmonies of #F5221B
Complementary color
Monochromatic Colors of #F5221B
Black with #F5221B
Text Example
Text Example
White with #F5221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5221B; }
p { color: rgb(245,34,27); }
H1.HeaderClassName
{
color: #F5221B;
}
.AnyTagClassName
{
color: #F5221B;
}
</style>
background-color css
<style>
a { background-color: #F5221B; }
a { background-color: rgb(245,34,27); }
div.DivClassName
{
background-color: #F5221B;
}
.BgClassName
{
background-color: #F5221B;
}
</style>
border-color css
<style>
span { border-color: #F5221B; }
span { border-color: rgb(245,34,27); }
td.TdClassName
{
border-color: #F5221B;
}
.TagClassName
{
border-color: #F5221B;
}
</style>