Shades of Scarlet #F5210F
Tints of Scarlet #F5210F
RGB
CMYK
RGB Variations
Color information
#F5210F (or 0xF5210F) is known color: Scarlet. HEX triplet: F5, 21 and 0F. RGB value is (245,33,15). Sum of RGB (Red+Green+Blue) = 245+33+15=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F5210F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5210F is #0ADEF0. Grayscale: #5E5E5E. Windows color (decimal): -712433 or 991733. OLE color: 991733.
HSL color Cylindrical-coordinate representation of color #F5210F: hue angle of 4.7º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5210F is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 15 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.04 |
| HSL | 4.7º | 0.92% | 0.51% | - |
| HSV(B) | 4.7º | 0.94% | 0.96% | - |
| XYZ | 38.29 | 20.53 | 2.4 | - |
| YUV | 94.34 | 83.24 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 15 | 0 | 0.87 | 0.94 | 0.04 | 4.7 | 0.92 | 0.51 |
| Hex | F5 | 21 | F | 0 | 57 | 5E | 4 | 5 | 5C | 33 |
| Octal | 365 | 41 | 17 | 0 | 127 | 136 | 4 | 5 | 134 | 63 |
| Binary | 11110101 | 100001 | 1111 | 0 | 1010111 | 1011110 | 100 | 101 | 1011100 | 110011 |
Color Harmonies of #F5210F
Complementary color
Monochromatic Colors of #F5210F
Black with #F5210F
Text Example
Text Example
White with #F5210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5210F; }
p { color: rgb(245,33,15); }
H1.HeaderClassName
{
color: #F5210F;
}
.AnyTagClassName
{
color: #F5210F;
}
</style>
background-color css
<style>
a { background-color: #F5210F; }
a { background-color: rgb(245,33,15); }
div.DivClassName
{
background-color: #F5210F;
}
.BgClassName
{
background-color: #F5210F;
}
</style>
border-color css
<style>
span { border-color: #F5210F; }
span { border-color: rgb(245,33,15); }
td.TdClassName
{
border-color: #F5210F;
}
.TagClassName
{
border-color: #F5210F;
}
</style>