Shades of Scarlet #F4180C
Tints of Scarlet #F4180C
RGB
CMYK
RGB Variations
Color information
#F4180C (or 0xF4180C) is known color: Scarlet. HEX triplet: F4, 18 and 0C. RGB value is (244,24,12). Sum of RGB (Red+Green+Blue) = 244+24+12=280 (37% of max value = 765). Red value is 244 (95.70% from 255 or 87.14% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 244 - color contains mainly: red. Hex color #F4180C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4180C is #0BE7F3. Grayscale: #585858. Windows color (decimal): -780276 or 792820. OLE color: 792820.
HSL color Cylindrical-coordinate representation of color #F4180C: hue angle of 3.1º degrees, saturation: 0.91, 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 #F4180C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.04 |
| HSL | 3.1º | 0.91% | 0.5% | - |
| HSV(B) | 3.1º | 0.95% | 0.96% | - |
| XYZ | 37.7 | 19.91 | 2.2 | - |
| YUV | 88.41 | 84.89 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 12 | 0 | 0.90 | 0.95 | 0.04 | 3.1 | 0.91 | 0.5 |
| Hex | F4 | 18 | C | 0 | 5A | 5F | 4 | 3 | 5B | 32 |
| Octal | 364 | 30 | 14 | 0 | 132 | 137 | 4 | 3 | 133 | 62 |
| Binary | 11110100 | 11000 | 1100 | 0 | 1011010 | 1011111 | 100 | 11 | 1011011 | 110010 |
Color Harmonies of #F4180C
Complementary color
Monochromatic Colors of #F4180C
Black with #F4180C
Text Example
Text Example
White with #F4180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4180C; }
p { color: rgb(244,24,12); }
H1.HeaderClassName
{
color: #F4180C;
}
.AnyTagClassName
{
color: #F4180C;
}
</style>
background-color css
<style>
a { background-color: #F4180C; }
a { background-color: rgb(244,24,12); }
div.DivClassName
{
background-color: #F4180C;
}
.BgClassName
{
background-color: #F4180C;
}
</style>
border-color css
<style>
span { border-color: #F4180C; }
span { border-color: rgb(244,24,12); }
td.TdClassName
{
border-color: #F4180C;
}
.TagClassName
{
border-color: #F4180C;
}
</style>