Shades of Red Orange #F32F26
Tints of Red Orange #F32F26
RGB
CMYK
RGB Variations
Color information
#F32F26 (or 0xF32F26) is known color: Red Orange. HEX triplet: F3, 2F and 26. RGB value is (243,47,38). Sum of RGB (Red+Green+Blue) = 243+47+38=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F26 is #0CD0D9. Grayscale: #686868. Windows color (decimal): -839898 or 2502643. OLE color: 2502643.
HSL color Cylindrical-coordinate representation of color #F32F26: hue angle of 2.63º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32F26 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 38 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.05 |
| HSL | 2.63º | 0.9% | 0.55% | - |
| HSV(B) | 2.63º | 0.84% | 0.95% | - |
| XYZ | 38.33 | 21.23 | 3.91 | - |
| YUV | 104.58 | 90.43 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 38 | 0 | 0.81 | 0.84 | 0.05 | 2.63 | 0.9 | 0.55 |
| Hex | F3 | 2F | 26 | 0 | 51 | 54 | 5 | 3 | 5A | 37 |
| Octal | 363 | 57 | 46 | 0 | 121 | 124 | 5 | 3 | 132 | 67 |
| Binary | 11110011 | 101111 | 100110 | 0 | 1010001 | 1010100 | 101 | 11 | 1011010 | 110111 |
Color Harmonies of #F32F26
Complementary color
Monochromatic Colors of #F32F26
Black with #F32F26
Text Example
Text Example
White with #F32F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F26; }
p { color: rgb(243,47,38); }
H1.HeaderClassName
{
color: #F32F26;
}
.AnyTagClassName
{
color: #F32F26;
}
</style>
background-color css
<style>
a { background-color: #F32F26; }
a { background-color: rgb(243,47,38); }
div.DivClassName
{
background-color: #F32F26;
}
.BgClassName
{
background-color: #F32F26;
}
</style>
border-color css
<style>
span { border-color: #F32F26; }
span { border-color: rgb(243,47,38); }
td.TdClassName
{
border-color: #F32F26;
}
.TagClassName
{
border-color: #F32F26;
}
</style>