Shades of Scarlet #F5211C
Tints of Scarlet #F5211C
RGB
CMYK
RGB Variations
Color information
#F5211C (or 0xF5211C) is known color: Scarlet. HEX triplet: F5, 21 and 1C. RGB value is (245,33,28). Sum of RGB (Red+Green+Blue) = 245+33+28=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F5211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5211C is #0ADEE3. Grayscale: #606060. Windows color (decimal): -712420 or 1843701. OLE color: 1843701.
HSL color Cylindrical-coordinate representation of color #F5211C: hue angle of 1.38º 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 #F5211C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 28 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.04 |
| HSL | 1.38º | 0.92% | 0.54% | - |
| HSV(B) | 1.38º | 0.89% | 0.96% | - |
| XYZ | 38.41 | 20.58 | 3.05 | - |
| YUV | 95.82 | 89.74 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 28 | 0 | 0.87 | 0.89 | 0.04 | 1.38 | 0.92 | 0.54 |
| Hex | F5 | 21 | 1C | 0 | 57 | 59 | 4 | 1 | 5C | 36 |
| Octal | 365 | 41 | 34 | 0 | 127 | 131 | 4 | 1 | 134 | 66 |
| Binary | 11110101 | 100001 | 11100 | 0 | 1010111 | 1011001 | 100 | 1 | 1011100 | 110110 |
Color Harmonies of #F5211C
Complementary color
Monochromatic Colors of #F5211C
Black with #F5211C
Text Example
Text Example
White with #F5211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5211C; }
p { color: rgb(245,33,28); }
H1.HeaderClassName
{
color: #F5211C;
}
.AnyTagClassName
{
color: #F5211C;
}
</style>
background-color css
<style>
a { background-color: #F5211C; }
a { background-color: rgb(245,33,28); }
div.DivClassName
{
background-color: #F5211C;
}
.BgClassName
{
background-color: #F5211C;
}
</style>
border-color css
<style>
span { border-color: #F5211C; }
span { border-color: rgb(245,33,28); }
td.TdClassName
{
border-color: #F5211C;
}
.TagClassName
{
border-color: #F5211C;
}
</style>