Shades of Red Orange #F33C29
Tints of Red Orange #F33C29
RGB
CMYK
RGB Variations
Color information
#F33C29 (or 0xF33C29) is known color: Red Orange. HEX triplet: F3, 3C and 29. RGB value is (243,60,41). Sum of RGB (Red+Green+Blue) = 243+60+41=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C29 is #0CC3D6. Grayscale: #707070. Windows color (decimal): -836567 or 2702579. OLE color: 2702579.
HSL color Cylindrical-coordinate representation of color #F33C29: hue angle of 5.64º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F33C29 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 41 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.05 |
| HSL | 5.64º | 0.89% | 0.56% | - |
| HSV(B) | 5.64º | 0.83% | 0.95% | - |
| XYZ | 38.98 | 22.45 | 4.38 | - |
| YUV | 112.55 | 87.63 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 41 | 0 | 0.75 | 0.83 | 0.05 | 5.64 | 0.89 | 0.56 |
| Hex | F3 | 3C | 29 | 0 | 4B | 53 | 5 | 6 | 59 | 38 |
| Octal | 363 | 74 | 51 | 0 | 113 | 123 | 5 | 6 | 131 | 70 |
| Binary | 11110011 | 111100 | 101001 | 0 | 1001011 | 1010011 | 101 | 110 | 1011001 | 111000 |
Color Harmonies of #F33C29
Complementary color
Monochromatic Colors of #F33C29
Black with #F33C29
Text Example
Text Example
White with #F33C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C29; }
p { color: rgb(243,60,41); }
H1.HeaderClassName
{
color: #F33C29;
}
.AnyTagClassName
{
color: #F33C29;
}
</style>
background-color css
<style>
a { background-color: #F33C29; }
a { background-color: rgb(243,60,41); }
div.DivClassName
{
background-color: #F33C29;
}
.BgClassName
{
background-color: #F33C29;
}
</style>
border-color css
<style>
span { border-color: #F33C29; }
span { border-color: rgb(243,60,41); }
td.TdClassName
{
border-color: #F33C29;
}
.TagClassName
{
border-color: #F33C29;
}
</style>