Shades of Scarlet #F4130A
Tints of Scarlet #F4130A
RGB
CMYK
RGB Variations
Color information
#F4130A (or 0xF4130A) is known color: Scarlet. HEX triplet: F4, 13 and 0A. RGB value is (244,19,10). Sum of RGB (Red+Green+Blue) = 244+19+10=273 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.38% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 244 - color contains mainly: red. Hex color #F4130A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4130A is #0BECF5. Grayscale: #555555. Windows color (decimal): -781558 or 660468. OLE color: 660468.
HSL color Cylindrical-coordinate representation of color #F4130A: hue angle of 2.31º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4130A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.04 |
| HSL | 2.31º | 0.92% | 0.5% | - |
| HSV(B) | 2.31º | 0.96% | 0.96% | - |
| XYZ | 37.6 | 19.72 | 2.11 | - |
| YUV | 85.25 | 85.54 | 241.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 10 | 0 | 0.92 | 0.96 | 0.04 | 2.31 | 0.92 | 0.5 |
| Hex | F4 | 13 | A | 0 | 5C | 60 | 4 | 2 | 5C | 32 |
| Octal | 364 | 23 | 12 | 0 | 134 | 140 | 4 | 2 | 134 | 62 |
| Binary | 11110100 | 10011 | 1010 | 0 | 1011100 | 1100000 | 100 | 10 | 1011100 | 110010 |
Color Harmonies of #F4130A
Complementary color
Monochromatic Colors of #F4130A
Black with #F4130A
Text Example
Text Example
White with #F4130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4130A; }
p { color: rgb(244,19,10); }
H1.HeaderClassName
{
color: #F4130A;
}
.AnyTagClassName
{
color: #F4130A;
}
</style>
background-color css
<style>
a { background-color: #F4130A; }
a { background-color: rgb(244,19,10); }
div.DivClassName
{
background-color: #F4130A;
}
.BgClassName
{
background-color: #F4130A;
}
</style>
border-color css
<style>
span { border-color: #F4130A; }
span { border-color: rgb(244,19,10); }
td.TdClassName
{
border-color: #F4130A;
}
.TagClassName
{
border-color: #F4130A;
}
</style>