Shades of Scarlet #F43100
Tints of Scarlet #F43100
RGB
CMYK
RGB Variations
Color information
#F43100 (or 0xF43100) is known color: Scarlet. HEX triplet: F4, 31 and 00. RGB value is (244,49,0). Sum of RGB (Red+Green+Blue) = 244+49+0=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F43100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43100 is #0BCEFF. Grayscale: #666666. Windows color (decimal): -773888 or 12788. OLE color: 12788.
HSL color Cylindrical-coordinate representation of color #F43100: hue angle of 12.05º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F43100 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.04 |
| HSL | 12.05º | 1% | 0.48% | - |
| HSV(B) | 12.05º | 1% | 0.96% | - |
| XYZ | 38.41 | 21.43 | 2.11 | - |
| YUV | 101.72 | 70.6 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 0 | 0 | 0.80 | 1 | 0.04 | 12.05 | 1 | 0.48 |
| Hex | F4 | 31 | 0 | 0 | 50 | 64 | 4 | C | 64 | 30 |
| Octal | 364 | 61 | 0 | 0 | 120 | 144 | 4 | 14 | 144 | 60 |
| Binary | 11110100 | 110001 | 0 | 0 | 1010000 | 1100100 | 100 | 1100 | 1100100 | 110000 |
Color Harmonies of #F43100
Complementary color
Monochromatic Colors of #F43100
Black with #F43100
Text Example
Text Example
White with #F43100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43100; }
p { color: rgb(244,49,0); }
H1.HeaderClassName
{
color: #F43100;
}
.AnyTagClassName
{
color: #F43100;
}
</style>
background-color css
<style>
a { background-color: #F43100; }
a { background-color: rgb(244,49,0); }
div.DivClassName
{
background-color: #F43100;
}
.BgClassName
{
background-color: #F43100;
}
</style>
border-color css
<style>
span { border-color: #F43100; }
span { border-color: rgb(244,49,0); }
td.TdClassName
{
border-color: #F43100;
}
.TagClassName
{
border-color: #F43100;
}
</style>