Shades of Scarlet #F4301A
Tints of Scarlet #F4301A
RGB
CMYK
RGB Variations
Color information
#F4301A (or 0xF4301A) is known color: Scarlet. HEX triplet: F4, 30 and 1A. RGB value is (244,48,26). Sum of RGB (Red+Green+Blue) = 244+48+26=318 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.73% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 244 - color contains mainly: red. Hex color #F4301A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4301A is #0BCFE5. Grayscale: #686868. Windows color (decimal): -774118 or 1716468. OLE color: 1716468.
HSL color Cylindrical-coordinate representation of color #F4301A: hue angle of 6.06º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4301A is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 26 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.04 |
| HSL | 6.06º | 0.91% | 0.53% | - |
| HSV(B) | 6.06º | 0.89% | 0.96% | - |
| XYZ | 38.55 | 21.42 | 3.08 | - |
| YUV | 104.1 | 83.93 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 26 | 0 | 0.80 | 0.89 | 0.04 | 6.06 | 0.91 | 0.53 |
| Hex | F4 | 30 | 1A | 0 | 50 | 59 | 4 | 6 | 5B | 35 |
| Octal | 364 | 60 | 32 | 0 | 120 | 131 | 4 | 6 | 133 | 65 |
| Binary | 11110100 | 110000 | 11010 | 0 | 1010000 | 1011001 | 100 | 110 | 1011011 | 110101 |
Color Harmonies of #F4301A
Complementary color
Monochromatic Colors of #F4301A
Black with #F4301A
Text Example
Text Example
White with #F4301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4301A; }
p { color: rgb(244,48,26); }
H1.HeaderClassName
{
color: #F4301A;
}
.AnyTagClassName
{
color: #F4301A;
}
</style>
background-color css
<style>
a { background-color: #F4301A; }
a { background-color: rgb(244,48,26); }
div.DivClassName
{
background-color: #F4301A;
}
.BgClassName
{
background-color: #F4301A;
}
</style>
border-color css
<style>
span { border-color: #F4301A; }
span { border-color: rgb(244,48,26); }
td.TdClassName
{
border-color: #F4301A;
}
.TagClassName
{
border-color: #F4301A;
}
</style>