Shades of Scarlet #F5250D
Tints of Scarlet #F5250D
RGB
CMYK
RGB Variations
Color information
#F5250D (or 0xF5250D) is known color: Scarlet. HEX triplet: F5, 25 and 0D. RGB value is (245,37,13). Sum of RGB (Red+Green+Blue) = 245+37+13=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F5250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5250D is #0ADAF2. Grayscale: #606060. Windows color (decimal): -711411 or 861685. OLE color: 861685.
HSL color Cylindrical-coordinate representation of color #F5250D: hue angle of 6.21º 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 #F5250D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 13 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.04 |
| HSL | 6.21º | 0.92% | 0.51% | - |
| HSV(B) | 6.21º | 0.95% | 0.96% | - |
| XYZ | 38.39 | 20.76 | 2.37 | - |
| YUV | 96.46 | 80.91 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 13 | 0 | 0.85 | 0.95 | 0.04 | 6.21 | 0.92 | 0.51 |
| Hex | F5 | 25 | D | 0 | 55 | 5F | 4 | 6 | 5C | 33 |
| Octal | 365 | 45 | 15 | 0 | 125 | 137 | 4 | 6 | 134 | 63 |
| Binary | 11110101 | 100101 | 1101 | 0 | 1010101 | 1011111 | 100 | 110 | 1011100 | 110011 |
Color Harmonies of #F5250D
Complementary color
Monochromatic Colors of #F5250D
Black with #F5250D
Text Example
Text Example
White with #F5250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5250D; }
p { color: rgb(245,37,13); }
H1.HeaderClassName
{
color: #F5250D;
}
.AnyTagClassName
{
color: #F5250D;
}
</style>
background-color css
<style>
a { background-color: #F5250D; }
a { background-color: rgb(245,37,13); }
div.DivClassName
{
background-color: #F5250D;
}
.BgClassName
{
background-color: #F5250D;
}
</style>
border-color css
<style>
span { border-color: #F5250D; }
span { border-color: rgb(245,37,13); }
td.TdClassName
{
border-color: #F5250D;
}
.TagClassName
{
border-color: #F5250D;
}
</style>