Shades of Red Orange #F33525
Tints of Red Orange #F33525
RGB
CMYK
RGB Variations
Color information
#F33525 (or 0xF33525) is known color: Red Orange. HEX triplet: F3, 35 and 25. RGB value is (243,53,37). Sum of RGB (Red+Green+Blue) = 243+53+37=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F33525 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33525 is #0CCADA. Grayscale: #6C6C6C. Windows color (decimal): -838363 or 2438643. OLE color: 2438643.
HSL color Cylindrical-coordinate representation of color #F33525: hue angle of 4.66º 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 #F33525 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 37 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.05 |
| HSL | 4.66º | 0.9% | 0.55% | - |
| HSV(B) | 4.66º | 0.85% | 0.95% | - |
| XYZ | 38.57 | 21.73 | 3.91 | - |
| YUV | 107.99 | 87.95 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 37 | 0 | 0.78 | 0.85 | 0.05 | 4.66 | 0.9 | 0.55 |
| Hex | F3 | 35 | 25 | 0 | 4E | 55 | 5 | 5 | 5A | 37 |
| Octal | 363 | 65 | 45 | 0 | 116 | 125 | 5 | 5 | 132 | 67 |
| Binary | 11110011 | 110101 | 100101 | 0 | 1001110 | 1010101 | 101 | 101 | 1011010 | 110111 |
Color Harmonies of #F33525
Complementary color
Monochromatic Colors of #F33525
Black with #F33525
Text Example
Text Example
White with #F33525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33525; }
p { color: rgb(243,53,37); }
H1.HeaderClassName
{
color: #F33525;
}
.AnyTagClassName
{
color: #F33525;
}
</style>
background-color css
<style>
a { background-color: #F33525; }
a { background-color: rgb(243,53,37); }
div.DivClassName
{
background-color: #F33525;
}
.BgClassName
{
background-color: #F33525;
}
</style>
border-color css
<style>
span { border-color: #F33525; }
span { border-color: rgb(243,53,37); }
td.TdClassName
{
border-color: #F33525;
}
.TagClassName
{
border-color: #F33525;
}
</style>