Shades of Red Orange #F42C26
Tints of Red Orange #F42C26
RGB
CMYK
RGB Variations
Color information
#F42C26 (or 0xF42C26) is known color: Red Orange. HEX triplet: F4, 2C and 26. RGB value is (244,44,38). Sum of RGB (Red+Green+Blue) = 244+44+38=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F42C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42C26 is #0BD3D9. Grayscale: #676767. Windows color (decimal): -775130 or 2501876. OLE color: 2501876.
HSL color Cylindrical-coordinate representation of color #F42C26: hue angle of 1.75º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42C26 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 38 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.04 |
| HSL | 1.75º | 0.9% | 0.55% | - |
| HSV(B) | 1.75º | 0.84% | 0.96% | - |
| XYZ | 38.56 | 21.17 | 3.89 | - |
| YUV | 103.12 | 91.26 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 38 | 0 | 0.82 | 0.84 | 0.04 | 1.75 | 0.9 | 0.55 |
| Hex | F4 | 2C | 26 | 0 | 52 | 54 | 4 | 2 | 5A | 37 |
| Octal | 364 | 54 | 46 | 0 | 122 | 124 | 4 | 2 | 132 | 67 |
| Binary | 11110100 | 101100 | 100110 | 0 | 1010010 | 1010100 | 100 | 10 | 1011010 | 110111 |
Color Harmonies of #F42C26
Complementary color
Monochromatic Colors of #F42C26
Black with #F42C26
Text Example
Text Example
White with #F42C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42C26; }
p { color: rgb(244,44,38); }
H1.HeaderClassName
{
color: #F42C26;
}
.AnyTagClassName
{
color: #F42C26;
}
</style>
background-color css
<style>
a { background-color: #F42C26; }
a { background-color: rgb(244,44,38); }
div.DivClassName
{
background-color: #F42C26;
}
.BgClassName
{
background-color: #F42C26;
}
</style>
border-color css
<style>
span { border-color: #F42C26; }
span { border-color: rgb(244,44,38); }
td.TdClassName
{
border-color: #F42C26;
}
.TagClassName
{
border-color: #F42C26;
}
</style>