Shades of Scarlet #F4210D
Tints of Scarlet #F4210D
RGB
CMYK
RGB Variations
Color information
#F4210D (or 0xF4210D) is known color: Scarlet. HEX triplet: F4, 21 and 0D. RGB value is (244,33,13). Sum of RGB (Red+Green+Blue) = 244+33+13=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F4210D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4210D is #0BDEF2. Grayscale: #5E5E5E. Windows color (decimal): -777971 or 860660. OLE color: 860660.
HSL color Cylindrical-coordinate representation of color #F4210D: hue angle of 5.19º 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 #F4210D is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 13 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.04 |
| HSL | 5.19º | 0.91% | 0.5% | - |
| HSV(B) | 5.19º | 0.95% | 0.96% | - |
| XYZ | 37.92 | 20.35 | 2.31 | - |
| YUV | 93.81 | 82.4 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 13 | 0 | 0.86 | 0.95 | 0.04 | 5.19 | 0.91 | 0.5 |
| Hex | F4 | 21 | D | 0 | 56 | 5F | 4 | 5 | 5B | 32 |
| Octal | 364 | 41 | 15 | 0 | 126 | 137 | 4 | 5 | 133 | 62 |
| Binary | 11110100 | 100001 | 1101 | 0 | 1010110 | 1011111 | 100 | 101 | 1011011 | 110010 |
Color Harmonies of #F4210D
Complementary color
Monochromatic Colors of #F4210D
Black with #F4210D
Text Example
Text Example
White with #F4210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4210D; }
p { color: rgb(244,33,13); }
H1.HeaderClassName
{
color: #F4210D;
}
.AnyTagClassName
{
color: #F4210D;
}
</style>
background-color css
<style>
a { background-color: #F4210D; }
a { background-color: rgb(244,33,13); }
div.DivClassName
{
background-color: #F4210D;
}
.BgClassName
{
background-color: #F4210D;
}
</style>
border-color css
<style>
span { border-color: #F4210D; }
span { border-color: rgb(244,33,13); }
td.TdClassName
{
border-color: #F4210D;
}
.TagClassName
{
border-color: #F4210D;
}
</style>