Shades of Scarlet #F4210E
Tints of Scarlet #F4210E
RGB
CMYK
RGB Variations
Color information
#F4210E (or 0xF4210E) is known color: Scarlet. HEX triplet: F4, 21 and 0E. RGB value is (244,33,14). Sum of RGB (Red+Green+Blue) = 244+33+14=291 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.85% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 244 - color contains mainly: red. Hex color #F4210E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4210E is #0BDEF1. Grayscale: #5E5E5E. Windows color (decimal): -777970 or 926196. OLE color: 926196.
HSL color Cylindrical-coordinate representation of color #F4210E: hue angle of 4.96º 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 #F4210E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 14 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.04 |
| HSL | 4.96º | 0.91% | 0.51% | - |
| HSV(B) | 4.96º | 0.94% | 0.96% | - |
| XYZ | 37.93 | 20.35 | 2.34 | - |
| YUV | 93.92 | 82.9 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 14 | 0 | 0.86 | 0.94 | 0.04 | 4.96 | 0.91 | 0.51 |
| Hex | F4 | 21 | E | 0 | 56 | 5E | 4 | 5 | 5B | 33 |
| Octal | 364 | 41 | 16 | 0 | 126 | 136 | 4 | 5 | 133 | 63 |
| Binary | 11110100 | 100001 | 1110 | 0 | 1010110 | 1011110 | 100 | 101 | 1011011 | 110011 |
Color Harmonies of #F4210E
Complementary color
Monochromatic Colors of #F4210E
Black with #F4210E
Text Example
Text Example
White with #F4210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4210E; }
p { color: rgb(244,33,14); }
H1.HeaderClassName
{
color: #F4210E;
}
.AnyTagClassName
{
color: #F4210E;
}
</style>
background-color css
<style>
a { background-color: #F4210E; }
a { background-color: rgb(244,33,14); }
div.DivClassName
{
background-color: #F4210E;
}
.BgClassName
{
background-color: #F4210E;
}
</style>
border-color css
<style>
span { border-color: #F4210E; }
span { border-color: rgb(244,33,14); }
td.TdClassName
{
border-color: #F4210E;
}
.TagClassName
{
border-color: #F4210E;
}
</style>