Shades of Orange Red #F43C19
Tints of Orange Red #F43C19
RGB
CMYK
RGB Variations
Color information
#F43C19 (or 0xF43C19) is known color: Orange Red. HEX triplet: F4, 3C and 19. RGB value is (244,60,25). Sum of RGB (Red+Green+Blue) = 244+60+25=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43C19 is #0BC3E6. Grayscale: #6F6F6F. Windows color (decimal): -771047 or 1654004. OLE color: 1654004.
HSL color Cylindrical-coordinate representation of color #F43C19: hue angle of 9.59º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F43C19 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 25 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.04 |
| HSL | 9.59º | 0.91% | 0.53% | - |
| HSV(B) | 9.59º | 0.9% | 0.96% | - |
| XYZ | 39.1 | 22.54 | 3.21 | - |
| YUV | 111.03 | 79.46 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 25 | 0 | 0.75 | 0.90 | 0.04 | 9.59 | 0.91 | 0.53 |
| Hex | F4 | 3C | 19 | 0 | 4B | 5A | 4 | A | 5B | 35 |
| Octal | 364 | 74 | 31 | 0 | 113 | 132 | 4 | 12 | 133 | 65 |
| Binary | 11110100 | 111100 | 11001 | 0 | 1001011 | 1011010 | 100 | 1010 | 1011011 | 110101 |
Color Harmonies of #F43C19
Complementary color
Monochromatic Colors of #F43C19
Black with #F43C19
Text Example
Text Example
White with #F43C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C19; }
p { color: rgb(244,60,25); }
H1.HeaderClassName
{
color: #F43C19;
}
.AnyTagClassName
{
color: #F43C19;
}
</style>
background-color css
<style>
a { background-color: #F43C19; }
a { background-color: rgb(244,60,25); }
div.DivClassName
{
background-color: #F43C19;
}
.BgClassName
{
background-color: #F43C19;
}
</style>
border-color css
<style>
span { border-color: #F43C19; }
span { border-color: rgb(244,60,25); }
td.TdClassName
{
border-color: #F43C19;
}
.TagClassName
{
border-color: #F43C19;
}
</style>