Shades of Scarlet #F43614
Tints of Scarlet #F43614
RGB
CMYK
RGB Variations
Color information
#F43614 (or 0xF43614) is known color: Scarlet. HEX triplet: F4, 36 and 14. RGB value is (244,54,20). Sum of RGB (Red+Green+Blue) = 244+54+20=318 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.73% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 244 - color contains mainly: red. Hex color #F43614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43614 is #0BC9EB. Grayscale: #6B6B6B. Windows color (decimal): -772588 or 1324788. OLE color: 1324788.
HSL color Cylindrical-coordinate representation of color #F43614: hue angle of 9.11º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F43614 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 54 | 20 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.04 |
| HSL | 9.11º | 0.91% | 0.52% | - |
| HSV(B) | 9.11º | 0.92% | 0.96% | - |
| XYZ | 38.75 | 21.92 | 2.85 | - |
| YUV | 106.93 | 78.95 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 54 | 20 | 0 | 0.78 | 0.92 | 0.04 | 9.11 | 0.91 | 0.52 |
| Hex | F4 | 36 | 14 | 0 | 4E | 5C | 4 | 9 | 5B | 34 |
| Octal | 364 | 66 | 24 | 0 | 116 | 134 | 4 | 11 | 133 | 64 |
| Binary | 11110100 | 110110 | 10100 | 0 | 1001110 | 1011100 | 100 | 1001 | 1011011 | 110100 |
Color Harmonies of #F43614
Complementary color
Monochromatic Colors of #F43614
Black with #F43614
Text Example
Text Example
White with #F43614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43614; }
p { color: rgb(244,54,20); }
H1.HeaderClassName
{
color: #F43614;
}
.AnyTagClassName
{
color: #F43614;
}
</style>
background-color css
<style>
a { background-color: #F43614; }
a { background-color: rgb(244,54,20); }
div.DivClassName
{
background-color: #F43614;
}
.BgClassName
{
background-color: #F43614;
}
</style>
border-color css
<style>
span { border-color: #F43614; }
span { border-color: rgb(244,54,20); }
td.TdClassName
{
border-color: #F43614;
}
.TagClassName
{
border-color: #F43614;
}
</style>