Shades of Scarlet #F5231E
Tints of Scarlet #F5231E
RGB
CMYK
RGB Variations
Color information
#F5231E (or 0xF5231E) is known color: Scarlet. HEX triplet: F5, 23 and 1E. RGB value is (245,35,30). Sum of RGB (Red+Green+Blue) = 245+35+30=310 (41% of max value = 765). Red value is 245 (96.09% from 255 or 79.03% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 245 - color contains mainly: red. Hex color #F5231E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5231E is #0ADCE1. Grayscale: #616161. Windows color (decimal): -711906 or 1975285. OLE color: 1975285.
HSL color Cylindrical-coordinate representation of color #F5231E: hue angle of 1.4º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5231E is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 30 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.04 |
| HSL | 1.4º | 0.91% | 0.54% | - |
| HSV(B) | 1.4º | 0.88% | 0.96% | - |
| XYZ | 38.49 | 20.71 | 3.2 | - |
| YUV | 97.22 | 90.07 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 30 | 0 | 0.86 | 0.88 | 0.04 | 1.4 | 0.91 | 0.54 |
| Hex | F5 | 23 | 1E | 0 | 56 | 58 | 4 | 1 | 5B | 36 |
| Octal | 365 | 43 | 36 | 0 | 126 | 130 | 4 | 1 | 133 | 66 |
| Binary | 11110101 | 100011 | 11110 | 0 | 1010110 | 1011000 | 100 | 1 | 1011011 | 110110 |
Color Harmonies of #F5231E
Complementary color
Monochromatic Colors of #F5231E
Black with #F5231E
Text Example
Text Example
White with #F5231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5231E; }
p { color: rgb(245,35,30); }
H1.HeaderClassName
{
color: #F5231E;
}
.AnyTagClassName
{
color: #F5231E;
}
</style>
background-color css
<style>
a { background-color: #F5231E; }
a { background-color: rgb(245,35,30); }
div.DivClassName
{
background-color: #F5231E;
}
.BgClassName
{
background-color: #F5231E;
}
</style>
border-color css
<style>
span { border-color: #F5231E; }
span { border-color: rgb(245,35,30); }
td.TdClassName
{
border-color: #F5231E;
}
.TagClassName
{
border-color: #F5231E;
}
</style>