Shades of Red Orange #F32D26
Tints of Red Orange #F32D26
RGB
CMYK
RGB Variations
Color information
#F32D26 (or 0xF32D26) is known color: Red Orange. HEX triplet: F3, 2D and 26. RGB value is (243,45,38). Sum of RGB (Red+Green+Blue) = 243+45+38=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D26 is #0CD2D9. Grayscale: #676767. Windows color (decimal): -840410 or 2502131. OLE color: 2502131.
HSL color Cylindrical-coordinate representation of color #F32D26: hue angle of 2.05º 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 #F32D26 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 38 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.05 |
| HSL | 2.05º | 0.9% | 0.55% | - |
| HSV(B) | 2.05º | 0.84% | 0.95% | - |
| XYZ | 38.25 | 21.07 | 3.88 | - |
| YUV | 103.4 | 91.1 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 38 | 0 | 0.81 | 0.84 | 0.05 | 2.05 | 0.9 | 0.55 |
| Hex | F3 | 2D | 26 | 0 | 51 | 54 | 5 | 2 | 5A | 37 |
| Octal | 363 | 55 | 46 | 0 | 121 | 124 | 5 | 2 | 132 | 67 |
| Binary | 11110011 | 101101 | 100110 | 0 | 1010001 | 1010100 | 101 | 10 | 1011010 | 110111 |
Color Harmonies of #F32D26
Complementary color
Monochromatic Colors of #F32D26
Black with #F32D26
Text Example
Text Example
White with #F32D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D26; }
p { color: rgb(243,45,38); }
H1.HeaderClassName
{
color: #F32D26;
}
.AnyTagClassName
{
color: #F32D26;
}
</style>
background-color css
<style>
a { background-color: #F32D26; }
a { background-color: rgb(243,45,38); }
div.DivClassName
{
background-color: #F32D26;
}
.BgClassName
{
background-color: #F32D26;
}
</style>
border-color css
<style>
span { border-color: #F32D26; }
span { border-color: rgb(243,45,38); }
td.TdClassName
{
border-color: #F32D26;
}
.TagClassName
{
border-color: #F32D26;
}
</style>