Shades of Scarlet #F4340D
Tints of Scarlet #F4340D
RGB
CMYK
RGB Variations
Color information
#F4340D (or 0xF4340D) is known color: Scarlet. HEX triplet: F4, 34 and 0D. RGB value is (244,52,13). Sum of RGB (Red+Green+Blue) = 244+52+13=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F4340D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4340D is #0BCBF2. Grayscale: #696969. Windows color (decimal): -773107 or 865524. OLE color: 865524.
HSL color Cylindrical-coordinate representation of color #F4340D: hue angle of 10.13º 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 #F4340D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.04 |
| HSL | 10.13º | 0.91% | 0.5% | - |
| HSV(B) | 10.13º | 0.95% | 0.96% | - |
| XYZ | 38.61 | 21.72 | 2.54 | - |
| YUV | 104.96 | 76.11 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 13 | 0 | 0.79 | 0.95 | 0.04 | 10.13 | 0.91 | 0.5 |
| Hex | F4 | 34 | D | 0 | 4F | 5F | 4 | A | 5B | 32 |
| Octal | 364 | 64 | 15 | 0 | 117 | 137 | 4 | 12 | 133 | 62 |
| Binary | 11110100 | 110100 | 1101 | 0 | 1001111 | 1011111 | 100 | 1010 | 1011011 | 110010 |
Color Harmonies of #F4340D
Complementary color
Monochromatic Colors of #F4340D
Black with #F4340D
Text Example
Text Example
White with #F4340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4340D; }
p { color: rgb(244,52,13); }
H1.HeaderClassName
{
color: #F4340D;
}
.AnyTagClassName
{
color: #F4340D;
}
</style>
background-color css
<style>
a { background-color: #F4340D; }
a { background-color: rgb(244,52,13); }
div.DivClassName
{
background-color: #F4340D;
}
.BgClassName
{
background-color: #F4340D;
}
</style>
border-color css
<style>
span { border-color: #F4340D; }
span { border-color: rgb(244,52,13); }
td.TdClassName
{
border-color: #F4340D;
}
.TagClassName
{
border-color: #F4340D;
}
</style>