Shades of Scarlet #F5211D
Tints of Scarlet #F5211D
RGB
CMYK
RGB Variations
Color information
#F5211D (or 0xF5211D) is known color: Scarlet. HEX triplet: F5, 21 and 1D. RGB value is (245,33,29). Sum of RGB (Red+Green+Blue) = 245+33+29=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F5211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5211D is #0ADEE2. Grayscale: #606060. Windows color (decimal): -712419 or 1909237. OLE color: 1909237.
HSL color Cylindrical-coordinate representation of color #F5211D: hue angle of 1.11º 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 #F5211D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 29 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.04 |
| HSL | 1.11º | 0.92% | 0.54% | - |
| HSV(B) | 1.11º | 0.88% | 0.96% | - |
| XYZ | 38.42 | 20.59 | 3.11 | - |
| YUV | 95.93 | 90.24 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 29 | 0 | 0.87 | 0.88 | 0.04 | 1.11 | 0.92 | 0.54 |
| Hex | F5 | 21 | 1D | 0 | 57 | 58 | 4 | 1 | 5C | 36 |
| Octal | 365 | 41 | 35 | 0 | 127 | 130 | 4 | 1 | 134 | 66 |
| Binary | 11110101 | 100001 | 11101 | 0 | 1010111 | 1011000 | 100 | 1 | 1011100 | 110110 |
Color Harmonies of #F5211D
Complementary color
Monochromatic Colors of #F5211D
Black with #F5211D
Text Example
Text Example
White with #F5211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5211D; }
p { color: rgb(245,33,29); }
H1.HeaderClassName
{
color: #F5211D;
}
.AnyTagClassName
{
color: #F5211D;
}
</style>
background-color css
<style>
a { background-color: #F5211D; }
a { background-color: rgb(245,33,29); }
div.DivClassName
{
background-color: #F5211D;
}
.BgClassName
{
background-color: #F5211D;
}
</style>
border-color css
<style>
span { border-color: #F5211D; }
span { border-color: rgb(245,33,29); }
td.TdClassName
{
border-color: #F5211D;
}
.TagClassName
{
border-color: #F5211D;
}
</style>