Shades of Red Orange #F43A1B
Tints of Red Orange #F43A1B
RGB
CMYK
RGB Variations
Color information
#F43A1B (or 0xF43A1B) is known color: Red Orange. HEX triplet: F4, 3A and 1B. RGB value is (244,58,27). Sum of RGB (Red+Green+Blue) = 244+58+27=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F43A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43A1B is #0BC5E4. Grayscale: #6E6E6E. Windows color (decimal): -771557 or 1784564. OLE color: 1784564.
HSL color Cylindrical-coordinate representation of color #F43A1B: hue angle of 8.57º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F43A1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 58 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.04 |
| HSL | 8.57º | 0.91% | 0.53% | - |
| HSV(B) | 8.57º | 0.89% | 0.96% | - |
| XYZ | 39.02 | 22.34 | 3.29 | - |
| YUV | 110.08 | 81.12 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 58 | 27 | 0 | 0.76 | 0.89 | 0.04 | 8.57 | 0.91 | 0.53 |
| Hex | F4 | 3A | 1B | 0 | 4C | 59 | 4 | 9 | 5B | 35 |
| Octal | 364 | 72 | 33 | 0 | 114 | 131 | 4 | 11 | 133 | 65 |
| Binary | 11110100 | 111010 | 11011 | 0 | 1001100 | 1011001 | 100 | 1001 | 1011011 | 110101 |
Color Harmonies of #F43A1B
Complementary color
Monochromatic Colors of #F43A1B
Black with #F43A1B
Text Example
Text Example
White with #F43A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43A1B; }
p { color: rgb(244,58,27); }
H1.HeaderClassName
{
color: #F43A1B;
}
.AnyTagClassName
{
color: #F43A1B;
}
</style>
background-color css
<style>
a { background-color: #F43A1B; }
a { background-color: rgb(244,58,27); }
div.DivClassName
{
background-color: #F43A1B;
}
.BgClassName
{
background-color: #F43A1B;
}
</style>
border-color css
<style>
span { border-color: #F43A1B; }
span { border-color: rgb(244,58,27); }
td.TdClassName
{
border-color: #F43A1B;
}
.TagClassName
{
border-color: #F43A1B;
}
</style>