Shades of Red Orange #F42927
Tints of Red Orange #F42927
RGB
CMYK
RGB Variations
Color information
#F42927 (or 0xF42927) is known color: Red Orange. HEX triplet: F4, 29 and 27. RGB value is (244,41,39). Sum of RGB (Red+Green+Blue) = 244+41+39=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F42927 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42927 is #0BD6D8. Grayscale: #656565. Windows color (decimal): -775897 or 2566644. OLE color: 2566644.
HSL color Cylindrical-coordinate representation of color #F42927: hue angle of 0.59º 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 #F42927 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 39 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.04 |
| HSL | 0.59º | 0.9% | 0.55% | - |
| HSV(B) | 0.59º | 0.84% | 0.96% | - |
| XYZ | 38.47 | 20.97 | 3.94 | - |
| YUV | 101.47 | 92.75 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 39 | 0 | 0.83 | 0.84 | 0.04 | 0.59 | 0.9 | 0.55 |
| Hex | F4 | 29 | 27 | 0 | 53 | 54 | 4 | 1 | 5A | 37 |
| Octal | 364 | 51 | 47 | 0 | 123 | 124 | 4 | 1 | 132 | 67 |
| Binary | 11110100 | 101001 | 100111 | 0 | 1010011 | 1010100 | 100 | 1 | 1011010 | 110111 |
Color Harmonies of #F42927
Complementary color
Monochromatic Colors of #F42927
Black with #F42927
Text Example
Text Example
White with #F42927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42927; }
p { color: rgb(244,41,39); }
H1.HeaderClassName
{
color: #F42927;
}
.AnyTagClassName
{
color: #F42927;
}
</style>
background-color css
<style>
a { background-color: #F42927; }
a { background-color: rgb(244,41,39); }
div.DivClassName
{
background-color: #F42927;
}
.BgClassName
{
background-color: #F42927;
}
</style>
border-color css
<style>
span { border-color: #F42927; }
span { border-color: rgb(244,41,39); }
td.TdClassName
{
border-color: #F42927;
}
.TagClassName
{
border-color: #F42927;
}
</style>