Shades of Scarlet #F4140F
Tints of Scarlet #F4140F
RGB
CMYK
RGB Variations
Color information
#F4140F (or 0xF4140F) is known color: Scarlet. HEX triplet: F4, 14 and 0F. RGB value is (244,20,15). Sum of RGB (Red+Green+Blue) = 244+20+15=279 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.46% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 244 - color contains mainly: red. Hex color #F4140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4140F is #0BEBF0. Grayscale: #565656. Windows color (decimal): -781297 or 988404. OLE color: 988404.
HSL color Cylindrical-coordinate representation of color #F4140F: hue angle of 1.31º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4140F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.04 |
| HSL | 1.31º | 0.91% | 0.51% | - |
| HSV(B) | 1.31º | 0.94% | 0.96% | - |
| XYZ | 37.64 | 19.77 | 2.28 | - |
| YUV | 86.41 | 87.71 | 240.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 15 | 0 | 0.92 | 0.94 | 0.04 | 1.31 | 0.91 | 0.51 |
| Hex | F4 | 14 | F | 0 | 5C | 5E | 4 | 1 | 5B | 33 |
| Octal | 364 | 24 | 17 | 0 | 134 | 136 | 4 | 1 | 133 | 63 |
| Binary | 11110100 | 10100 | 1111 | 0 | 1011100 | 1011110 | 100 | 1 | 1011011 | 110011 |
Color Harmonies of #F4140F
Complementary color
Monochromatic Colors of #F4140F
Black with #F4140F
Text Example
Text Example
White with #F4140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4140F; }
p { color: rgb(244,20,15); }
H1.HeaderClassName
{
color: #F4140F;
}
.AnyTagClassName
{
color: #F4140F;
}
</style>
background-color css
<style>
a { background-color: #F4140F; }
a { background-color: rgb(244,20,15); }
div.DivClassName
{
background-color: #F4140F;
}
.BgClassName
{
background-color: #F4140F;
}
</style>
border-color css
<style>
span { border-color: #F4140F; }
span { border-color: rgb(244,20,15); }
td.TdClassName
{
border-color: #F4140F;
}
.TagClassName
{
border-color: #F4140F;
}
</style>