Shades of Scarlet #F5240C
Tints of Scarlet #F5240C
RGB
CMYK
RGB Variations
Color information
#F5240C (or 0xF5240C) is known color: Scarlet. HEX triplet: F5, 24 and 0C. RGB value is (245,36,12). Sum of RGB (Red+Green+Blue) = 245+36+12=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F5240C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5240C is #0ADBF3. Grayscale: #606060. Windows color (decimal): -711668 or 795893. OLE color: 795893.
HSL color Cylindrical-coordinate representation of color #F5240C: hue angle of 6.18º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5240C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.04 |
| HSL | 6.18º | 0.92% | 0.5% | - |
| HSV(B) | 6.18º | 0.95% | 0.96% | - |
| XYZ | 38.35 | 20.7 | 2.32 | - |
| YUV | 95.76 | 80.74 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 12 | 0 | 0.85 | 0.95 | 0.04 | 6.18 | 0.92 | 0.5 |
| Hex | F5 | 24 | C | 0 | 55 | 5F | 4 | 6 | 5C | 32 |
| Octal | 365 | 44 | 14 | 0 | 125 | 137 | 4 | 6 | 134 | 62 |
| Binary | 11110101 | 100100 | 1100 | 0 | 1010101 | 1011111 | 100 | 110 | 1011100 | 110010 |
Color Harmonies of #F5240C
Complementary color
Monochromatic Colors of #F5240C
Black with #F5240C
Text Example
Text Example
White with #F5240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5240C; }
p { color: rgb(245,36,12); }
H1.HeaderClassName
{
color: #F5240C;
}
.AnyTagClassName
{
color: #F5240C;
}
</style>
background-color css
<style>
a { background-color: #F5240C; }
a { background-color: rgb(245,36,12); }
div.DivClassName
{
background-color: #F5240C;
}
.BgClassName
{
background-color: #F5240C;
}
</style>
border-color css
<style>
span { border-color: #F5240C; }
span { border-color: rgb(245,36,12); }
td.TdClassName
{
border-color: #F5240C;
}
.TagClassName
{
border-color: #F5240C;
}
</style>