Shades of Scarlet #F5210B
Tints of Scarlet #F5210B
RGB
CMYK
RGB Variations
Color information
#F5210B (or 0xF5210B) is known color: Scarlet. HEX triplet: F5, 21 and 0B. RGB value is (245,33,11). Sum of RGB (Red+Green+Blue) = 245+33+11=289 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.78% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 245 - color contains mainly: red. Hex color #F5210B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5210B is #0ADEF4. Grayscale: #5E5E5E. Windows color (decimal): -712437 or 729589. OLE color: 729589.
HSL color Cylindrical-coordinate representation of color #F5210B: hue angle of 5.64º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5210B is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 11 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.04 |
| HSL | 5.64º | 0.92% | 0.5% | - |
| HSV(B) | 5.64º | 0.96% | 0.96% | - |
| XYZ | 38.26 | 20.52 | 2.26 | - |
| YUV | 93.88 | 81.24 | 235.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 11 | 0 | 0.87 | 0.96 | 0.04 | 5.64 | 0.92 | 0.5 |
| Hex | F5 | 21 | B | 0 | 57 | 60 | 4 | 6 | 5C | 32 |
| Octal | 365 | 41 | 13 | 0 | 127 | 140 | 4 | 6 | 134 | 62 |
| Binary | 11110101 | 100001 | 1011 | 0 | 1010111 | 1100000 | 100 | 110 | 1011100 | 110010 |
Color Harmonies of #F5210B
Complementary color
Monochromatic Colors of #F5210B
Black with #F5210B
Text Example
Text Example
White with #F5210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5210B; }
p { color: rgb(245,33,11); }
H1.HeaderClassName
{
color: #F5210B;
}
.AnyTagClassName
{
color: #F5210B;
}
</style>
background-color css
<style>
a { background-color: #F5210B; }
a { background-color: rgb(245,33,11); }
div.DivClassName
{
background-color: #F5210B;
}
.BgClassName
{
background-color: #F5210B;
}
</style>
border-color css
<style>
span { border-color: #F5210B; }
span { border-color: rgb(245,33,11); }
td.TdClassName
{
border-color: #F5210B;
}
.TagClassName
{
border-color: #F5210B;
}
</style>