Shades of Red Orange #F32925
Tints of Red Orange #F32925
RGB
CMYK
RGB Variations
Color information
#F32925 (or 0xF32925) is known color: Red Orange. HEX triplet: F3, 29 and 25. RGB value is (243,41,37). Sum of RGB (Red+Green+Blue) = 243+41+37=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F32925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32925 is #0CD6DA. Grayscale: #656565. Windows color (decimal): -841435 or 2435571. OLE color: 2435571.
HSL color Cylindrical-coordinate representation of color #F32925: hue angle of 1.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32925 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 37 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.05 |
| HSL | 1.17º | 0.9% | 0.55% | - |
| HSV(B) | 1.17º | 0.85% | 0.95% | - |
| XYZ | 38.09 | 20.77 | 3.75 | - |
| YUV | 100.94 | 91.92 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 37 | 0 | 0.83 | 0.85 | 0.05 | 1.17 | 0.9 | 0.55 |
| Hex | F3 | 29 | 25 | 0 | 53 | 55 | 5 | 1 | 5A | 37 |
| Octal | 363 | 51 | 45 | 0 | 123 | 125 | 5 | 1 | 132 | 67 |
| Binary | 11110011 | 101001 | 100101 | 0 | 1010011 | 1010101 | 101 | 1 | 1011010 | 110111 |
Color Harmonies of #F32925
Complementary color
Monochromatic Colors of #F32925
Black with #F32925
Text Example
Text Example
White with #F32925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32925; }
p { color: rgb(243,41,37); }
H1.HeaderClassName
{
color: #F32925;
}
.AnyTagClassName
{
color: #F32925;
}
</style>
background-color css
<style>
a { background-color: #F32925; }
a { background-color: rgb(243,41,37); }
div.DivClassName
{
background-color: #F32925;
}
.BgClassName
{
background-color: #F32925;
}
</style>
border-color css
<style>
span { border-color: #F32925; }
span { border-color: rgb(243,41,37); }
td.TdClassName
{
border-color: #F32925;
}
.TagClassName
{
border-color: #F32925;
}
</style>