Shades of Scarlet #F5251F
Tints of Scarlet #F5251F
RGB
CMYK
RGB Variations
Color information
#F5251F (or 0xF5251F) is known color: Scarlet. HEX triplet: F5, 25 and 1F. RGB value is (245,37,31). Sum of RGB (Red+Green+Blue) = 245+37+31=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5251F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5251F is #0ADAE0. Grayscale: #626262. Windows color (decimal): -711393 or 2041333. OLE color: 2041333.
HSL color Cylindrical-coordinate representation of color #F5251F: hue angle of 1.68º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5251F is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 31 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.04 |
| HSL | 1.68º | 0.91% | 0.54% | - |
| HSV(B) | 1.68º | 0.87% | 0.96% | - |
| XYZ | 38.57 | 20.83 | 3.29 | - |
| YUV | 98.51 | 89.91 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 31 | 0 | 0.85 | 0.87 | 0.04 | 1.68 | 0.91 | 0.54 |
| Hex | F5 | 25 | 1F | 0 | 55 | 57 | 4 | 2 | 5B | 36 |
| Octal | 365 | 45 | 37 | 0 | 125 | 127 | 4 | 2 | 133 | 66 |
| Binary | 11110101 | 100101 | 11111 | 0 | 1010101 | 1010111 | 100 | 10 | 1011011 | 110110 |
Color Harmonies of #F5251F
Complementary color
Monochromatic Colors of #F5251F
Black with #F5251F
Text Example
Text Example
White with #F5251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5251F; }
p { color: rgb(245,37,31); }
H1.HeaderClassName
{
color: #F5251F;
}
.AnyTagClassName
{
color: #F5251F;
}
</style>
background-color css
<style>
a { background-color: #F5251F; }
a { background-color: rgb(245,37,31); }
div.DivClassName
{
background-color: #F5251F;
}
.BgClassName
{
background-color: #F5251F;
}
</style>
border-color css
<style>
span { border-color: #F5251F; }
span { border-color: rgb(245,37,31); }
td.TdClassName
{
border-color: #F5251F;
}
.TagClassName
{
border-color: #F5251F;
}
</style>