Shades of Scarlet #F5350D
Tints of Scarlet #F5350D
RGB
CMYK
RGB Variations
Color information
#F5350D (or 0xF5350D) is known color: Scarlet. HEX triplet: F5, 35 and 0D. RGB value is (245,53,13). Sum of RGB (Red+Green+Blue) = 245+53+13=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F5350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5350D is #0ACAF2. Grayscale: #6A6A6A. Windows color (decimal): -707315 or 865781. OLE color: 865781.
HSL color Cylindrical-coordinate representation of color #F5350D: hue angle of 10.34º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5350D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.04 |
| HSL | 10.34º | 0.92% | 0.51% | - |
| HSV(B) | 10.34º | 0.95% | 0.96% | - |
| XYZ | 39 | 21.99 | 2.57 | - |
| YUV | 105.85 | 75.61 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 13 | 0 | 0.78 | 0.95 | 0.04 | 10.34 | 0.92 | 0.51 |
| Hex | F5 | 35 | D | 0 | 4E | 5F | 4 | A | 5C | 33 |
| Octal | 365 | 65 | 15 | 0 | 116 | 137 | 4 | 12 | 134 | 63 |
| Binary | 11110101 | 110101 | 1101 | 0 | 1001110 | 1011111 | 100 | 1010 | 1011100 | 110011 |
Color Harmonies of #F5350D
Complementary color
Monochromatic Colors of #F5350D
Black with #F5350D
Text Example
Text Example
White with #F5350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5350D; }
p { color: rgb(245,53,13); }
H1.HeaderClassName
{
color: #F5350D;
}
.AnyTagClassName
{
color: #F5350D;
}
</style>
background-color css
<style>
a { background-color: #F5350D; }
a { background-color: rgb(245,53,13); }
div.DivClassName
{
background-color: #F5350D;
}
.BgClassName
{
background-color: #F5350D;
}
</style>
border-color css
<style>
span { border-color: #F5350D; }
span { border-color: rgb(245,53,13); }
td.TdClassName
{
border-color: #F5350D;
}
.TagClassName
{
border-color: #F5350D;
}
</style>